source: CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/COMP/orchidee.card @ 4873

Last change on this file since 4873 was 3081, checked in by aclsce, 8 years ago
  • Fixed bug related to conservative interpolation of runoff
  • Modified to use new ORCHIDEE version
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
[2966]9DefSuffix=Choi
[2018]10
[2674]11VEGET_UPDATE=0Y
12
[396]13[InitialStateFiles]
[2758]14List=   (${R_IN}/SRF/soils_param.nc,        . ), \
15        (${R_IN}/SRF/routing.nc,            . ), \
[2807]16        (${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_1850.nc, PFTmap.nc), \
[2758]17        (${R_IN}/SRF/cartepente2d_15min.nc, .)
[396]18
19[BoundaryFiles]
[2674]20List= ()
[863]21ListNonDel= ()
[396]22
[992]23[SmoothFiles]
[2674]24List= ()
[992]25
[396]26[ParametersFiles]
[2726]27List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
[2773]28        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
[2726]29        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
[3081]30        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
[396]31
32[RestartFiles]
[2674]33List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
[396]34
35[OutputText]
[2674]36List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
[396]37
38[OutputFiles]
[2582]39List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
[2758]40        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
[396]41
42[Post_1M_sechiba_history]
[1032]43Patches = ()
[2674]44GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
[2892]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, riverflow, coastalflow)
[794]46ChunckJob2D = NONE
[2362]47TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
[794]48ChunckJob3D = NONE
[2582]49Seasonal = ON
[1014]50
51[Post_HF_sechiba_out_2]
[2582]52Patches = ()
[2674]53GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
[2582]54TimeSeriesVars2D = (mrsos, mrro)
55ChunckJob2D = 50Y
56TimeSeriesVars3D = (ptn)
57ChunckJob3D = 10Y
58Seasonal = OFF
[2674]59
Note: See TracBrowser for help on using the repository browser.