source: CONFIG/UNIFORM/v6/LMDZOR_v6.4/EXPERIMENTS/LMDZOR/amip/COMP/stomate.card @ 6622

Last change on this file since 6622 was 6622, checked in by jgipsl, 10 months ago

Corrected some TS variables and added one optional output file.

File size: 3.5 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=1Y
8
9# STOMATE_IMPOSE_CN: impose nitrogen
10# If STOMATE_IMPOSE_CN=y the file leaf_cn.nc must be available, NINPUT_UPDATE=0Y should be set.
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)
32List= ()
33
34[BoundaryFiles]
35# Following files are needed if STOMATE_IMPOSE_CN=n
36List=   (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_pasture_${year}.nc, nfert_pasture.nc) ,\
37    (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_cropland_${year}.nc, nfert_cropland.nc) ,\
38    (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_pasture_${year}.nc, nmanure_pasture.nc) ,\
39    (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_cropland_${year}.nc, nmanure_cropland.nc) ,\
40    (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_nhx_${year}.nc, ndep_nhx.nc), \
41    (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_noy_${year}.nc, ndep_noy.nc),\
42    (${R_IN}/SRF/NITROGEN/BNF/bnf_1850.nc, bnf.nc)
43
44ListNonDel= ()
45
46[SmoothFiles]
47List=   ()
48
49[ParametersFiles]
50List=   ()
51
52[RestartFiles]
53List=   (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc)
54
55[OutputText]
56List=   ()
57
58[OutputFiles]
59List=   (stomate_history.nc,      ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc,      Post_1M_stomate_history),    \
60        (stomate_ipcc_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_ipcc_history.nc, Post_1M_stomate_ipcc_history)
61
62[Post_1M_stomate_history]
63Patches = ()
64GatherWithInternal = (lon, lat, Areas, CONTFRAC, time_counter, time_centered, time_centered_bounds)
65TimeSeriesVars2D = (T2M_MONTH,RESOLUTION_X,RESOLUTION_Y,CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE)
66ChunckJob2D = NONE
67TimeSeriesVars3D = (LAI_MEAN,VEGET_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M_c,TOTAL_M_n,TOTAL_BM_LITTER_c,TOTAL_BM_LITTER_n,TOTAL_SOIL_c,TOTAL_SOIL_n,CO2_FIRE,TOTAL_TURN_c,TOTAL_TURN_n,HARVEST_WOOD_c,HARVEST_WOOD_n)
68ChunckJob3D = NONE
69Seasonal = ON
70
71[Post_1M_stomate_ipcc_history]
72Patches = ()
73GatherWithInternal = (lon, lat, Areas, CONTFRAC, time_counter, time_centered, time_centered_bounds)
74TimeSeriesVars2D = (cVeg, cLitter, cSoil, cProduct, lai, gpp, ra, npp, rh, fFire, fHarvest, fLuc, nbp_c, nbp_n, fVegLitter, fLitterSoil, cLeaf, cWood, cRoot, cMisc, cLitterAbove, cLitterBelow, cSoilFast, cSoilMedium, cSoilSlow, landCoverFrac, treeFracPrimDec, treeFracPrimEver, c3PftFrac, c4PftFrac, rGrowth, rMaint, nppLeaf, nppWood, nppRoot, nep_c, nep_n, fWoodharvest)
75ChunckJob2D = NONE
76TimeSeriesVars3D = ()
77ChunckJob3D = NONE
78Seasonal = ON
Note: See TracBrowser for help on using the repository browser.