source: CONFIG/UNIFORM/v6_rc0/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/orchidee.card

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

Simplified file path du to reorganization of IGCM shared library. Now only using R_IN. No change in behaviour or results.

File size: 2.2 KB
RevLine 
[396]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
[396]11[InitialStateFiles]
[2593]12List=   (${R_IN}/SRF/routing.nc,            .), \
13        (${R_IN}/SRF/cartepente2d_15min.nc, .), \
14        (${R_IN}/SRF/PFTmap_IPCC_1850.nc,   PFTmap.nc)
[396]15
16[BoundaryFiles]
[2593]17List=   (${R_IN}/SRF/soils_param.nc, . )
[863]18ListNonDel= ()
[396]19
[992]20[SmoothFiles]
[2566]21List=   ()
[992]22
[396]23[ParametersFiles]
[2566]24List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def),  \
25        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .),  \
26        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .),\
27        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)
[396]28
29[RestartFiles]
[793]30# List restart that have to be saved/restored each loop (file out, saved, and in) :
[2566]31List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
[396]32
33[OutputText]
[2300]34List=   (out_orchidee, orchidee.def, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml)
[396]35
36[OutputFiles]
[2566]37List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
38        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE),                    \
39        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE)
[396]40
41[Post_1M_sechiba_history]
[1032]42Patches = ()
[2362]43GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
[1013]44TimeSeriesVars2D = (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)
[794]45ChunckJob2D = NONE
[2362]46TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
[794]47ChunckJob3D = NONE
[2566]48Seasonal = ON
[1014]49
50[Post_HF_sechiba_out_2]
[2566]51Patches = ()
52GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
53TimeSeriesVars2D = (mrsos, mrro)
54ChunckJob2D = 50Y
55TimeSeriesVars3D = (ptn)
56ChunckJob3D = 10Y
57Seasonal = OFF
Note: See TracBrowser for help on using the repository browser.