source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card @ 2895

Last change on this file since 2895 was 2895, checked in by jgipsl, 8 years ago

Updated LMDZOR experiment in IPSLCM6 due to previous commit.

File size: 2.2 KB
RevLine 
[1095]1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
[2018]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
[2469]11VEGET_UPDATE=1Y
[2345]12
[1095]13[InitialStateFiles]
[2585]14List=   (${R_IN}/SRF/soils_param.nc,        . ), \
15        (${R_IN}/SRF/routing.nc,            . ), \
[2895]16        (${R_IN}/SRF/albedo/alb_bg_modisopt.nc, alb_bg.nc ), \
[2585]17        (${R_IN}/SRF/cartepente2d_15min.nc, .)
[1095]18
19[BoundaryFiles]
[2758]20List=(${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year}.nc, PFTmap.nc)
[1095]21ListNonDel= ()
22
23[SmoothFiles]
[2584]24List= ()
[1095]25
26[ParametersFiles]
[2238]27List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
[2758]28        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
[2238]29        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
[2758]30        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
[1095]31
32[RestartFiles]
33List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
34
35[OutputText]
[2758]36List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
[1095]37
38[OutputFiles]
[2582]39List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
[2759]40        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
[1095]41
42[Post_1M_sechiba_history]
[2582]43Patches = ()
44GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
[2895]45TimeSeriesVars2D = (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, TWBR, riverflow, coastalflow)
[2582]46ChunckJob2D = NONE
47TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
48ChunckJob3D = NONE
49Seasonal = ON
[1095]50
51[Post_HF_sechiba_out_2]
[2582]52Patches = ()
53GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
54TimeSeriesVars2D = (mrsos, mrro)
55ChunckJob2D = 50Y
56TimeSeriesVars3D = (ptn)
57ChunckJob3D = 10Y
58Seasonal = OFF
[2758]59
Note: See TracBrowser for help on using the repository browser.