source: tags/ORCHIDEE_1_9_5_1/ORCHIDEE_OL/SPINUP/PARAM/sechiba.def @ 118

Last change on this file since 118 was 118, checked in by martial.mancip, 13 years ago

Update driver scripts on tag ORCHIDEE_1_9_5_1.

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