source: CONFIG_DEVT/ORCHIDEE_OL_TP/SPINUP/SUBJOB/OOL_SEC_STO/COMP/stomate.card @ 5570

Last change on this file since 5570 was 5570, checked in by aclsce, 3 years ago

Created ORCHIDEE_OL_TP configuration : temporary configuration to be used during prectical session.

File size: 3.7 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# NINPUT_UPDATE=0Y : no change in nitrogen input maps. Nitrogen input maps should be set in InitialStateFiles/List
9# NINPUT_UPDATE=1Y : change in nitrogen input maps every year. Nitrogen input maps should be set only in BoundaryFiles/List.
10NINPUT_UPDATE=0Y
11
12# Specify output level for output files
13# Only the files stomate_history.nc and stomate_ipcc_history.nc can be set here.
14# output_level_filname=0     : lowest level writing only variables needed for the monitoring
15# output_level_filname=10    : highest level which will output all variables
16# output_level_filname=NONE  : deactivate the file
17output_level_stomate_history = 10
18output_level_stomate_history_4dim = NONE
19output_level_stomate_ipcc_history = NONE
20
21# Specify output frequency for each file [1y, 1mo, 1d]
22# Settings using WriteFrequency in config.card are not longer used
23output_freq_stomate_history = 1mo
24output_freq_stomate_history_4dim = 1mo
25output_freq_stomate_ipcc_history = 1mo
26
27
28[InitialStateFiles]
29List=   ()
30
31[BoundaryFiles]
32List=   (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_pasture_2000.nc, nfert_pasture.nc) ,\
33        (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_cropland_2000.nc, nfert_cropland.nc) ,\
34        (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_pasture_2000.nc, nmanure_pasture.nc) ,\
35        (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_cropland_2000.nc, nmanure_cropland.nc) ,\
36        (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_nhx_2000.nc, ndep_nhx.nc), \
37        (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_noy_2000.nc, ndep_noy.nc)
38ListNonDel= (${R_IN}/SRF/NITROGEN/BNF/bnf_1850.nc, bnf.nc)
39
40[SmoothFiles]
41List=   ()
42
43[ParametersFiles]
44List=   ()
45
46[RestartFiles]
47List=   (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc)
48
49
50[OutputText]
51List=   ()
52
53[OutputFiles]
54List=   (stomate_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history), \
55        (stomate_ipcc_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_ipcc_history.nc, Post_1M_stomate_ipcc_history), \
56        (stomate_history_4dim.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history_4dim.nc, NONE)
57
58[Post_1M_stomate_history]
59Patches= ()
60GatherWithInternal= (lon, lat, time_counter, Areas, CONTFRAC)
61TimeSeriesVars2D= (T2M_MONTH,RESOLUTION_X,RESOLUTION_Y,CONVFLUX,NFLUX_PROD,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE)
62ChunckJob2D = NONE
63TimeSeriesVars3D= (LAI,VEGET_COV_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M_n,TOTAL_M,TOTAL_BM_LITTER,TOTAL_BM_LITTER_n,TOTAL_SOIL_CARB,ADAPTATION,REGENERATION,SOIL_ACTIVE,SOIL_ACTIVE_n,SOIL_SLOW,SOIL_SLOW_n,SOIL_PASSIVE,SOIL_PASSIVE_n,SOIL_SURF,SOIL_SURF_n,LITTER_STR_AB,LITTER_STR_AB_n,LITTER_STR_BE,LITTER_STR_BE_n,LITTER_MET_AB,LITTER_MET_AB_n,LITTER_MET_BE,LITTER_MET_BE_n,LITTER_WOD_AB,LITTER_WOD_AB_n,LITTER_WOD_BE,LITTER_WOD_BE_n,TOTAL_TURN,TOTAL_TURN_n,N_SUPPORT,WOOD_HARVEST_PFT,LEAF_M_n,LEAF_M,N_UPTAKE_NO3,N_UPTAKE_NH4,NH3_EMISSION,N2_EMISSION,N2O_EMISSION,NOX_EMISSION)
64ChunckJob3D = 100Y
65Seasonal=ON
66
67[Post_1M_stomate_ipcc_history]
68Patches= ()
69GatherWithInternal= (lon, lat, time_counter, Areas, CONTFRAC)
70TimeSeriesVars2D=(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)
71ChunckJob2D = NONE
72TimeSeriesVars3D=()
73ChunckJob3D = NONE
74Seasonal=ON
Note: See TracBrowser for help on using the repository browser.