source: CONFIG/UNIFORM/v6_rc0/IPSLCM6/EXPERIMENTS/LMDZOR/clim/COMP/orchidee.card @ 2585

Last change on this file since 2585 was 2585, checked in by jgipsl, 9 years ago

Simplified path to input files in IGCM shared acount after reorganization. Now using ${R_IN} instead of ${R_BC} and ${R_INIT}.

This is done only in experiences LMDZOR and LMDZ in configuraitons :
v6_rc0/IPSLCM6
v6/IPSLCM6
v6/LMDZOR_v6

File size: 2.3 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
12LAND_COVER_CHANGE=n
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= ()
23
24[SmoothFiles]
25List= ()
26
27[ParametersFiles]
28List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
29        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
30        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) ,\
31        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)
32
33[RestartFiles]
34# List restart that have to be saved/restored each loop (file out, saved, and in) :
35List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
36
37[OutputText]
38List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml)
39
40[OutputFiles]
41List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
42        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE),                    \
43        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE)
44
45[Post_1M_sechiba_history]
46Patches = ()
47GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
48TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, 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)
49ChunckJob2D = NONE
50TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
51ChunckJob3D = NONE
52Seasonal = ON
53
54[Post_HF_sechiba_out_2]
55Patches = ()
56GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
57TimeSeriesVars2D = (mrsos, mrro)
58ChunckJob2D = 50Y
59TimeSeriesVars3D = (ptn)
60ChunckJob3D = 10Y
61Seasonal = OFF
Note: See TracBrowser for help on using the repository browser.