source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/config/ORCHIDEE_OL/SPINUP/SUBJOB/OOL_SEC_STO/POST/monitoring01_stomate_DGVM.cfg

Last change on this file was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
File size: 14.1 KB
Line 
1#**************************************************************
2# Author: Patrick Brockmann
3# Contact: Patrick.Brockmann@cea.fr
4# $Date: 2012-05-07 11:54:11 +0200 (Mon, 07 May 2012) $
5# $Name$
6# $Revision: 865 $
7# History:
8# Modification:
9#**************************************************************
10
11##################################################################################################################
12#-----------------------------------------------------------------------------------------------------------------
13#  field | files patterns | files additionnal | operations | title | units | calcul of area
14#-----------------------------------------------------------------------------------------------------------------
15#
16#   field = name of the field to monitore
17#   files patterns = pattern of the files used to monitore the field (must be discriminant)
18#   files additionnal = additionnal files accessible by $FER_DATA
19#   operations = operations to calculate the field
20#   title = variable title
21#   units = variable units
22#   calcul of area = expression to use for the weight average
23#
24# Notes:
25#   - Comment lines begin by # character.
26#   - Separator between fields is | character.
27#   - Operations must use the ferret syntax, if several files are used precise with the syntax d=x to refer to the x dataset.
28#     They must be enclosed by parenthesis if more than one variable is used.
29#   - files patterns,files additionnal,operations,title,units must be enclosed with character ".
30#     Use "" if empty.
31#   - Fields will be presented through an html page with thumbnails global, north, south, land, ocean.
32#     Use a field name with one of these pattern to display it under the corresponding thumbnail.
33#
34##################################################################################################################
35
36color=EEE8AA
37smooth=12
38#------------------------------------------------------------------------------------------------------------------------------------------------------
39#  field | files patterns | files additionnal | operations | title | units | calcul of area
40#------------------------------------------------------------------------------------------------------------------------------------------------------
41CONVFLUX_lands      | "CONVFLUX CONTFRAC"                  | "" | "(CONVFLUX[d=1]*AREAS[d=1]*CONTFRAC[d=2]/1e15)"                           | "Annual release right after deforestation (LANDS)"            | "PgC/yr" | "2"
42CFLUX_PROD10_lands  | "CFLUX_PROD10 CONTFRAC"              | "" | "(CFLUX_PROD10[d=1]*AREAS[d=1]*CONTFRAC[d=2]/1e15)"                       | "Annual release from all 10 year wood product pools (LANDS)"  | "PgC/yr" | "2"
43CFLUX_PROD100_lands | "CFLUX_PROD100 CONTFRAC"             | "" | "(CFLUX_PROD100[d=1]*AREAS[d=1]*CONTFRAC[d=2]/1e15)"                      | "Annual release from all 100 year wood product pools (LANDS)" | "PgC/yr" | "2"
44HARVEST_ABOVE_lands | "HARVEST_ABOVE CONTFRAC"             | "" | "(HARVEST_ABOVE[d=1]*AREAS[d=1]*CONTFRAC[d=2]/1e15)"                      | "Annual release product after harvest (LANDS)"                | "PgC/yr" | "2"
45SOIL_CARB_lands     | "TOTAL_SOIL_CARB VEGET_MAX CONTFRAC" | "" | "(TOTAL_SOIL_CARB[d=1]*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)"     | "Total Soil Carbon (LANDS)"                                   | "PgC"    | "2"
46BIOMASS_lands       | "TOTAL_M VEGET_MAX CONTFRAC"         | "" | "(TOTAL_M[d=1]*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)"             | "Total Biomass (LANDS)"                                       | "PgC"    | "2"
47LITTER_lands        | "TOTAL_BM_LITTER VEGET_MAX CONTFRAC" | "" | "(TOTAL_BM_LITTER[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)" | "Total Litter (LANDS)"                                        | "PgC/yr" | "2"
48CO2FLUX_lands       | "CO2FLUX VEGET_MAX CONTFRAC"         | "" | "(CO2FLUX[d=1]*12*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)"          | "NEE (LANDS)"                                                 | "PgC/yr" | "2"
49CO2FLUX_MONTHLY_SUM_lands | "CO2FLUX_MONTHLY_SUM VEGET_MAX CONTFRAC" | "" | "(CO2FLUX_MONTHLY_SUM[d=1]*12)"                                 | "NEE Sum (LANDS)"                                             | "PgC/yr" | "Areas[d=1]"
50NPP_lands           | "NPP VEGET_MAX CONTFRAC"             | "" | "(NPP[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)"             | "Net Primary Produc (LANDS)"                                  | "PgC/yr" | "2"
51GPP_lands           | "GPP VEGET_MAX CONTFRAC"             | "" | "(GPP[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)"             | "Gross Primary Produc (LANDS)"                                | "PgC/yr" | "2"
52HET_RESP_lands      | "HET_RESP VEGET_MAX CONTFRAC"        | "" | "(HET_RESP[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)"        | "Heterotr. Resp. (LANDS)"                                     | "PgC/yr" | "2"
53MAINT_RESP_lands    | "MAINT_RESP VEGET_MAX CONTFRAC"      | "" | "(MAINT_RESP[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)"      | "Maintenance Resp. (LANDS)"                                   | "PgC/yr" | "2"
54GROWTH_RESP_lands   | "GROWTH_RESP VEGET_MAX CONTFRAC"     | "" | "(GROWTH_RESP[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)"     | "Growth Resp. (LANDS)"                                        | "PgC/yr" | "2"
55cVeg_lands             | "cVeg"             | "" | "(cVeg[d=1])"            | "Carbon in Vegetation"                        | "kg C m-2" | "Areas[d=1]"
56cLitter_lands          | "cLitter"          | "" | "(cLitter[d=1])"         | "Carbon in Litter Pool"                       | "kg C m-2" | "Areas[d=1]"
57cSoil_lands            | "cSoil"            | "" | "(cSoil[d=1])"           | "Carbon in Soil Pool"                         | "kg C m-2" | "Areas[d=1]"
58cProduct_lands         | "cProduct"         | "" | "(cProduct[d=1])"        | "Carbon in Products of Land Use Change"       | "kg C m-2" | "Areas[d=1]"
59lai_lands              | "lai"              | "" | "(lai[d=1])"             | "Leaf Area Fraction"                          | "1"        | "Areas[d=1]"
60gpp_lands              | "gpp"              | "" | "(gpp[d=1])"             | "Gross Primary Production"                    | "kg C m-2 s-1" | "Areas[d=1]"
61ra_lands               | "ra"               | "" | "(ra[d=1])"              | "Autotrophic Respiration"                     | "kg C m-2 s-1" | "Areas[d=1]"
62npp_lands              | "npp"              | "" | "(npp[d=1])"             | "Net Primary Production"                      | "kg C m-2 s-1" | "Areas[d=1]"
63rh_lands               | "rh"               | "" | "(rh[d=1])"              | "Heterotrophic Respiration"                   | "kg C m-2 s-1" | "Areas[d=1]"
64fFire_lands            | "fFire"            | "" | "(fFire[d=1])"           | "CO2 Emission from Fire"                      | "kg C m-2 s-1" | "Areas[d=1]"
65fHarvest_lands         | "fHarvest"         | "" | "(fHarvest[d=1])"        | "CO2 Flux to Atmosphere from Crop Harvesting" | "kg C m-2 s-1" | "Areas[d=1]"
66fLuc_lands             | "fLuc"             | "" | "(fLuc[d=1])"            | "CO2 Flux to Atmosphere from Land Use Change" | "kg C m-2 s-1" | "Areas[d=1]"
67nbp_lands              | "nbp"              | "" | "(nbp[d=1])"             | "Net Biospheric Production"                   | "kg C m-2 s-1" | "Areas[d=1]"
68fVegLitter_lands       | "fVegLitter"       | "" | "(fVegLitter[d=1])"      | "Total Carbon Flux from Vegetation to Litter" | "kg C m-2 s-1" | "Areas[d=1]"
69fLitterSoil_lands      | "fLitterSoil"      | "" | "(fLitterSoil[d=1])"     | "Total Carbon Flux from Litter to Soil"       | "kg C m-2 s-1" | "Areas[d=1]"
70cLeaf_lands            | "cLeaf"            | "" | "(cLeaf[d=1])"           | "Carbon in Leaves"                            | "kg C m-2" | "Areas[d=1]"
71cWood_lands            | "cWood"            | "" | "(cWood[d=1])"           | "Carbon in Wood"                              | "kg C m-2" | "Areas[d=1]"
72cRoot_lands            | "cRoot"            | "" | "(cRoot[d=1])"           | "Carbon in Roots"                             | "kg C m-2" | "Areas[d=1]"
73cMisc_lands            | "cMisc"            | "" | "(cMisc[d=1])"           | "Carbon in Other Living Compartments"         | "kg C m-2" | "Areas[d=1]"
74cLitterAbove_lands     | "cLitterAbove"     | "" | "(cLitterAbove[d=1])"    | "Carbon in Above-Ground Litter"               | "kg C m-2" | "Areas[d=1]"
75cLitterBelow_lands     | "cLitterBelow"     | "" | "(cLitterBelow[d=1])"    | "Carbon in Below-Ground Litter"               | "kg C m-2" | "Areas[d=1]"
76cSoilFast_lands        | "cSoilFast"        | "" | "(cSoilFast[d=1])"       | "Carbon in Fast Soil Pool"                    | "kg C m-2" | "Areas[d=1]"
77cSoilMedium_lands      | "cSoilMedium"      | "" | "(cSoilMedium[d=1])"     | "Carbon in Medium Soil Pool"                  | "kg C m-2" | "Areas[d=1]"
78cSoilSlow_lands        | "cSoilSlow"        | "" | "(cSoilSlow[d=1])"       | "Carbon in Slow Soil Pool"                    | "kg C m-2" | "Areas[d=1]"
79treeFracPrimDec_lands  | "treeFracPrimDec"  | "" | "(treeFracPrimDec[d=1])" | "Total Primary Deciduous Tree Cover Fraction" | "%"       | "Areas[d=1]"
80treeFracPrimEver_lands | "treeFracPrimEver" | "" | "(treeFracPrimEver[d=1])"| "Total Primary Evergreen Tree Cover Fraction" | "%"       | "Areas[d=1]"
81c3PftFrac_lands        | "c3PftFrac"        | "" | "(c3PftFrac[d=1])"       | "Total C3 PFT Cover Fraction"                 | "%"       | "Areas[d=1]"
82c4PftFrac_lands        | "c4PftFrac"        | "" | "(c4PftFrac[d=1])"       | "Total C4 PFT Cover Fraction"                 | "%"       | "Areas[d=1]"
83rGrowth_lands          | "rGrowth"          | "" | "(rGrowth[d=1])"         | "Growth Autotrophic Respiration"              | "kg C m-2 s-1" | "Areas[d=1]"
84rMaint_lands           | "rMaint"           | "" | "(rMaint[d=1])"          | "Maintenance Autotrophic Respiration"         | "kg C m-2 s-1" | "Areas[d=1]"
85nppLeaf_lands          | "nppLeaf"          | "" | "(nppLeaf[d=1])"         | "CO2 Flux from Atmosphere due to NPP Allocation to Leaf" | "kg C m-2 s-1" | "Areas[d=1]"
86nppWood_lands          | "nppWood"          | "" | "(nppWood[d=1])"         | "CO2 Flux from Atmosphere due to NPP Allocation to Wood" | "kg C m-2 s-1" | "Areas[d=1]"
87nppRoot_lands          | "nppRoot"          | "" | "(nppRoot[d=1])"         | "CO2 Flux from Atmosphere due to NPP Allocation to Root" | "kg C m-2 s-1" | "Areas[d=1]"
88nep_lands              | "nep"              | "" | "(nep[d=1])"             | "Net Carbon Mass Flux out of Atmophere due to Net Ecosystem Productivity." | "kg C m-2 s-1" | "Areas[d=1]"
89cMassVariation_lands     | "cMassVariation"     | "" | "(cMassVariation[d=1])"    | "Carbon Mass Variation"                         | "kg C m-2 s-1" | "Areas[d=1]"
90cBal_lands             | "cMassVariation nbp" | "" | "(cMassVariation[d=1,L=2:1000]-nbp[d=2,L=2:1000])" | "Total Carbon Balance"                    | "kg C m-2 s-1" | "Areas[d=1]"
91ADAPTATION01_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=1])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
92ADAPTATION02_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=2])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
93ADAPTATION03_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=3])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
94ADAPTATION04_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=4])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
95ADAPTATION05_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=5])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
96ADAPTATION06_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=6])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
97ADAPTATION07_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=7])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
98ADAPTATION08_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=8])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
99ADAPTATION09_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=9])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
100ADAPTATION10_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=10])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
101ADAPTATION11_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=11])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
102ADAPTATION12_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=12])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
103ADAPTATION13_lands       | "ADAPTATION"       | "" | "(ADAPTATION[d=1,k=13])"      | "Adaptation to climate (DGVM)"                | "-" | "2"
104REGENERATION01_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=1])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
105REGENERATION02_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=2])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
106REGENERATION03_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=3])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
107REGENERATION04_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=4])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
108REGENERATION05_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=5])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
109REGENERATION06_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=6])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
110REGENERATION07_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=7])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
111REGENERATION08_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=8])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
112REGENERATION09_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=9])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
113REGENERATION10_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=10])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
114REGENERATION11_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=11])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
115REGENERATION12_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=12])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
116REGENERATION13_lands     | "REGENERATION"     | "" | "(REGENERATION[d=1,k=13])"    | "Probability from regenerative (DGVM)"        | "-" | "2"
117#------------------------------------------------------------------------------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.