source: CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/stomate.card @ 5555

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

Created IPSLCM6.3 configuration, merge between IPSLCM6.2 and LMDZOR_v6.3.

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=y
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]
30List=    (${R_IN}/SRF/NITROGEN/CN_LEAF/cn_leaf_1850_v0.nc, cnleaf_map.nc)
31
32# Following files are needed if STOMATE_IMPOSE_CN=n
33#List=   (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_pasture_2000.nc, nfert_pasture.nc) ,\
34#     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_cropland_2000.nc, nfert_cropland.nc) ,\
35#     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_pasture_2000.nc, nmanure_pasture.nc) ,\
36#     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_cropland_2000.nc, nmanure_cropland.nc) ,\
37#     (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_nhx_2000.nc, ndep_nhx.nc), \
38#     (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_noy_2000.nc, ndep_noy.nc), \
39#     (${R_IN}/SRF/NITROGEN/BNF/bnf_1850.nc, bnf.nc)
40
41
42[BoundaryFiles]
43List=   ()
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,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)
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, fVegLitter, fLitterSoil, cLeaf, cWood, cRoot, cMisc, cLitterAbove, cLitterBelow, cSoilFast, cSoilMedium, cSoilSlow, landCoverFrac, treeFracPrimDec, treeFracPrimEver, c3PftFrac, c4PftFrac, rGrowth, rMaint, nppLeaf, nppWood, nppRoot, nep, fWoodharvest)
75ChunckJob2D = NONE
76TimeSeriesVars3D = ()
77ChunckJob3D = NONE
78Seasonal = ON
Note: See TracBrowser for help on using the repository browser.