source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/amip/COMP/stomate.card @ 3565

Last change on this file since 3565 was 3565, checked in by jgipsl, 6 years ago

Changed strategy for settings for output files for ORCHIDEE. Activate files, output level and output frequency are now set from orchidee.card and stomate.card. WriteFrequancy in config.card is not used any more for ORCHIDEE (SRF and SBG).

Already done in LMDZOR_v6 in [3563] and [3564]

File size: 2.1 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5
6# Specify output level for output files
7# Only the files stomate_history.nc and stomate_ipcc_history.nc can be set here.
8# output_level_filname=0     : lowest level writing only variables needed for the monitoring
9# output_level_filname=1     : highest level which will output all variables
10# output_level_filname=NONE  : deactivate the file
11output_level_stomate_history = 1
12output_level_stomate_ipcc_history = 1
13
14# Specify output frequency for each file [1y, 1mo, 1d]
15# Settings using WriteFrequency in config.card are not longer used
16output_freq_stomate_history = 1mo
17output_freq_stomate_ipcc_history = 1mo
18
19
20[InitialStateFiles]
21List=   ()
22
23[BoundaryFiles]
24List=   ()
25ListNonDel= ()
26
27[SmoothFiles]
28List=   ()
29
30[ParametersFiles]
31List=   ()
32
33[RestartFiles]
34List=   (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc)
35
36[OutputText]
37List=   ()
38
39[OutputFiles]
40List=   (stomate_history.nc,      ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc,      Post_1M_stomate_history),    \
41        (stomate_ipcc_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_ipcc_history.nc, Post_1M_stomate_ipcc_history)
42
43[Post_1M_stomate_history]
44Patches = ()
45GatherWithInternal = (lon, lat, Areas, CONTFRAC, time_counter, time_centered, time_centered_bounds)
46TimeSeriesVars2D = (T2M_MONTH,RESOLUTION_X,RESOLUTION_Y,CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE)
47ChunckJob2D = NONE
48TimeSeriesVars3D = (LAI,VEGET_COV_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M,TOTAL_BM_LITTER,TOTAL_SOIL_CARB,CO2_FIRE,TOTAL_TURN,WOOD_HARVEST_PFT)
49ChunckJob3D = NONE
50Seasonal = ON
51
52[Post_1M_stomate_ipcc_history]
53Patches = ()
54GatherWithInternal = (lon, lat, Areas, CONTFRAC, time_counter, time_centered, time_centered_bounds)
55TimeSeriesVars2D = (cVeg, cLitter, cSoil, cProduct, 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)
56ChunckJob2D = NONE
57TimeSeriesVars3D = ()
58ChunckJob3D = NONE
59Seasonal = ON
Note: See TracBrowser for help on using the repository browser.