source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card @ 2584

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

Bug correction amip experience: with PeriodLenght?=1Y no smoothfiles should be declared. Already done in rc0.

File size: 2.4 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
[2506]9DefSuffix=Choi
[2018]10
[2469]11VEGET_UPDATE=1Y
12LAND_COVER_CHANGE=y
[2345]13
[1095]14[InitialStateFiles]
15List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc,      . ), \
[1592]16        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . ), \
[1759]17        (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .)
[1095]18
19[BoundaryFiles]
[2584]20List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc)
[1095]21ListNonDel= ()
22
23[SmoothFiles]
[2584]24List= ()
[1095]25
26[ParametersFiles]
[2238]27List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
28        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
29        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) ,\
30        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)
[1095]31
32[RestartFiles]
33# List restart that have to be saved/restored each loop (file out, saved, and in) :
34List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
35
36[OutputText]
[2405]37List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml)
[1095]38
39[OutputFiles]
[2582]40List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
41        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE),                    \
42        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE)
[1095]43
44[Post_1M_sechiba_history]
[2582]45Patches = ()
46GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
47TimeSeriesVars2D = (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)
48ChunckJob2D = NONE
49TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
50ChunckJob3D = NONE
51Seasonal = ON
[1095]52
53[Post_HF_sechiba_out_2]
[2582]54Patches = ()
55GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
56TimeSeriesVars2D = (mrsos, mrro)
57ChunckJob2D = 50Y
58TimeSeriesVars3D = (ptn)
59ChunckJob3D = 10Y
60Seasonal = OFF
Note: See TracBrowser for help on using the repository browser.