source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG8nd/PARAM/orchidee.def @ 6327

Last change on this file since 6327 was 5570, checked in by aclsce, 3 years ago

Created ORCHIDEE_OL_TP configuration : temporary configuration to be used during prectical session.

File size: 9.7 KB
Line 
1# $HeadURL$
2# $Date$
3# $Revision$
4
5#**************************************************************************
6#           Suggested parameter set up for ORCHIDEE trunk
7#
8# See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default
9#
10# Note when running with libIGCM, variables set here to _AUTOBLOCKER_ can
11# not be changed in run.def otherwise the simulation will stop. Variables
12# set to _AUTO_ can be changed from the comp.card but they can also be
13# changed directly in the run.def. A value set in run.def can never be
14# changed again by libIGCM.
15#**************************************************************************
16
17# Parameters that should be removed once these issues are resolved
18#**************************************************************************
19# This patch should be accepted or rejected and the flag should then
20# be removed
21LNVGRASSPATCH=y
22
23# From a scientific point of view hydraulic architecture is much nicer
24# than a direct dependency on soil water. Julien is working on both
25# the nummerics and the science of the hydraulic architecture. To
26# avoid further delays with milestone 4.1 we decided to change the
27# settings.
28ENERGY_CONTROL=2
29 
30# This flag accounts for a scientific bug fix and a code
31# enhancement. The bug fix ensures that we use both the labile and the
32# reserve n-pools. There is little discussion we need this fix. The
33# enhancement provides a link between the n-pools and additional
34# n-uptake. If the pools are getting full, root n-uptake will slow
35# down. This feedback needs to be discussed with Nicolas Vuichard
36# before making it the default.
37USE_RESERVE_N = y
38
39
40# Parameters related to the restart file and the start date
41#**************************************************************************
42# Name of restart file for sechiba part of the model
43# (default NONE)
44SECHIBA_restart_in = _AUTOBLOCKER_
45
46# Name of restart file for stomate part of the model
47# (default NONE)
48STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
49
50
51# Parameters related to the diagnostic output files
52#**************************************************************************
53# Use XIOS for writing diagnostics file
54# (defualt y)
55XIOS_ORCHIDEE_OK = _AUTOBLOCKER_
56
57# Flag to activate sechiba_out_2.nc history file when using IOIPSL for SECHIBA
58# (defualt n)
59SECHIBA_HISTFILE2 = _AUTO_
60
61# Write frequency in seconds in sechiba_history.nc when using IOIPSL If
62# WRITE_STEP=0 then all IOIPSL output are deactivated.
63# (default 86400) 
64WRITE_STEP = _AUTO_
65
66# Writefrequency in seconds sechiba_out_2.nc when using IOIPSL
67# (default 1800)
68WRITE_STEP2 = _AUTO_
69
70# Writefrequency in days in stomate_history.nc when using IOIPSL
71# (default 10)
72STOMATE_HIST_DT = _AUTO_
73
74# Writefrequency in days or -1 for monthly output in stomate_ipcc_history.nc
75# when using IOIPSL
76# (default 0)
77STOMATE_IPCC_HIST_DT = _AUTO_
78
79
80# Parameters related to debugging and error checking
81#**************************************************************************
82# Mass balance and surface area checks
83# 1 - is recommended when running global long-term simulations.
84# Under this option, mass and area conservation are checked for all
85# biogeochemical processes but only at the highest level thus stomate.f90
86# and stomate_lpj.f90. Although these checks are not very expensive in terms
87# of computer time, skipping the numerous lower level checks is expected to
88# save some time. Under this option the mass balance error is only written
89# to the history file. No information is provided in which subroutine the
90# problem occurred.
91# 2 - is recommended when developing and testing the model. Now the mass
92# balance is explicitly checked in stomate.f90, stomate_lpj.f90 and all
93# its subroutines. Under this option the mass balance error is written to
94# the history file and if the mass balance is not closed, the warning
95# message will indicate in which subroutine the problem likely
96# originated.
97# 3 - is recommended when having a problem with mass balance closure. The
98# mass balance is explicitly checked in stomate.f90, stomate_lpj.f90 and all
99# its subroutines. If a mass balance occurs, the model is stopped.
100# (default)
101ERR_ACT = 3
102
103# If the model crashes and it is not clear in which subroutine the crash
104# occurs one could increase the print level for text output in out_orchidee_*
105# PRINTLEV = 1 : some output in initialization phase
106# PRINTLEV = 2 : more output in initialization phase and printing of new date
107# PRINTLEV = 3, 4,.. : more output also at each timestep
108# (default 2)
109PRINTLEV=2
110
111# If the model crashes on an ipslerr there is a fair change that the pixel and
112# PFT where the crash occur will be printed in the out_orchidee_* file. Try to
113# re-run the model for a single pixel or a small region (for example,
114# 3 by 3). LIMIT_EAST, LIMIT_NORTH, LIMIT_SOUTH and LIMIT_WEST should
115# be set in the run.def
116
117# If it is known in which subroutine the model crashes, the local print level
118# of that subroutine could be increased. Additional write statements will then
119# be activated. These write statements print the values of specific variables.
120# (default 2)
121#PRINTLEV_sapiens_lcchange = 4
122
123# When a local print level is set, the grid and pft number for which the
124# values needs to written should be set. This setting reduces reduces
125# the size and enhances the readability of the out_orchidee_* files. 
126TEST_GRID = 1
127TEST_PFT = 2
128
129
130# Hydrology parameters
131#**************************************************************************
132# Activate river routing.
133# (default y)
134RIVER_ROUTING = n
135
136# Activate creation of river_desc.nc file
137# RIVER_DESC will be activated only the first execution in the simulation
138RIVER_DESC = _AUTO_
139
140# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types
141# (default zobler)
142SOILTYPE_CLASSIF = zobler
143
144
145# Parameters related to vegetation map
146#**************************************************************************
147# Update vegetation frequency
148# (default 0Y)
149VEGET_UPDATE = _AUTO_
150
151# Read lai map
152# (default n)
153LAI_MAP = n
154
155# Prescribed vegetation
156# (default n)
157IMPOSE_VEG = n
158
159
160# Parameters related to surface and thermal physical properties
161#************************************************************************
162# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et
163# al. parametrization)
164# (default y)
165ROUGH_DYN = y
166
167# OK_FREEZE :  Activate the complet soil freezing scheme
168# (default y)
169OK_FREEZE = y
170
171# OK_EXPLICITSNOW :  Activate explict snow scheme
172# (default y)
173OK_EXPLICITSNOW = y
174
175# Controls several settings related to the energy budget and water stress.
176# 1 - DEFAULT uses the enerbil module in combination with the hydraulic
177# architecture (ok_hydrol_arch and ok_gs_feedback true, while   
178# ok_mleb and ok_impose_canopy_structure are set to false).
179# 2 - option to use enerbil module and original water stress
180# (not hydraulic architecture)
181# 3 - The energy budget is calculated using the multi-layer energy scheme
182# with a single layer: ok_hydrol_arch, ok_gs_feedback, ok_impose_canopy_structure
183# and and ok_mleb all TRUE, but the energy budget is calculated for a single
184# layer (jnlvls=1,jnlvls_under=0,jnlvls_canopy=1,jnlvls_over=0). No mleb output,
185# ok_mleb_history_file is set to  FALSE.
186# 4 - multi-layer energy budget: ok_hydrol_arch, ok_gs_feedback and ok_mleb all TRUE.
187# ok_impose_canopy_structure is False, and the energy budget is calculated for
188# multiple layers (jnlvls=29,jnlvls_under=10,jnlvls_canopy=10,jnlvls_over=9).
189# No mleb output, ok_mleb_history_file is set to  FALSE.
190# 5 - user specific: user specific settings for these controls and layers will need
191# to be defined in the run.def by the user.
192#ENERGY_CONTROL=1
193
194# Carbon related parameters
195#**************************************************************************
196# Analytic spinup
197# (default n)
198SPINUP_ANALYTIC = _AUTO_
199SPINUP_PERIOD = _AUTO_
200
201# Activate Stomate component
202# (default y)
203STOMATE_OK_STOMATE = _AUTOBLOCKER_
204
205# As an alternative to DO_WOOD_HARVEST forest management can be accounted
206# for. Unless a map is read (OK_READ_FM_MAP=y) all forest will be
207# managed by the same management strategy (FOREST_MANAGED_FORCED=iFM).
208# iFM = 1 is unmanaged, iFM = 2 is a thin and fell strategy, iFM = 3 is a
209# coppice strategy and iFM = 4 is a short rotation coppice strategy.
210# (default 2)
211OK_READ_FM_MAP=y
212
213# Parameters related to nitrogen cycle
214#**************************************************************************
215# Update nitrogen input maps
216# (default 0Y)
217NINPUT_UPDATE = _AUTO_
218
219# Impose the CN ratio of leaves
220STOMATE_IMPOSE_CN = _AUTO_
221
222# Set STOMATE_READ_CN=y to read cnleaf_map.nc file if STOMATE_IMPOSE_CN=y
223STOMATE_READ_CN = n
224CNLEAF_VAR = CN_LEAF
225
226
227# File and variable name for nitrogen input files
228#**************************************************************************
229Nammonium_FILE = ndep_nhx.nc
230Nammonium_VAR = nhx
231
232Nnitrate_FILE = ndep_noy.nc
233Nnitrate_VAR = noy
234
235Nfert_FILE = NONE
236Nfert_VAR = nfer
237
238Nmanure_FILE = NONE
239Nmanure_VAR = Nmanure
240
241Nfert_cropland_FILE = nfert_cropland.nc
242Nfert_cropland_VAR = nfer
243
244Nmanure_cropland_FILE = nmanure_cropland.nc
245Nmanure_cropland_VAR = Nmanure
246
247Nfert_pasture_FILE = nfert_pasture.nc
248Nfert_pasture_VAR = Nfer
249
250Nmanure_pasture_FILE = nmanure_pasture.nc
251Nmanure_pasture_VAR = Nmanure
252
253Nbnf_FILE= bnf.nc
254Nbnf_VAR= BNF_MGN_PERM2_PERYR
255
256
257# Parameters describing the canopy structure
258#**************************************************************************
259# Number of diameter classes - enables to create complex canopies
260# (default = 1)
261NCIRC = 3
262
263# Use recruiment. Note that this is an overall flag that makes use
264# of the variable RECRUITMENT_PFT which specifies whether a specific
265# PFT grows recruits in canopy gaps.
266OK_RECRUITMENT=y
267
268
269# Parameters that should be removed once these issues are resolved
270#**************************************************************************
271# This patch should be accepted or rejected and the flag should then
272# be removed
273LNVGRASSPATCH=y
Note: See TracBrowser for help on using the repository browser.