source: CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/IPSLCMCHT/S_piControl/COMP/orchidee.card @ 4715

Last change on this file since 4715 was 4715, checked in by acosce, 5 years ago

Add a piControl experiment with NMHC_AER_S chemistry for IPSLCM5A2CHT configuration
+ update solar constates for preind
+ update cl parameters for tuning on physics

File size: 2.4 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=0Y
12CHEMISTRY_BVOC=y
13
14[InitialStateFiles]
15List=   (${R_IN}/SRF/soils_param.nc,        . ), \
16        (${R_IN}/SRF/routing.nc,            . ), \
17        (${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_2000.nc, PFTmap.nc), \
18        (${R_IN}/SRF/cartepente2d_15min.nc, .)
19
20[BoundaryFiles]
21List= ()
22ListNonDel= (${R_IN}/SRF/chemistry/orchidee_fertilizer_1995.nc, .), \
23           (${R_IN}/SRF/chemistry/orchidee_bbg_clim.nc, .)
24
25
26[SmoothFiles]
27List= ()
28
29[ParametersFiles]
30List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
31        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
32        (${R_IN}/SRF/routing.nc,            . ), \
33        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
34        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
35
36[RestartFiles]
37List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
38
39[OutputText]
40List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
41
42[OutputFiles]
43List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
44        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
45
46[Post_1M_sechiba_history]
47Patches = ()
48GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
49TimeSeriesVars2D = (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)
50ChunckJob2D = NONE
51TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
52ChunckJob3D = NONE
53Seasonal = ON
54
55[Post_HF_sechiba_out_2]
56Patches = ()
57GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
58TimeSeriesVars2D = (mrsos, mrro)
59ChunckJob2D = 50Y
60TimeSeriesVars3D = (ptn)
61ChunckJob3D = 10Y
62Seasonal = OFF
63
Note: See TracBrowser for help on using the repository browser.