source: CONFIG/UNIFORM/v6/LMDZISO_v6.4/EXPERIMENTS/LMDZISO/clim_pdControl/COMP/stomate.card @ 6592

Last change on this file since 6592 was 6592, checked in by snguyen, 11 months ago

configured LMDZISO experiments with proper files

File size: 3.4 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5# NINPUT_UPDATE=1Y: change in nitrogen input maps every year.
6# Nitrogen input maps should be set in BoundaryFiles/List for 1Y or in InitialStateFile for 0Y.
7NINPUT_UPDATE=0Y
8
9# STOMATE_IMPOSE_CN: impose nitrogen
10# If STOMATE_IMPOSE_CN=y the file leaf_cn.nc must be available except if STOMATE_READ_CN=n
11# If STOMATE_IMPOSE_CN=n the other N-input files are needed, see commented files below
12STOMATE_IMPOSE_CN=n
13
14
15# Specify output level for output files
16# Only the files stomate_history.nc and stomate_ipcc_history.nc can be set here.
17# output_level_filname=0     : lowest level writing only variables needed for the monitoring
18# output_level_filname=10    : highest level which will output all variables
19# output_level_filname=NONE  : deactivate the file
20output_level_stomate_history = 10
21output_level_stomate_ipcc_history = 1
22
23# Specify output frequency for each file [1y, 1mo, 1d]
24# Settings using WriteFrequency in config.card are not longer used
25output_freq_stomate_history = 1mo
26output_freq_stomate_ipcc_history = 1mo
27
28
29[InitialStateFiles]
30# cnleaf_map.nc is needed if STOMATE_IMPOSE_CN=y
31#List=    (${R_IN}/SRF/NITROGEN/CN_LEAF/cn_leaf_1850_v0.nc, cnleaf_map.nc)
32
33# Following files are needed if STOMATE_IMPOSE_CN=n
34List=   (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_pasture_2000.nc, nfert_pasture.nc) ,\
35     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_cropland_2000.nc, nfert_cropland.nc) ,\
36     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_pasture_2000.nc, nmanure_pasture.nc) ,\
37     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_cropland_2000.nc, nmanure_cropland.nc) ,\
38     (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_nhx_2000.nc, ndep_nhx.nc), \
39     (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_noy_2000.nc, ndep_noy.nc), \
40     (${R_IN}/SRF/NITROGEN/BNF/bnf_1850.nc, bnf.nc)
41
42
43[BoundaryFiles]
44List=   ()
45ListNonDel= ()
46
47[SmoothFiles]
48List=   ()
49
50[ParametersFiles]
51List=   ()
52
53[RestartFiles]
54List=   (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc)
55
56[OutputText]
57List=   ()
58
59[OutputFiles]
60List=   (stomate_history.nc,      ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc,      Post_1M_stomate_history),    \
61        (stomate_ipcc_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_ipcc_history.nc, Post_1M_stomate_ipcc_history)
62
63[Post_1M_stomate_history]
64Patches = ()
65GatherWithInternal = (lon, lat, Areas, CONTFRAC, time_counter, time_centered, time_centered_bounds)
66TimeSeriesVars2D = (T2M_MONTH,RESOLUTION_X,RESOLUTION_Y,CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE)
67ChunckJob2D = NONE
68TimeSeriesVars3D = (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)
69ChunckJob3D = NONE
70Seasonal = ON
71
72[Post_1M_stomate_ipcc_history]
73Patches = ()
74GatherWithInternal = (lon, lat, Areas, CONTFRAC, time_counter, time_centered, time_centered_bounds)
75TimeSeriesVars2D = (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)
76ChunckJob2D = NONE
77TimeSeriesVars3D = ()
78ChunckJob3D = NONE
79Seasonal = ON
Note: See TracBrowser for help on using the repository browser.