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

Last change on this file was 6077, checked in by jgipsl, 2 years ago

Add switch for routing scheme standard/simple/highres/off in orchidee.driver. stanard is default routing scheme used if nothing is set in orchidee.card. Note that routing simple is available in ORCHIDEE_2_2 rev 7481 or later. highres routing scheme not yet avaialble and only standard routing scheme available in other branches/trunk on this day.

See ticket https://forge.ipsl.jussieu.fr/orchidee/ticket/581

File size: 4.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_CWRR will be selected.
7DefSuffix=CWRR
8
9# VEGET_UPDATE_at_start=y : orchidee.driver will set VEGET_UPDATE=1Y at the first cumul period when starting a new simulation.
10#                           After the first period, VEGET_UPDATE will be set according to the choice done below. 
11VEGET_UPDATE_at_start=n
12
13# VEGET_UPDATE=0Y : default, do not update the vegetation and woodharvest file except if starting without restart file
14# VEGET_UPDATE=1Y : update the vegetation and woodharvest file 1st of January each year
15VEGET_UPDATE=0Y
16
17# Choice for routing scheme. Set ROUTING below to have following parameters set in orchidee.def :
18# ROUTING=standard   => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=standard
19# ROUTING=simple     => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=simple
20# ROUTING=off        => in orchidee.def RIVER_ROUTING=n
21ROUTING=standard
22
23# Specify output level for output files
24# Only the files sechiba_history.nc, sechiba_out_2.nc and sechiba_history_4dim.nc can be set here.
25# output_level_filename=0     : lowest level writing only variables needed for the monitoring
26# output_level_filename=12    : highest level which will output all variables
27# output_level_filename=NONE  : deactivate the file
28output_level_sechiba_history = 11
29output_level_sechiba_out_2 = NONE
30output_level_sechiba_history_4dim = 11
31
32# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts]
33# Settings using WriteFrequency in config.card is not longer used
34output_freq_sechiba_history = 1mo
35output_freq_sechiba_out_2 = 10800s
36output_freq_sechiba_history_4dim = 1mo
37
38
39[InitialStateFiles]
40List=   (${R_IN}/SRF/SOIL/soils_param.nc, .), \
41        (${R_IN}/SRF/reftemp.nc, . ), \
42        (${R_IN}/SRF/ROUTING/routing.nc, . ), \
43        (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \
44        (${R_IN}/SRF/cartepente2d_15min.nc, .)
45
46[BoundaryFiles]
47List= ()
48ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_2000.nc, PFTmap.nc),\
49            (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_2000.nc,           woodharvest.nc),\
50
51[SmoothFiles]
52List= ()
53
54[ParametersFiles]
55List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
56        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
57        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_input_orchidee.xml, .) ,\
58        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
59        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
60
61[RestartFiles]
62List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
63
64[OutputText]
65List=   (out_orchidee*, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, context_input_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
66
67[OutputFiles]
68List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
69        (sechiba_history_4dim.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \
70        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
71
72[Post_1M_sechiba_history]
73Patches = ()
74GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
75TimeSeriesVars2D = (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_daily, snowmelt, LAImean, transpir, evapnu)
76ChunckJob2D = NONE
77TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
78ChunckJob3D = NONE
79Seasonal = ON
80
81[Post_HF_sechiba_out_2]
82Patches = ()
83GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
84TimeSeriesVars2D = (mrsos, mrro)
85ChunckJob2D = 50Y
86TimeSeriesVars3D = (ptn)
87ChunckJob3D = 10Y
88Seasonal = OFF
89
Note: See TracBrowser for help on using the repository browser.