source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/SPINUP_ANALYTIC_FG1nd/COMP/stomate.card @ 7911

Last change on this file since 7911 was 7911, checked in by xiaoni.wang, 16 months ago

Add configuration files for the spinup and transient simulations by using the new driver in tag2.2

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=y
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=1     : highest level which will output all variables
12# output_level_filname=NONE  : deactivate the file
13output_level_stomate_history = 5
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 = 1y
19output_freq_stomate_ipcc_history = 1y
20
21
22[InitialStateFiles]
23List=   ()
24
25[BoundaryFiles]
26List=   ()
27ListNonDel= ()
28
29[SmoothFiles]
30List=   ()
31
32[ParametersFiles]
33List=   ()
34
35[RestartFiles]
36# List restart that have to be saved/restored each loop (file out, saved, and in) :
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_Y}/${PREFIX}_1Y_stomate_history.nc, Post_1Y_stomate_history), \
45        (stomate_ipcc_history.nc, ${R_OUT_SBG_O_Y}/${PREFIX}_1Y_stomate_ipcc_history.nc, Post_1Y_stomate_ipcc_history)
46
47[Post_1Y_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 = 200Y
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 = NONE
54Seasonal=ON
55
56[Post_1Y_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 = 200Y
61TimeSeriesVars3D=()
62ChunckJob3D = NONE
63Seasonal=ON
Note: See TracBrowser for help on using the repository browser.