source: dynamico_lmdz/simple_physics/config/LMDZ/TEST_PARAM/orchidee.def @ 4178

Last change on this file since 4178 was 4178, checked in by dubos, 5 years ago

simple_physics : reorganization

File size: 30.4 KB
Line 
1#
2#**************************************************************************
3#                    Namelist for ORCHIDEE
4#**************************************************************************
5#
6#
7#**************************************************************************
8#          OPTIONS NOT SET
9#**************************************************************************
10#
11#
12#**************************************************************************
13#          Management of display in the run of ORCHIDEE
14#**************************************************************************
15
16# Model chatting level
17# level of online diagnostics in STOMATE (0-4)
18# With this variable, you can determine how much online information STOMATE
19#  gives during the run. 0 means virtually no info.
20BAVARD = 1
21# default = 1
22
23# Flag for debug information
24# This option allows to switch on the output of debug
25#         information without recompiling the code.
26DEBUG_INFO = n
27#default = n
28
29# ORCHIDEE will print more messages
30# This flag permits to print more debug messages in the run.
31LONGPRINT = n
32#default = n
33
34#---------------------------------------------------------------------
35
36# To reset the time coming from SECHIBA restart file
37# This option allows the model to override the time
38#  found in the restart file of SECHIBA with the time
39#  of the first call. That is the restart time of the GCM.
40SECHIBA_reset_time = y
41# default = n
42
43#**************************************************************************
44#          Files : incoming / forcing / restart /output
45#**************************************************************************
46# Ancillary files :
47#---------------------------------------------------------------------
48
49# Name of file from which the vegetation map is to be read
50# If !IMPOSE_VEG
51# If LAND_USE
52#   default = pft_new.nc
53#   The name of the file to be opened to read a vegetation
54#   map (in pft) is to be given here.
55# If !LAND_USE
56#   default = ../surfmap/carteveg5km.nc
57#   The name of the file to be opened to read the vegetation
58#   map is to be given here. Usualy SECHIBA runs with a 5kmx5km
59#   map which is derived from the IGBP one. We assume that we have
60#   a classification in 87 types. This is Olson modified by Viovy.
61VEGETATION_FILE = PFTmap.nc
62
63
64# Name of file from which the bare soil albedo
65# If !IMPOSE_AZE
66# The name of the file to be opened to read the soil types from
67#  which we derive then the bare soil albedos. This file is 1x1
68#  deg and based on the soil colors defined by Wilson and Henderson-Seller.
69SOILALB_FILE = soils_param.nc
70# default = ../surfmap/soils_param.nc
71
72# Name of file from which soil types are read
73# If !IMPOSE_VEG
74# The name of the file to be opened to read the soil types.
75#  The data from this file is then interpolated to the grid of
76#  of the model. The aim is to get fractions for sand loam and
77#  clay in each grid box. This information is used for soil hydrology
78#  and respiration.
79#  This parameter change name in newer ORCHIDEE versions; SOILTYPE_FILE=>SOILCLASS_FILE
80SOILTYPE_FILE = soils_param.nc
81SOILCLASS_FILE= soils_param.nc
82# default = ../surfmap/soils_param.nc
83
84# Name of file from which the reference
85# The name of the file to be opened to read
86#  temperature is read
87#  the reference surface temperature.
88#  The data from this file is then interpolated
89#  to the grid of the model.
90#  The aim is to get a reference temperature either
91#  to initialize the corresponding prognostic model
92#  variable correctly (ok_dgvm = TRUE) or to impose it
93#  as boundary condition (ok_dgvm = FALSE)
94REFTEMP_FILE = reftemp.nc
95# default = reftemp.nc
96
97# Name of file containg information about topography.
98TOPOGRAPHY_FILE =cartepente2d_15min.nc
99
100# Input and output restart file for SECHIBA :
101#---------------------------------------------------------------------
102
103# Name of restart to READ for initial conditions
104# This is the name of the file which will be opened
105#  to extract the initial values of all prognostic
106#  values of the model. This has to be a netCDF file.
107#  Not truly COADS compliant. NONE will mean that
108#  no restart file is to be expected.
109SECHIBA_restart_in= sechiba_rest_in.nc
110# default = NONE
111
112# Name of restart files to be created by SECHIBA
113# This variable give the name for the restart files.
114#  The restart software within IOIPSL will add .nc if needed.
115SECHIBA_rest_out=sechiba_rest_out.nc
116# default = sechiba_rest_out.nc
117
118# Input and output restart file for STOMATE :
119#---------------------------------------------------------------------
120
121# Name of restart to READ for initial conditions of STOMATE
122# If STOMATE_OK_STOMATE || STOMATE_WATCHOUT
123# This is the name of the file which will be opened of STOMATE
124#   to extract the initial values of all prognostic values of STOMATE.
125STOMATE_RESTART_FILEIN = stomate_rest_in.nc
126# default = NONE
127
128# Name of restart files to be created by STOMATE
129# If STOMATE_OK_STOMATE || STOMATE_WATCHOUT
130# This is the name of the file which will be opened
131#        to write the final values of all prognostic values
132#        of STOMATE.
133STOMATE_RESTART_FILEOUT = stomate_rest_out.nc
134# default = stomate_restart.nc
135
136# Forcing files for TESTSTOMATE and FORCESOIL
137#---------------------------------------------------------------------
138
139# Name of STOMATE's forcing file
140# Name that will be given to STOMATE's offline forcing file
141#STOMATE_FORCING_NAME = stomate_forcing.nc
142#default = NONE
143
144# Size of STOMATE forcing data in memory (MB)
145# This variable determines how many
146#  forcing states will be kept in memory.
147#  Must be a compromise between memory
148#  use and frequeny of disk access.
149STOMATE_FORCING_MEMSIZE = 50
150# default = 50
151
152# Name of STOMATE's carbon forcing file
153# Name that will be given to STOMATE's carbon offline forcing file
154#STOMATE_CFORCING_NAME = stomate_Cforcing.nc
155# default = NONE
156
157
158# Produced forcing file name (SECHIBA puis STOMATE) :
159#---------------------------------------------------------------------
160
161# ORCHIDEE will write out its forcing to a file
162# This flag allows to write to a file all the variables
163#  which are used to force the land-surface. The file
164#  has exactly the same format than a normal off-line forcing
165#  and thus this forcing can be used for forcing ORCHIDEE.
166#ORCHIDEE_WATCHOUT = y
167# default = n
168
169# Filenane for the ORCHIDEE forcing file
170# If ORCHIDEE_WATCHOUT
171# This is the name of the file in which the
172#  forcing used here will be written for later use.
173WATCHOUT_FILE = orchidee_watchout.nc
174# default = orchidee_watchout.nc
175
176# ORCHIDEE will write out with this frequency
177# If ORCHIDEE_WATCHOUT
178# This flag indicates the frequency of the write of the variables.
179DT_WATCHOUT = 1800
180# default = dt
181
182# STOMATE does minimum service
183# set to TRUE if you want STOMATE to read
184#  and write its start files and keep track
185#  of longer-term biometeorological variables.
186#  This is useful if OK_STOMATE is not set,
187#  but if you intend to activate STOMATE later.
188#  In that case, this run can serve as a
189#  spinup for longer-term biometeorological
190#  variables.
191#STOMATE_WATCHOUT = y
192# default = n
193
194# Output file name (SECHIBA and STOMATE) :
195#---------------------------------------------------------------------
196# Name of file in which the output is going
197# This file is going to be created by the model
198#  to be written
199#  and will contain the output from the model.
200#  This file is a truly COADS compliant netCDF file.
201#  It will be generated by the hist software from
202#  the IOIPSL package.
203OUTPUT_FILE = sechiba_history.nc
204# default = cabauw_out.nc
205
206# Flag to switch on histfile 2 for SECHIBA (hi-frequency ?)
207# This Flag switch on the second SECHIBA writing for hi (or low)
208#  frequency writing. This second output is optional and not written
209#  by default.
210SECHIBA_HISTFILE2= y
211# default  = FALSE
212
213# Name of file in which the output number 2 is going
214#   to be written
215# If SECHIBA_HISTFILE2
216# This file is going to be created by the model
217#   and will contain the output 2 from the model.
218SECHIBA_OUTPUT_FILE2 = sechiba_out_2.nc
219# default  = sechiba_out_2.nc
220
221# Name of file in which STOMATE's output is going to be written
222# This file is going to be created by the model
223#  and will contain the output from the model.
224#  This file is a truly COADS compliant netCDF file.
225#  It will be generated by the hist software from
226#  the IOIPSL package.
227STOMATE_OUTPUT_FILE = stomate_history.nc
228# default = stomate_history.nc
229
230# Write levels for outputs files (number of variables) :
231#---------------------------------------------------------------------
232
233# SECHIBA history output level (0..10)
234# Chooses the list of variables in the history file.
235#  Values between 0: nothing is written; 10: everything is
236#  written are available More details can be found on the web under documentation.
237#  web under documentation.
238SECHIBA_HISTLEVEL= 11
239# default = 5
240
241# SECHIBA history 2 output level (0..10)
242# If SECHIBA_HISTFILE2
243# Chooses the list of variables in the history file.
244#   Values between 0: nothing is written; 10: everything is
245#   written are available More details can be found on the web under documentation.
246#   web under documentation.
247# First level contains all ORCHIDEE outputs.
248SECHIBA_HISTLEVEL2= 1
249# default = 1
250
251# STOMATE history output level (0..10)
252#  0: nothing is written; 10: everything is written
253STOMATE_HISTLEVEL = _AUTO_
254# default = 10
255
256#--------------------------------------------------------------------
257# STOMATE_IPCC_OUTPUT_FILE
258# This file is going to be created by the model
259#    and will contain the output from the model.
260#    This file is a truly COADS compliant netCDF file.
261#    It will be generated by the hist software from
262#    the IOIPSL package.
263# Name of file in which STOMATE's output is going
264# to be written
265STOMATE_IPCC_OUTPUT_FILE = stomate_ipcc_history.nc
266# default = stomate_ipcc_history.nc
267
268# STOMATE_IPCC_HIST_DT
269# Time step of the STOMATE IPCC history file
270# STOMATE IPCC history time step (d)
271STOMATE_IPCC_HIST_DT = -1
272# default = 0.
273
274# Write frequency for output files (SECHIBA in seconds et
275# STOMATE in days) :
276#---------------------------------------------------------------------
277# Frequency in seconds at which to WRITE output
278# This variables gives the frequency the output of
279#  the model should be written into the netCDF file.
280#  It does not affect the frequency at which the
281#  operations such as averaging are done.
282#WRITE_STEP= -1.
283WRITE_STEP= 86400.0
284# default = 86400.0
285
286# Frequency in seconds at which to WRITE output
287# If SECHIBA_HISTFILE2
288# This variables gives the frequency the output 2 of
289#   the model should be written into the netCDF file.
290#   It does not affect the frequency at which the
291#   operations such as averaging are done.
292#   That is IF the coding of the calls to histdef
293#   are correct !
294WRITE_STEP2= 10800.0
295# default = 1800.0
296
297# STOMATE history time step (d)
298# Time step of the STOMATE history file
299# Care : this variable must be higher than DT_SLOW
300STOMATE_HIST_DT = _AUTO_
301# default = 10.
302
303#---------------------------------------------------------------------
304# FORCESOIL CARBON spin up parametrization
305#---------------------------------------------------------------------
306
307# Number of time steps per year for carbon spinup.
308FORCESOIL_STEP_PER_YEAR = 12
309# default = 12
310
311# Number of years saved for carbon spinup.
312FORCESOIL_NB_YEAR = 1
313# default = 1
314
315#---------------------------------------------------------------------
316# Parametrization :
317#---------------------------------------------------------------------
318
319# Activate STOMATE?
320# set to TRUE if STOMATE is to be activated
321# STOMATE_OK_STOMATE=_AUTO_ : will be set to y if stomate component SBG is activated in config.card
322STOMATE_OK_STOMATE = n
323# default = n
324
325# Activate DGVM?
326# set to TRUE if Dynamic Vegetation DGVM is to be activated
327STOMATE_OK_DGVM = n
328# default = n
329
330# Activate CO2?
331# set to TRUE if photosynthesis is to be activated
332STOMATE_OK_CO2 = y
333# default = n
334
335# Flag to force the value of atmospheric CO2 for vegetation.
336# If this flag is set to true, the ATM_CO2 parameter is used
337#  to prescribe the atmospheric CO2.
338# This Flag is only use in couple mode.
339FORCE_CO2_VEG = FALSE
340# default = FALSE
341
342# Value for atm CO2.
343# If FORCE_CO2_VEG (in not forced mode)
344# Value to prescribe the atm CO2.
345#  For pre-industrial simulations, the value is 286.2 .
346#  348. for 1990 year.
347ATM_CO2 = 350.
348# default = 350.
349
350# constant tree mortality
351# If yes, then a constant mortality is applied to trees.
352#  Otherwise, mortality is a function of the trees'
353#  vigour (as in LPJ).
354LPJ_GAP_CONST_MORT = y
355# default = y
356
357# no fire allowed
358# With this variable, you can allow or not
359#  the estimation of CO2 lost by fire
360FIRE_DISABLE = n
361# default = n
362
363# Average method for z0
364# If this flag is set to true (y) then the neutral Cdrag
365#  is averaged instead of the log(z0). This should be
366#  the prefered option. We still wish to keep the other
367#  option so we can come back if needed. If this is
368#  desired then one should set Z0CDRAG_AVE = n
369Z0CDRAG_AVE = y
370# default = y
371
372# parameters describing the surface (vegetation + soil) :
373#---------------------------------------------------------------------
374#
375# Should the vegetation be prescribed
376# This flag allows the user to impose a vegetation distribution
377#  and its characterisitcs. It is espacially interesting for 0D
378#  simulations. On the globe it does not make too much sense as
379#  it imposes the same vegetation everywhere
380IMPOSE_VEG = n
381# default = n
382
383# Flag to use old "interpolation" of vegetation map.
384# IF NOT IMPOSE_VEG and NOT LAND_USE
385#  If you want to recover the old (ie orchidee_1_2 branch)
386#   "interpolation" of vegetation map.
387SLOWPROC_VEGET_OLD_INTERPOL = n
388# default = n
389
390# Vegetation distribution within the mesh (0-dim mode)
391# If IMPOSE_VEG
392# The fraction of vegetation is read from the restart file. If
393#  it is not found there we will use the values provided here.
394SECHIBA_VEG__01 = 0.2
395SECHIBA_VEG__02 = 0.0
396SECHIBA_VEG__03 = 0.0
397SECHIBA_VEG__04 = 0.0
398SECHIBA_VEG__05 = 0.0
399SECHIBA_VEG__06 = 0.0
400SECHIBA_VEG__07 = 0.0
401SECHIBA_VEG__08 = 0.0
402SECHIBA_VEG__09 = 0.0
403SECHIBA_VEG__10 = 0.8
404SECHIBA_VEG__11 = 0.0
405SECHIBA_VEG__12 = 0.0
406SECHIBA_VEG__13 = 0.0
407# default = 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.8, 0.0, 0.0, 0.0
408
409# Maximum vegetation distribution within the mesh (0-dim mode)
410# If IMPOSE_VEG
411# The fraction of vegetation is read from the restart file. If
412#  it is not found there we will use the values provided here.
413SECHIBA_VEGMAX__01 = 0.2
414SECHIBA_VEGMAX__02 = 0.0
415SECHIBA_VEGMAX__03 = 0.0
416SECHIBA_VEGMAX__04 = 0.0
417SECHIBA_VEGMAX__05 = 0.0
418SECHIBA_VEGMAX__06 = 0.0
419SECHIBA_VEGMAX__07 = 0.0
420SECHIBA_VEGMAX__08 = 0.0
421SECHIBA_VEGMAX__09 = 0.0
422SECHIBA_VEGMAX__10 = 0.8
423SECHIBA_VEGMAX__11 = 0.0
424SECHIBA_VEGMAX__12 = 0.0
425SECHIBA_VEGMAX__13 = 0.0
426# default = 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.8, 0.0, 0.0, 0.0
427
428# LAI for all vegetation types (0-dim mode)
429# If IMPOSE_VEG
430# The maximum LAI used in the 0dim mode. The values should be found
431#  in the restart file. The new values of LAI will be computed anyway
432#  at the end of the current day. The need for this variable is caused
433#  by the fact that the model may stop during a day and thus we have not
434#  yet been through the routines which compute the new surface conditions.
435SECHIBA_LAI__01 = 0.
436SECHIBA_LAI__02 = 8.
437SECHIBA_LAI__03 = 8.
438SECHIBA_LAI__04 = 4.
439SECHIBA_LAI__05 = 4.5
440SECHIBA_LAI__06 = 4.5
441SECHIBA_LAI__07 = 4.
442SECHIBA_LAI__08 = 4.5
443SECHIBA_LAI__09 = 4.
444SECHIBA_LAI__10 = 2.
445SECHIBA_LAI__11 = 2.
446SECHIBA_LAI__12 = 2.
447SECHIBA_LAI__13 = 2.
448# default = 0., 8., 8., 4., 4.5, 4.5, 4., 4.5, 4., 2., 2., 2., 2.
449
450# Height for all vegetation types (m)
451# If IMPOSE_VEG
452# The height used in the 0dim mode. The values should be found
453#  in the restart file. The new values of height will be computed anyway
454#  at the end of the current day. The need for this variable is caused
455#  by the fact that the model may stop during a day and thus we have not
456#  yet been through the routines which compute the new surface conditions.
457SLOWPROC_HEIGHT__01 = 0.
458SLOWPROC_HEIGHT__02 = 50.
459SLOWPROC_HEIGHT__03 = 50.
460SLOWPROC_HEIGHT__04 = 30.
461SLOWPROC_HEIGHT__05 = 30.
462SLOWPROC_HEIGHT__06 = 30.
463SLOWPROC_HEIGHT__07 = 20.
464SLOWPROC_HEIGHT__08 = 20.
465SLOWPROC_HEIGHT__09 = 20.
466SLOWPROC_HEIGHT__10 = .2
467SLOWPROC_HEIGHT__11 = .2
468SLOWPROC_HEIGHT__12 = .4
469SLOWPROC_HEIGHT__13 = .4
470# default = 0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1.0, 1.0
471
472
473# Fraction of the 3 soil types (0-dim mode)
474# If IMPOSE_VEG
475# Determines the fraction for the 3 soil types
476#  in the mesh in the following order : sand loam and clay.
477SOIL_FRACTIONS__01 = 0.28
478SOIL_FRACTIONS__02 = 0.52
479SOIL_FRACTIONS__03 = 0.20
480# default = 0.28, 0.52, 0.20
481
482# Fraction of other surface types within the mesh (0-dim mode)
483# If IMPOSE_VEG
484# The fraction of ice, lakes, etc. is read from the restart file. If
485#  it is not found there we will use the values provided here.
486#  For the moment, there is only ice.
487SECHIBA_FRAC_NOBIO = 0.0
488# default = 0.0
489
490# Fraction of the clay fraction (0-dim mode)
491# If IMPOSE_VEG
492# Determines the fraction of clay in the grid box.
493CLAY_FRACTION = 0.2
494# default = 0.2
495
496# Should the surface parameters be prescribed
497# This flag allows the user to impose the surface parameters
498#  (Albedo Roughness and Emissivity). It is espacially interesting for 0D
499#  simulations. On the globe it does not make too much sense as
500#  it imposes the same vegetation everywhere
501IMPOSE_AZE = n
502# default = n
503
504# Emissivity of the surface for LW radiation
505# If IMPOSE_AZE
506# The surface emissivity used for compution the LE emission
507#  of the surface in a 0-dim version. Values range between
508#  0.97 and 1.. The GCM uses 0.98.
509CONDVEG_EMIS = 1.0
510# default = 1.0
511
512# SW visible albedo for the surface
513# If IMPOSE_AZE
514# Surface albedo in visible wavelengths to be used
515#  on the point if a 0-dim version of SECHIBA is used.
516#  Look at the description of the forcing data for
517#  the correct value.
518CONDVEG_ALBVIS = 0.25
519# default = 0.25
520
521# SW near infrared albedo for the surface
522# If IMPOSE_AZE
523# Surface albedo in near infrared wavelengths to be used
524#  on the point if a 0-dim version of SECHIBA is used.
525#  Look at the description of the forcing data for
526#  the correct value.
527CONDVEG_ALBNIR = 0.25
528# default = 0.25
529
530# Surface roughness (m)
531# If IMPOSE_AZE
532# Surface rougness to be used on the point if a 0-dim version
533#  of SECHIBA is used. Look at the description of the forcing 
534#  data for the correct value.
535CONDVEG_Z0 = 0.15
536# default = 0.15_stnd
537
538# Height to be added to the height of the first level (m)
539# If IMPOSE_AZE
540# ORCHIDEE assumes that the atmospheric level height is counted
541#  from the zero wind level. Thus to take into account the roughness
542#  of tall vegetation we need to correct this by a certain fraction
543#  of the vegetation height. This is called the roughness height in
544#  ORCHIDEE talk.
545ROUGHHEIGHT = 0.0
546# default = 0.0
547
548# The snow albedo used by SECHIBA
549# This option allows the user to impose a snow albedo.
550#  Default behaviour is to use the model of snow albedo
551#  developed by Chalita (1993).
552CONDVEG_SNOWA = default
553# default = use the model of snow albedo developed by Chalita
554
555# Switch bare soil albedo dependent (if TRUE) on soil wetness
556# If TRUE, the model for bare soil albedo is the old formulation.
557#  Then it depend on the soil dry or wetness. If FALSE, it is the
558#  new computation that is taken, it is only function of soil color.
559ALB_BARE_MODEL = FALSE
560# default = FALSE
561
562# Initial snow mass if not found in restart
563# The initial value of snow mass if its value is not found
564#   in the restart file. This should only be used if the model is
565#   started without a restart file.
566HYDROL_SNOW = 0.0
567# default = 0.0
568
569
570# Initial snow age if not found in restart
571# The initial value of snow age if its value is not found
572#  in the restart file. This should only be used if the model is
573#  started without a restart file.
574HYDROL_SNOWAGE = 0.0
575# default = 0.0
576
577# Initial snow amount on ice, lakes, etc. if not found in restart
578# The initial value of snow if its value is not found
579#  in the restart file. This should only be used if the model is
580#  started without a restart file.
581HYDROL_SNOW_NOBIO = 0.0
582# default = 0.0
583
584# Initial snow age on ice, lakes, etc. if not found in restart
585# The initial value of snow age if its value is not found
586#  in the restart file. This should only be used if the model is
587#  started without a restart file.
588HYDROL_SNOW_NOBIO_AGE = 0.0
589# default = 0.0
590
591# Initial soil moisture stress if not found in restart
592# The initial value of soil moisture stress if its value is not found
593#  in the restart file. This should only be used if the model is
594#  started without a restart file.
595HYDROL_HUMR = 1.0
596# default = 1.0
597
598# Total depth of soil reservoir
599HYDROL_SOIL_DEPTH = 2.
600# default = 2.
601
602# Root profile
603# Default values were defined for 2 meters soil depth.
604# For 4 meters soil depth, you may use those ones :
605# 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.
606HYDROL_HUMCSTE= 5.0, 0.8, 0.8, 1.0, 0.8, 0.8, 1.0, 1.0, 0.8, 4.0, 4.0, 4.0, 4.0
607# default =  5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4.
608
609# Initial restart deep soil moisture if not found in restart
610# The initial value of deep soil moisture if its value is not found
611#  in the restart file. This should only be used if the model is
612#  started without a restart file. Default behaviour is a saturated soil.
613HYDROL_BQSB = default
614# default = Maximum quantity of water (Kg/M3) * Total depth of soil reservoir = 150. * 2
615
616# Initial upper soil moisture if not found in restart
617# The initial value of upper soil moisture if its value is not found
618#  in the restart file. This should only be used if the model is
619#  started without a restart file.
620HYDROL_GQSB = 0.0
621# default = 0.0
622
623# Initial upper reservoir depth if not found in restart
624# The initial value of upper reservoir depth if its value is not found
625#  in the restart file. This should only be used if the model is
626#  started without a restart file.
627HYDROL_DSG = 0.0
628# default = 0.0
629
630# Initial dry soil above upper reservoir if not found in restart
631# The initial value of dry soil above upper reservoir if its value
632#  in the restart file. This should only be used if the model is
633#  started without a restart file. The default behaviour
634#  is to compute it from the variables above. Should be OK most of
635#  the time.
636HYDROL_DSP = default
637# default = Total depth of soil reservoir - HYDROL_BQSB / Maximum quantity of water (Kg/M3) = 0.0
638
639# Initial water on canopy if not found in restart
640# The initial value of moisture on canopy if its value
641#  in the restart file. This should only be used if the model is
642#  started without a restart file.
643HYDROL_QSV = 0.0
644# default = 0.0
645
646# Soil moisture on each soil tile and levels
647# The initial value of mc if its value is not found
648#  in the restart file. This should only be used if the model is
649#  started without a restart file.
650HYDROL_MOISTURE_CONTENT = 0.3
651# default = 0.3
652
653# US_NVM_NSTM_NSLM
654# The initial value of us (relative moisture) if its value is not found
655#  in the restart file. This should only be used if the model is
656#  started without a restart file.
657US_INIT = 0.0
658# default = 0.0
659
660# Coefficient for free drainage at bottom
661# The initial value of free drainage if its value is not found
662#  in the restart file. This should only be used if the model is
663#  started without a restart file.
664FREE_DRAIN_COEF = 1.0, 1.0, 1.0
665# default = 1.0, 1.0, 1.0
666
667# Bare soil evap on each soil if not found in restart
668# The initial value of bare soils evap if its value is not found
669#  in the restart file. This should only be used if the model is
670#  started without a restart file.
671EVAPNU_SOIL = 0.0
672# default = 0.0
673
674# Initial temperature if not found in restart
675# The initial value of surface temperature if its value is not found
676#  in the restart file. This should only be used if the model is
677#  started without a restart file.
678ENERBIL_TSURF = 280.
679# default = 280.
680
681# Initial Soil Potential Evaporation
682# The initial value of soil potential evaporation if its value
683#  is not found in the restart file. This should only be used if
684#  the model is started without a restart file.
685ENERBIL_EVAPOT = 0.0
686# default = 0.0
687
688# Initial soil temperature profile if not found in restart
689# The initial value of the temperature profile in the soil if
690#   its value is not found in the restart file. This should only
691#   be used if the model is started without a restart file. Here
692#   we only require one value as we will assume a constant
693#   throughout the column.
694THERMOSOIL_TPRO = 280.
695# default = 280.
696
697# Initial leaf CO2 level if not found in restart
698# The initial value of leaf_ci if its value is not found
699#  in the restart file. This should only be used if the model is
700#  started without a restart file.
701DIFFUCO_LEAFCI = 233.
702# default = 233.
703
704
705# Keep cdrag coefficient from gcm.
706# Set to .TRUE. if you want q_cdrag coming from GCM.
707#  Keep cdrag coefficient from gcm for latent and sensible heat fluxes.
708#  TRUE if q_cdrag on initialization is non zero (FALSE for off-line runs).
709CDRAG_FROM_GCM = y
710# default =  IF q_cdrag == 0 ldq_cdrag_from_gcm = .FALSE. ELSE .TRUE.
711
712
713# Artificial parameter to increase or decrease canopy resistance
714# Add from Nathalie - the 28 of March 2006 - advice from Fred Hourdin
715# By PFT.
716RVEG_PFT = 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.
717# default = 1.
718
719
720# Interception reservoir coefficient.
721# Transforms leaf area index into size of interception reservoir
722#  for slowproc_derivvar or stomate.
723SECHIBA_QSINT = 0.02
724# default = 0.1
725
726#**************************************************************************
727# LAND_USE
728#**************************************************************************
729
730# Read a land_use vegetation map
731# pft values are needed, max time axis is 293
732LAND_USE = y
733# default = n
734
735# Year of the land_use vegetation map readed
736# year off the pft map
737# If LAND_USE (11 = 1860 - 1850 +1 for PFTmap.20C3M.nc, 1 for PFTmap_IPCC_2000.nc)
738VEGET_YEAR = 1
739# default = 282
740
741# booleen to indicate that a new LAND USE file will be used (since 1.9.5 version).
742# The parameter is used to bypass veget_year count
743# and reinitialize it with VEGET_YEAR parameter.
744# Then it is possible to change LAND USE file.
745# If LAND_USE
746VEGET_REINIT = n
747# default = n
748
749# Update vegetation frequency (since 2.0 version)
750# The veget datas will be update each this time step.
751# If LAND_USE
752VEGET_UPDATE= 0Y
753# default = 1Y
754
755# treat land use modifications
756# With this variable, you can use a Land Use map
757# to simulate anthropic modifications such as   
758# deforestation.                               
759# If LAND_USE
760LAND_COVER_CHANGE= y
761# default = y
762
763#**************************************************************************
764
765# agriculture allowed?
766# With this variable, you can determine
767#  whether agriculture is allowed
768AGRICULTURE = y
769# default = y
770
771# Harvert model for agricol PFTs.
772# Compute harvest above ground biomass for agriculture.
773# Change daily turnover.
774HARVEST_AGRI = y
775# default = y
776
777# herbivores allowed?
778# With this variable, you can activate herbivores
779HERBIVORES = n
780# default = n
781
782# treat expansion of PFTs across a grid cell?
783# With this variable, you can determine
784#  whether we treat expansion of PFTs across a
785#  grid cell.
786TREAT_EXPANSION = n
787# default = n
788
789#**************************************************************************
790
791# Time within the day simulated
792# This is the time spent simulating the current day. This variable is
793#  prognostic as it will trigger all the computations which are
794#  only done once a day.
795SECHIBA_DAY = 0.0
796# default = 0.0
797
798# Time step of STOMATE and other slow processes
799# Time step (s) of regular update of vegetation
800#  cover, LAI etc. This is also the time step
801#  of STOMATE.
802DT_SLOW = 86400.
803# default = un_jour = 86400.
804
805#**************************************************************************
806
807# Allows to switch on the multilayer hydrology of CWRR
808# This flag allows the user to decide if the vertical
809#  hydrology should be treated using the multi-layer
810#  diffusion scheme adapted from CWRR by Patricia de Rosnay.
811#  by default the Choisnel hydrology is used.
812HYDROL_CWRR = n
813# default = n
814
815# do horizontal diffusion?
816# If TRUE, then water can diffuse horizontally between
817#  the PFTs' water reservoirs.
818HYDROL_OK_HDIFF = n
819# default = n
820 
821
822# time scale (s) for horizontal diffusion of water
823# If HYDROL_OK_HDIFF
824# Defines how fast diffusion occurs horizontally between
825#  the individual PFTs' water reservoirs. If infinite, no
826#  diffusion.
827HYDROL_TAU_HDIFF = 1800.
828# default = 86400.
829
830# Percent by PFT of precip that is not intercepted by the canopy (since TAG 1.8).
831# During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall
832#  will get directly to the ground without being intercepted, for each PFT..
833PERCENT_THROUGHFALL_PFT = 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30.
834# default = 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30.
835
836# Decides if we route the water or not
837# This flag allows the user to decide if the runoff
838#  and drainage should be routed to the ocean
839#  and to downstream grid boxes.
840RIVER_ROUTING = n
841# default = n
842
843# Name of file which contains the routing information
844# The file provided here should allow the routing module to
845#  read the high resolution grid of basins and the flow direction
846#  from one mesh to the other.
847ROUTING_FILE = routing.nc
848# default = routing.nc
849
850# Time step of the routing scheme
851# If RIVER_ROUTING
852# This values gives the time step in seconds of the routing scheme.
853#   It should be multiple of the main time step of ORCHIDEE. One day
854#   is a good value.
855ROUTING_TIMESTEP = 86400
856# default = 86400
857
858# Number of rivers
859# If RIVER_ROUTING
860# This parameter chooses the number of largest river basins
861#  which should be treated as independently as rivers and not
862#  flow into the oceans as diffusion coastal flow.
863ROUTING_RIVERS = 50
864# default = 50
865
866# Should we compute an irrigation flux
867# This parameters allows the user to ask the model
868#  to compute an irigation flux. This performed for the
869#  on very simple hypothesis. The idea is to have a good
870#  map of irrigated areas and a simple function which estimates
871#  the need to irrigate.
872DO_IRRIGATION = n
873# default = n
874
875# Name of file which contains the map of irrigated areas
876# If IRRIGATE
877# The name of the file to be opened to read the field
878#  with the area in m^2 of the area irrigated within each
879#  0.5 0.5 deg grid box. The map currently used is the one
880#  developed by the Center for Environmental Systems Research
881#  in Kassel (1995).
882IRRIGATION_FILE = irrigated.nc
883# default = irrigated.nc
884
885# Should we include floodplains
886# This parameters allows the user to ask the model
887#  to take into account the flood plains and return
888#  the water into the soil moisture. It then can go
889#  back to the atmopshere. This tried to simulate
890#  internal deltas of rivers.
891DO_FLOODPLAINS = n
892# default = n
893
894#**************************************************************************
Note: See TracBrowser for help on using the repository browser.