source: CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/IPSLCMCHT/S_historical_CMIP6/COMP/orchidee.card @ 5062

Last change on this file since 5062 was 5062, checked in by acosce, 4 years ago

fixe some errors on historical experiment for CM5A2CHT configuration

File size: 2.6 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5# The variable DefSuffix gives the suffix of the orchidee.def file to be used.
6# By default the file orchidee.def_Choi will be selected.
7# Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology
8# Set DefSuffix=CWRR to activate 11-layer CWRR hydrology
9DefSuffix=Choi
10
11VEGET_UPDATE=1Y
12CHEMISTRY_BVOC=y
13
14
15[InitialStateFiles]
16List=   (${R_IN}/SRF/soils_param.nc,        . ), \
17        (${R_IN}/SRF/routing.nc,            . ), \
18        (${R_IN}/SRF/cartepente2d_15min.nc, .)
19
20[BoundaryFiles]
21List= (${R_IN}/CMIP6/${config_UserChoices_LongName}/${config_UserChoices_ModelName}/${config_UserChoices_ExperimentName}/${config_UserChoices_Member}/${year}/dr2xml_orchidee.xml, .),\
22    (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/13PFT.v2/PFTmap13_${year}.nc, PFTmap.nc)
23
24ListNonDel= (${R_IN}/SRF/chemistry/orchidee_fertilizer_1995.nc, .), \
25            (${R_IN}/SRF/chemistry/orchidee_bbg_clim.nc, .)
26
27
28[SmoothFiles]
29List= ()
30
31[ParametersFiles]
32List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
33        (${SUBMIT_DIR}/PARAM/ping_orchidee.xml, .),\
34        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
35            (${R_IN}/SRF/routing.nc,            . ), \
36            (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
37        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
38
39[RestartFiles]
40List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
41
42[OutputText]
43List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
44
45[OutputFiles]
46List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
47        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
48
49[Post_1M_sechiba_history]
50Patches = ()
51GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
52TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac, riverflow, coastalflow)
53ChunckJob2D = NONE
54TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
55ChunckJob3D = NONE
56Seasonal = ON
57
58[Post_HF_sechiba_out_2]
59Patches = ()
60GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
61TimeSeriesVars2D = (mrsos, mrro)
62ChunckJob2D = 50Y
63TimeSeriesVars3D = (ptn)
64ChunckJob3D = 10Y
65Seasonal = OFF
66
Note: See TracBrowser for help on using the repository browser.