source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG1trans/PARAM/orchidee.def @ 5851

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