source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM/piControl_ORCHv4_TEST/COMP/orchidee.card @ 6479

Last change on this file since 6479 was 6479, checked in by jgipsl, 12 months ago

Added test expriement working with ORCHIDEE trunk

File size: 4.4 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5# Select the PFT and age class set-up. NOTE: the number of PFTs should match the
6# number in the land cover and maps. The number of age classes does not affect the
7# maps that can be used.
8DefSuffix = 15pft.1ac
9
10# VEGET_UPDATE_at_start=y : orchidee.driver will set VEGET_UPDATE=1Y at the first cumul period when starting a new simulation.
11#                           After the first period, VEGET_UPDATE will be set according to the choice done below. 
12VEGET_UPDATE_at_start=n
13
14# VEGET_UPDATE=0Y : default, do not update the vegetation and woodharvest file except if starting without restart file
15# VEGET_UPDATE=1Y : update the vegetation and woodharvest file 1st of January each year
16VEGET_UPDATE=0Y
17
18# Choice for routing scheme. Set ROUTING below to have following parameters set in orchidee.def :
19# ROUTING=standard   => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=standard
20# ROUTING=simple     => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=simple
21# ROUTING=off        => in orchidee.def RIVER_ROUTING=n
22ROUTING=simple
23
24# Specify output level for output files
25# Only the files sechiba_history.nc, sechiba_out_2.nc and sechiba_history_4dim.nc can be set here.
26# output_level_filename=0     : lowest level writing only variables needed for the monitoring
27# output_level_filename=12    : highest level which will output all variables
28# output_level_filename=NONE  : deactivate the file
29output_level_sechiba_history = 11
30output_level_sechiba_out_2 = NONE
31output_level_sechiba_history_4dim = NONE
32
33# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts]
34# Settings using WriteFrequency in config.card is not longer used
35output_freq_sechiba_history = 1mo
36output_freq_sechiba_out_2 = 1d
37output_freq_sechiba_history_4dim = 1d
38
39
40[InitialStateFiles]
41List=   (${R_IN}/SRF/SOIL/soils_param4.nc, soils_param.nc ), \
42        (${R_IN}/SRF/SOIL/soil_bulk_and_ph.nc, .), \
43        (${R_IN}/SRF/reftemp4.nc, reftemp.nc ), \
44        (${R_IN}/SRF/cartepente2d_15min4.nc, cartepente2d_15min.nc)
45
46[BoundaryFiles]
47List= ()
48ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v2/PFTmap_1850.nc, PFTmap.nc),\
49            (${R_IN}/SRF/ROUTING/routing_simple.nc, .)
50
51
52[SmoothFiles]
53List= ()
54
55[ParametersFiles]
56List=   (${SUBMIT_DIR}/PARAM/orchidee.def_v4, orchidee.def)   ,\
57        (${SUBMIT_DIR}/PARAM/orchidee_pft.def_${DefSuffix}_v4, orchidee_pft.def) ,\
58        (${SUBMIT_DIR}/PARAM/ping_orchidee.xml, . )               ,\
59        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/file_def_orchidee.xml, .) ,\
60        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/context_input_orchidee.xml, .) ,\
61        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/context_routing_orchidee.xml, .)   ,\
62        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/context_orchidee.xml, .)   ,\
63        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/field_def_orchidee.xml, .)
64
65[RestartFiles]
66List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc),\
67        (routing_restart.nc, routing_restart.nc, routing_start.nc)
68
69[OutputText]
70List=   (out_orchidee, orchidee.def, used_orchidee.def, used_orchidee_pft.def, iodef.xml, context_orchidee.xml, context_routing_orchidee.xml, context_input_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
71
72[OutputFiles]
73List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
74        (sechiba_history_4dim.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \
75        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
76
77[Post_1M_sechiba_history]
78Patches = ()
79GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
80TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, rain, runoff, snow, snownobio, snowf, frac_snow, subli, tair, temp_sol, drainage, mrsos, mrso, TWBR, riverflow, coastalflow, DelSoilMoist_daily, DelIntercept_daily, DelSWE_daily, delstock_routing_daily, LAImean, transpir, evapnu, lwdown, swdown, gppCrop, rhCrop)
81ChunckJob2D = NONE
82TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, nee, gpp, growth_resp, hetero_resp, humrel, inter, maint_resp, npp, precisol)
83ChunckJob3D = NONE
84Seasonal = ON
85
86[Post_HF_sechiba_out_2]
87Patches = ()
88GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
89TimeSeriesVars2D = ()
90ChunckJob2D = NONE
91TimeSeriesVars3D = (snowdz, snowtemp, snowrho)
92ChunckJob3D = NONE
93Seasonal = OFF
94
Note: See TracBrowser for help on using the repository browser.