source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM/piControl_ORCHv4_TEST/COMP/stomate.card @ 6479

Last change on this file since 6479 was 6479, checked in by jgipsl, 13 months ago

Added test expriement working with ORCHIDEE trunk

File size: 3.3 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5
6# NINPUT_UPDATE=1Y: change in nitrogen input maps every year.
7# Nitrogen input maps should be set in BoundaryFiles/List for 1Y or in InitialStateFile for 0Y.
8NINPUT_UPDATE=0Y
9
10# STOMATE_IMPOSE_CN: impose nitrogen
11# If STOMATE_IMPOSE_CN=y the file leaf_cn.nc must be available except if STOMATE_READ_CN=n
12# If STOMATE_IMPOSE_CN=n the other N-input files are needed, see commented files below
13STOMATE_IMPOSE_CN=n
14
15
16# Specify output level for output files
17# Only the files stomate_history.nc and stomate_ipcc_history.nc can be set here.
18# output_level_filname=0     : lowest level writing only variables needed for the monitoring
19# output_level_filname=1     : highest level which will output all variables
20# output_level_filname=NONE  : deactivate the file
21output_level_stomate_history = 0
22output_level_stomate_ipcc_history = 0
23
24# Specify output frequency for each file [1y, 1mo, 1d]
25# Settings using WriteFrequency in config.card are not longer used
26output_freq_stomate_history = 1mo
27output_freq_stomate_ipcc_history = 1mo
28
29
30[InitialStateFiles]
31# cnleaf_map.nc is needed if STOMATE_IMPOSE_CN=y
32#List=    (${R_IN}/SRF/NITROGEN/CN_LEAF/cn_leaf_1850_v0.nc, cnleaf_map.nc)
33
34# Following files are needed if STOMATE_IMPOSE_CN=n
35List=   (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_pasture_1900.nc, nfert_pasture.nc) ,\
36     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_cropland_1900.nc, nfert_cropland.nc) ,\
37     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_pasture_1900.nc, nmanure_pasture.nc) ,\
38     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_cropland_1900.nc, nmanure_cropland.nc) ,\
39     (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_nhx_1900.nc, ndep_nhx.nc), \
40     (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_noy_1900.nc, ndep_noy.nc), \
41     (${R_IN}/SRF/NITROGEN/BNF/bnf_1850.nc, bnf.nc)
42
43
44[BoundaryFiles]
45List=   ()
46ListNonDel= ()
47
48[SmoothFiles]
49List=   ()
50
51[ParametersFiles]
52List=   ()
53
54[RestartFiles]
55List=   (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc)
56
57[OutputText]
58List=   ()
59
60[OutputFiles]
61List=   (stomate_history.nc,      ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc,      Post_1M_stomate_history),    \
62        (stomate_ipcc_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_ipcc_history.nc, Post_1M_stomate_ipcc_history)
63
64[Post_1M_stomate_history]
65Patches = ()
66GatherWithInternal = (lon, lat, Areas, time_counter, time_centered, time_centered_bounds)
67TimeSeriesVars2D = (CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE,WOOD_HARVEST)
68ChunckJob2D = NONE
69TimeSeriesVars3D = (VEGET_COV_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,TOTAL_M,TOTAL_BM_LITTER,TOTAL_SOIL_CARB,WOOD_HARVEST_PFT)
70ChunckJob3D = NONE
71Seasonal = ON
72
73[Post_1M_stomate_ipcc_history]
74Patches = ()
75GatherWithInternal = (lon, lat, Areas, time_counter, time_centered, time_centered_bounds)
76TimeSeriesVars2D = (cProduct, lai, gpp, ra, fLuc, nbp, fVegLitter, fLitterSoil, cLeaf, cWood, cRoot, cMisc, cLitterAbove, cLitterBelow, cSoilFast, cSoilMedium, cSoilSlow, cMassVariation, treeFracPrimDec, treeFracPrimEver, c3PftFrac, c4PftFrac, rGrowth, rMaint, nppLeaf, nppWood, nppRoot, nep, fWoodharvest, cVegCrop, cLitterCrop, cSoilCrop, nppCrop, raCrop)
77ChunckJob2D = NONE
78TimeSeriesVars3D = ()
79ChunckJob3D = NONE
80Seasonal = ON
Note: See TracBrowser for help on using the repository browser.