source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/config/ORCHIDEE_OL/OOL_SEC_STO_FG3nd/PARAM/run.def.small @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
File size: 5.4 KB
Line 
1# $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE_OL/OOL_SEC_STO_FG3/PARAM/run.def $
2# $Date: 2018-02-19 14:46:29 +0100 (Mon, 19 Feb 2018) $
3# $Revision: 5016 $
4
5#**************************************************************************
6#           Suggested parameter set up for ORCHIDEE 2.0
7# See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default
8#
9# Note when running with libIGCM, variables set here to _AUTOBLOCKER_ can
10# not be changed in run.def otherwwise the simulation will stop. Variables
11# set to _AUTO_ can be changed from the comp.card but they can also be
12# changed directly in the run.def. A value set in run.def can never be
13# changed again by libIGCM.
14#**************************************************************************
15
16# Activate Stomate component (default y)
17STOMATE_OK_STOMATE = _AUTOBLOCKER_
18
19# Time length for one intergration (default full lenght of forcing file)
20START_DATE = _AUTO_
21END_DATE = _AUTO_
22DT_SECHIBA = 1200
23FORCING_FILE = forcing_yearm1.nc forcing_year.nc forcing_yearp1.nc
24#
25# Domain description file
26#
27GRID_FILE = NONE
28WEST_EAST = -19.7, 62.7
29SOUTH_NORTH = -6.7, 62.7
30SPRED_PREC_SEC = 3600
31#
32# Parameters related to the restart file and the start date
33#**************************************************************************
34# Time in the forcing file at which the model start if start date is not set by the forcing file (default 0)
35TIME_SKIP = _AUTO_
36
37# If DRIVER_reset_time=y, read the year from forcing file instead of taking it from restart file (default n)
38DRIVER_reset_time = _AUTO_
39
40# Name of restart file for the driver (default NONE)
41RESTART_FILEIN = _AUTOBLOCKER_
42
43# Name of restart file for sechiba part of the model (default NONE)
44SECHIBA_restart_in = _AUTOBLOCKER_
45
46# Name of restart file for stomate part of the model (default NONE)
47STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
48
49# Parameters related to the diagnostic output files
50#**************************************************************************
51# Use XIOS for writing diagnostics file (defulat y)
52XIOS_ORCHIDEE_OK = _AUTOBLOCKER_
53
54# Flag to activate sechiba_out_2.nc history file when using IOIPSL for SECHIBA (defulat n)
55SECHIBA_HISTFILE2 = _AUTO_
56
57# Writefrequency in seconds in sechiba_history.nc when using IOIPSL (default 86400)
58# If WRITE_STEP=0 then all IOIPSL output are deactivated
59WRITE_STEP = _AUTO_
60
61# Writefrequency in seconds sechiba_out_2.nc when using IOIPSL (default 1800)
62WRITE_STEP2 = _AUTO_
63
64# Writefrequency in days in stomate_history.nc when using IOIPSL (default 10)
65STOMATE_HIST_DT = _AUTO_
66
67# Writefrequency in days or -1 for monthly output in stomate_ipcc_history.nc when using IOIPSL (default 0)
68STOMATE_IPCC_HIST_DT = _AUTO_
69
70# Print level for text output in out_orchidee_*
71# PRINTLEV = 1 : some output in initialization phase
72# PRINTLEV = 2 : more output in initialization phase and printing of new date
73# PRINTLEV = 3, 4,.. : more output also at each timestep
74PRINTLEV=1
75
76# Hydrology parameters
77#**************************************************************************
78# Activate the multi-layer diffusion scheme adapted from CWRR (default y)
79HYDROL_CWRR = y
80
81# Activate river routing (default y)
82RIVER_ROUTING = y
83
84# Activate creation of river_desc.nc file
85# RIVER_DESC will be activated only the first execution in the simulation
86RIVER_DESC = _AUTO_
87
88# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
89SOILTYPE_CLASSIF = zobler
90
91# Parameters related to vegetation map
92#**************************************************************************
93# Update vegetation frequency (default 0Y)
94VEGET_UPDATE = _AUTO_
95
96# Read lai map (default n)
97LAI_MAP = n
98
99# Prescribed vegetation (default n)
100IMPOSE_VEG = n
101
102# Parameters related to surface and thermal physical properties
103#************************************************************************
104# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization) (default y)
105ROUGH_DYN=y
106
107# OK_FREEZE :  Activate the complet soil freezing scheme (default y)
108OK_FREEZE=y
109
110# OK_EXPLICITSNOW :  Activate explict snow scheme (default y)
111OK_EXPLICITSNOW=y
112
113# Carbon related parameters
114#**************************************************************************
115# Analytic spinup (default n)
116SPINUP_ANALYTIC = _AUTO_
117SPINUP_PERIOD = _AUTO_
118
119# Value for atmospheric CO2 (default=350)
120ATM_CO2 = _AUTO_: DEFAULT = 350.
121
122# Activate harvest of wood (default y)
123DO_WOOD_HARVEST=y
124
125# Deactivate fire (default FIRE_DISABLE=y)
126FIRE_DISABLE=y
127
128# Optimized parameters to be used with PFTmap with 15 pfts such as
129# files in IGCM/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1
130#**************************************************************************
131# Use 15 PFTs. Note that PFTmap.nc must contains 15PFTs.
132# PFT=10, 14 and 15 share the same parametrization except for VCMAX25, LAI_MAX, FRAC_GROWTHRESP,
133# MAINT_RESP_SLOPE_C and ALWAYS_INIT specified below. 
134# (default NVM=13)
135NVM=15
136PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13,10,10
137PFT_NAME__10='temperate C3           grass      '
138PFT_NAME__14='tropical  C3           grass      '
139PFT_NAME__15='boreal    C3           grass      '
140
141VCMAX25__10 = 50.0
142VCMAX25__14 = 50.0
143VCMAX25__15 = 40.0
144
145LAI_MAX__10 = 2.5
146LAI_MAX__14 = 2.5
147LAI_MAX__15 = 2.0
148
149FRAC_GROWTHRESP__10 = 0.28
150FRAC_GROWTHRESP__14 = 0.35
151FRAC_GROWTHRESP__15 = 0.35
152
153MAINT_RESP_SLOPE_C__10 = 0.16
154MAINT_RESP_SLOPE_C__14 = 0.12
155MAINT_RESP_SLOPE_C__15 = 0.25
156
157ALWAYS_INIT__10 = y
158ALWAYS_INIT__14 = n
159ALWAYS_INIT__15 = y
Note: See TracBrowser for help on using the repository browser.