source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/orchidee.card @ 3540

Last change on this file since 3540 was 3537, checked in by jgipsl, 6 years ago

Added option VEGET_UPDATE_at_start in orchidee.card and driver. This option is set to yes in all control simulations to be sure to take the vegetation file and woodharvest file set in orchidee.card instead of those stored in the restart file. The input files must be in BoundaryFiles because InitialStatFiles? will not be copied for the case if starting with restart file.

By default, VEGET_UPDATE_at_start=n and nothing will be done.

File size: 3.1 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
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=CWRR
10
11# VEGET_UPDATE_at_start=y : orchidee.driver will set VEGET_UPDATE=1Y at the first cumul period when starting a new simulation.
12#                           After the first period, VEGET_UPDATE will be set according to the choice done below. 
13VEGET_UPDATE_at_start=y
14
15# VEGET_UPDATE=0Y : default, do not update the vegetation and woodharvest file except if starting without restart file
16# VEGET_UPDATE=1Y : update the vegetation and woodharvest file 1st of January each year
17VEGET_UPDATE=0Y
18
19
20[InitialStateFiles]
21List=   (${R_IN}/SRF/soils_param.nc, . ), \
22        (${R_IN}/SRF/reftemp.nc, . ), \
23        (${R_IN}/SRF/routing.nc, . ), \
24        (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \
25        (${R_IN}/SRF/cartepente2d_15min.nc, .)
26
27[BoundaryFiles]
28List= ()
29ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_2000.nc, PFTmap.nc),\
30            (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_2000.nc,           woodharvest.nc),\
31
32[SmoothFiles]
33List= ()
34
35[ParametersFiles]
36List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
37        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
38        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_input_orchidee.xml, .) ,\
39        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
40        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
41
42[RestartFiles]
43List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
44
45[OutputText]
46List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, file_def_input_orchidee.xml, river_desc.nc)
47
48[OutputFiles]
49List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
50        (sechiba_history_4dim.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \
51        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
52
53[Post_1M_sechiba_history]
54Patches = ()
55GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
56TimeSeriesVars2D = (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)
57ChunckJob2D = NONE
58TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
59ChunckJob3D = NONE
60Seasonal = ON
61
62[Post_HF_sechiba_out_2]
63Patches = ()
64GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
65TimeSeriesVars2D = (mrsos, mrro)
66ChunckJob2D = 50Y
67TimeSeriesVars3D = (ptn)
68ChunckJob3D = 10Y
69Seasonal = OFF
70
Note: See TracBrowser for help on using the repository browser.