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

Last change on this file since 3111 was 3111, checked in by jgipsl, 7 years ago

Changed version of new PFTmap files, from v1 to v1.2. The only differencies between v1 and v1.2 are the missing values changed from NaN to 1.e+20. This is done to prevent ORCHIDEE to crash if it is compiled with debug options.

Some homogenization between cards is also done.

File size: 2.5 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
[3038]9DefSuffix=CWRR
[2018]10
[2469]11VEGET_UPDATE=1Y
[2345]12
[1095]13[InitialStateFiles]
[2585]14List=   (${R_IN}/SRF/soils_param.nc,        . ), \
[3016]15        (${R_IN}/SRF/soils_param_usdatop.nc,. ), \
[2585]16        (${R_IN}/SRF/routing.nc,            . ), \
[3093]17        (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \
[2585]18        (${R_IN}/SRF/cartepente2d_15min.nc, .)
[1095]19
20[BoundaryFiles]
[3111]21List=(${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2/historical/v1.2/withoutNoBio/13PFTmap_${year}_ESA_LUH2v2h_withoutNoBio_v1.2.nc, PFTmap.nc)
[1095]22ListNonDel= ()
23
24[SmoothFiles]
[2584]25List= ()
[1095]26
27[ParametersFiles]
[2238]28List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
[2743]29        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
[2238]30        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
[2595]31        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
[1095]32
33[RestartFiles]
34List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
35
36[OutputText]
[2602]37List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
[1095]38
39[OutputFiles]
[2582]40List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
[2759]41        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
[1095]42
43[Post_1M_sechiba_history]
[2582]44Patches = ()
[2947]45GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
[3093]46TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, netrad, qair, rain, runoff, snow, snownobio, snowf, frac_snow, 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, DelSoilMoist_daily, DelIntercept_daily, DelSWE_daily, delstock_routing, snowmelt, LAImean, transpir, evapnu)
[2582]47ChunckJob2D = NONE
48TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
49ChunckJob3D = NONE
50Seasonal = ON
[1095]51
52[Post_HF_sechiba_out_2]
[2582]53Patches = ()
[2947]54GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
[2582]55TimeSeriesVars2D = (mrsos, mrro)
56ChunckJob2D = 50Y
57TimeSeriesVars3D = (ptn)
58ChunckJob3D = 10Y
59Seasonal = OFF
[2604]60
Note: See TracBrowser for help on using the repository browser.