source: tags/ORCHIDEE_2_0/ORCHIDEE_OL/OOL_SEC_STO_FG2/COMP/stomate.card

Last change on this file was 5626, checked in by josefine.ghattas, 6 years ago

Harmless changes done on the trunk :

  • higher output level for stomate_history.nc file
  • corrected parameter PFT_NAME: this parameter is only used for printing information
File size: 2.3 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5# SPINUP_ANALYTIC=y/n : Activate the spinup analytic option to solve the carbon in soil balance
6SPINUP_ANALYTIC=n
7
8# Specify output level for output files
9# Only the files stomate_history.nc and stomate_ipcc_history.nc can be set here.
10# output_level_filname=0     : lowest level writing only variables needed for the monitoring
11# output_level_filname=10    : highest level which will output all variables
12# output_level_filname=NONE  : deactivate the file
13output_level_stomate_history = 10
14output_level_stomate_ipcc_history = 1
15
16# Specify output frequency for each file [1y, 1mo, 1d]
17# Settings using WriteFrequency in config.card are not longer used
18output_freq_stomate_history = 1mo
19output_freq_stomate_ipcc_history = 1mo
20
21
22[InitialStateFiles]
23List=   ()
24
25[BoundaryFiles]
26List=   ()
27ListNonDel= ()
28
29[SmoothFiles]
30List=   ()
31
32[ParametersFiles]
33List=   (${R_IN}/SRF/CO2_1860_2012_TRENDY2.txt, CO2.txt)
34
35
36[RestartFiles]
37List=   (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc)
38
39
40[OutputText]
41List=   ()
42
43[OutputFiles]
44List=   (stomate_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history) \
45    (stomate_ipcc_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_ipcc_history.nc, Post_1M_stomate_ipcc_history)
46
47[Post_1M_stomate_history]
48Patches= ()
49GatherWithInternal= (lon, lat, time_counter, Areas, CONTFRAC)
50TimeSeriesVars2D= (T2M_MONTH,RESOLUTION_X,RESOLUTION_Y,CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE)
51ChunckJob2D = NONE
52TimeSeriesVars3D= (LAI,VEGET_COV_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M,TOTAL_BM_LITTER,TOTAL_SOIL_CARB,ADAPTATION,REGENERATION,CARBON_ACTIVE,CARBON_SLOW,CARBON_PASSIVE,LITTER_STR_AB,LITTER_STR_BE,LITTER_MET_AB,LITTER_MET_BE,TOTAL_TURN,WOOD_HARVEST_PFT)
53ChunckJob3D = 100Y
54Seasonal=ON
55
56[Post_1M_stomate_ipcc_history]
57Patches= ()
58GatherWithInternal= (lon, lat, time_counter, Areas, CONTFRAC)
59TimeSeriesVars2D=(cVeg, cLitter, cSoil, cProduct, cMassVariation, lai, gpp, ra, npp, rh, fFire, fHarvest, fLuc, nbp, fVegLitter, fLitterSoil, cLeaf, cWood, cRoot, cMisc, cLitterAbove, cLitterBelow, cSoilFast, cSoilMedium, cSoilSlow, landCoverFrac, treeFracPrimDec, treeFracPrimEver, c3PftFrac, c4PftFrac, rGrowth, rMaint, nppLeaf, nppWood, nppRoot, nep, fWoodharvest)
60ChunckJob2D = NONE
61TimeSeriesVars3D=()
62ChunckJob3D = NONE
63Seasonal=ON
Note: See TracBrowser for help on using the repository browser.