source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim/COMP/orchidee.card @ 2334

Last change on this file since 2334 was 2334, checked in by jgipsl, 10 years ago

Add XIOS=y in cards.

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
11sechiba_LEVEL=11
12VEGET_UPDATE=0Y
13LAND_COVER_CHANGE=n
14XIOS=y
15
16[InitialStateFiles]
17List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc,      . ), \
18        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . ), \
19        (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_2000.nc, PFTmap.nc), \
20        (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .)
21
22[BoundaryFiles]
23List= ()
24ListNonDel= ()
25
26[SmoothFiles]
27List= ()
28
29[ParametersFiles]
30List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
31        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
32        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) ,\
33        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)
34
35[RestartFiles]
36# List restart that have to be saved/restored each loop (file out, saved, and in) :
37List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
38
39[OutputText]
40List=   (out_orchidee, orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml)
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, Post_HF_sechiba_out_2), \
45        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
46
47[Post_1M_sechiba_history]
48Patches= ()
49GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
50TimeSeriesVars2D= (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)
51ChunckJob2D= NONE
52TimeSeriesVars3D= (lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
53ChunckJob3D= NONE
54Seasonal= ON
55
56[Post_HF_sechiba_out_2]
57Patches= ()
58GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
59TimeSeriesVars2D= (mrsos, mrro)
60ChunckJob2D= 50Y
61TimeSeriesVars3D= (ptn)
62ChunckJob3D= 10Y
63Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.