source: CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/GES/piControl_GES_CoupOceAtm_TEST/COMP/stomate.card @ 6628

Last change on this file since 6628 was 6628, checked in by acosce, 8 months ago

Add experiment for coupled model with INCA GES and CO2 coupled between atm and oce
fixe some typo, and try to find the best way to generalize all ESM experiments

  • Property svn:mime-type set to application/x-wine-extension-ini
File size: 3.3 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
11# If STOMATE_IMPOSE_CN=n the other N-input files are needed, see commented files below
12STOMATE_IMPOSE_CN=y
13
14# Specify output level for output files
15# Only the files stomate_history.nc and stomate_ipcc_history.nc can be set here.
16# output_level_filname=0     : lowest level writing only variables needed for the monitoring
17# output_level_filname=1     : highest level which will output all variables
18# output_level_filname=NONE  : deactivate the file
19output_level_stomate_history = 0
20output_level_stomate_ipcc_history = 0
21
22# Specify output frequency for each file [1y, 1mo, 1d]
23# Settings using WriteFrequency in config.card are not longer used
24output_freq_stomate_history = 1mo
25output_freq_stomate_ipcc_history = 1mo
26
27
28[InitialStateFiles]
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 = (CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE,WOOD_HARVEST)
66ChunckJob2D = NONE
67TimeSeriesVars3D = (VEGET_COV_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,TOTAL_M,TOTAL_BM_LITTER,TOTAL_SOIL_CARB,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 = (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)
75ChunckJob2D = NONE
76TimeSeriesVars3D = ()
77ChunckJob3D = NONE
78Seasonal = ON
Note: See TracBrowser for help on using the repository browser.