source: tags/ORCHIDEE_1_9_5_2/ORCHIDEE_OL/TESTSTOMATE/PARAM/sechiba.def @ 4091

Last change on this file since 4091 was 51, checked in by mmaipsl, 14 years ago

Replace orchidee standard name for sechiba one in all scripts.

Split orchidee.def parameter file for sechiba.def, stomate.def and driver.def.
Use standard run.def to include all componant parameter files.

Add POST directories.

File size: 41.2 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# Should the output follow the ALMA convention
37# If this logical flag is set to true the model
38#  will output all its data according to the ALMA
39#  convention. It is the recommended way to write
40#  data out of ORCHIDEE.
41ALMA_OUTPUT = n
42# default = n
43
44# To reset the time coming from SECHIBA restart file
45# This option allows the model to override the time
46#  found in the restart file of SECHIBA with the time
47#  of the first call. That is the restart time of the GCM.
48SECHIBA_reset_time = n
49# default = n
50
51#**************************************************************************
52#          Files : incoming / forcing / restart /output
53#**************************************************************************
54# Ancillary files :
55#---------------------------------------------------------------------
56
57# Name of file from which the vegetation map is to be read
58# If !IMPOSE_VEG
59# If LAND_USE
60#   default = pft_new.nc
61#   The name of the file to be opened to read a vegetation
62#   map (in pft) is to be given here.
63# If !LAND_USE
64#   default = ../surfmap/carteveg5km.nc
65#   The name of the file to be opened to read the vegetation
66#   map is to be given here. Usualy SECHIBA runs with a 5kmx5km
67#   map which is derived from the IGBP one. We assume that we have
68#   a classification in 87 types. This is Olson modified by Viovy.
69VEGETATION_FILE = PFTmap.nc
70
71
72# Name of file from which the bare soil albedo
73# If !IMPOSE_AZE
74# The name of the file to be opened to read the soil types from
75#  which we derive then the bare soil albedos. This file is 1x1
76#  deg and based on the soil colors defined by Wilson and Henderson-Seller.
77SOILALB_FILE = soils_param.nc
78# default = ../surfmap/soils_param.nc
79
80# Name of file from which soil types are read
81# If !IMPOSE_VEG
82# The name of the file to be opened to read the soil types.
83#  The data from this file is then interpolated to the grid of
84#  of the model. The aim is to get fractions for sand loam and
85#  clay in each grid box. This information is used for soil hydrology
86#  and respiration.
87SOILTYPE_FILE = soils_param.nc
88# default = ../surfmap/soils_param.nc
89
90# Name of file from which the reference
91# The name of the file to be opened to read
92#  temperature is read
93#  the reference surface temperature.
94#  The data from this file is then interpolated
95#  to the grid of the model.
96#  The aim is to get a reference temperature either
97#  to initialize the corresponding prognostic model
98#  variable correctly (ok_dgvm = TRUE) or to impose it
99#  as boundary condition (ok_dgvm = FALSE)
100REFTEMP_FILE = reftemp.nc
101# default = reftemp.nc
102
103# Forcing file name
104# Name of file containing the forcing data
105# This is the name of the file which should be opened
106# for reading the forcing data of the dim0 model.
107# The format of the file has to be netCDF and COADS
108# compliant. Cabauw.nc, islscp_for.nc, WG_cru.nc
109FORCING_FILE = forcing_file.nc
110# default = islscp_for.nc
111
112# Input and output restart file for the driver
113#---------------------------------------------------------------------
114
115# Name of restart to READ for initial conditions
116# This is the name of the file which will be opened
117#  to extract the initial values of all prognostic
118#  values of the model. This has to be a netCDF file.
119#  Not truly COADS compliant. NONE will mean that
120#  no restart file is to be expected.
121RESTART_FILEIN = NONE
122# default = NONE
123
124# Name of restart files to be created by the driver
125# This variable give the  name for
126#  the restart file. The restart software within
127#  IOIPSL will add .nc if needed
128RESTART_FILEOUT = driver_rest_out.nc
129# default = driver_rest_out.nc
130
131
132# Input and output restart file for SECHIBA :
133#---------------------------------------------------------------------
134
135# Name of restart to READ for initial conditions
136# This is the name of the file which will be opened
137#  to extract the initial values of all prognostic
138#  values of the model. This has to be a netCDF file.
139#  Not truly COADS compliant. NONE will mean that
140#  no restart file is to be expected.
141SECHIBA_restart_in = NONE
142# default = NONE
143
144# Name of restart files to be created by SECHIBA
145# This variable give the name for the restart files.
146#  The restart software within IOIPSL will add .nc if needed.
147SECHIBA_rest_out = sechiba_rest_out.nc
148# default = sechiba_rest_out.nc
149
150# Input and output restart file for STOMATE :
151#---------------------------------------------------------------------
152
153# Name of restart to READ for initial conditions of STOMATE
154# If STOMATE_OK_STOMATE || STOMATE_WATCHOUT
155# This is the name of the file which will be opened of STOMATE
156#   to extract the initial values of all prognostic values of STOMATE.
157STOMATE_RESTART_FILEIN = NONE
158# default = NONE
159
160# Name of restart files to be created by STOMATE
161# If STOMATE_OK_STOMATE || STOMATE_WATCHOUT
162# This is the name of the file which will be opened
163#        to write the final values of all prognostic values
164#        of STOMATE.
165STOMATE_RESTART_FILEOUT = stomate_rest_out.nc
166# default = stomate_restart.nc
167
168# Forcing files for TESTSTOMATE and FORCESOIL
169#---------------------------------------------------------------------
170
171# Name of STOMATE's forcing file
172# Name that will be given to STOMATE's offline forcing file
173STOMATE_FORCING_NAME = stomate_forcing.nc
174#default = NONE
175
176# Size of STOMATE forcing data in memory (MB)
177# This variable determines how many
178#  forcing states will be kept in memory.
179#  Must be a compromise between memory
180#  use and frequeny of disk access.
181STOMATE_FORCING_MEMSIZE = 50
182# default = 50
183
184# Name of STOMATE's carbon forcing file
185# Name that will be given to STOMATE's carbon offline forcing file
186STOMATE_CFORCING_NAME = stomate_Cforcing.nc
187# default = NONE
188
189
190# Produced forcing file name (SECHIBA puis STOMATE) :
191#---------------------------------------------------------------------
192
193# ORCHIDEE will write out its forcing to a file
194# This flag allows to write to a file all the variables
195#  which are used to force the land-surface. The file
196#  has exactly the same format than a normal off-line forcing
197#  and thus this forcing can be used for forcing ORCHIDEE.
198ORCHIDEE_WATCHOUT = n
199# default = n
200
201# Filenane for the ORCHIDEE forcing file
202# If ORCHIDEE_WATCHOUT
203# This is the name of the file in which the
204#  forcing used here will be written for later use.
205WATCHOUT_FILE = orchidee_watchout.nc
206# default = orchidee_watchout.nc
207
208# ORCHIDEE will write out with this frequency
209# If ORCHIDEE_WATCHOUT
210# This flag indicates the frequency of the write of the variables.
211DT_WATCHOUT = 1800
212# default = dt
213
214# STOMATE does minimum service
215# set to TRUE if you want STOMATE to read
216#  and write its start files and keep track
217#  of longer-term biometeorological variables.
218#  This is useful if OK_STOMATE is not set,
219#  but if you intend to activate STOMATE later.
220#  In that case, this run can serve as a
221#  spinup for longer-term biometeorological
222#  variables.
223STOMATE_WATCHOUT = n
224# default = n
225
226# Output file name (SECHIBA and STOMATE) :
227#---------------------------------------------------------------------
228# Name of file in which the output is going
229# This file is going to be created by the model
230#  to be written
231#  and will contain the output from the model.
232#  This file is a truly COADS compliant netCDF file.
233#  It will be generated by the hist software from
234#  the IOIPSL package.
235OUTPUT_FILE = sechiba_history.nc
236# default = cabauw_out.nc
237
238# Flag to switch on histfile 2 for SECHIBA (hi-frequency ?)
239# This Flag switch on the second SECHIBA writing for hi (or low)
240#  frequency writing. This second output is optional and not written
241#  by default.
242SECHIBA_HISTFILE2 = FALSE
243# default  = FALSE
244
245# Name of file in which the output number 2 is going
246#   to be written
247# If SECHIBA_HISTFILE2
248# This file is going to be created by the model
249#   and will contain the output 2 from the model.
250SECHIBA_OUTPUT_FILE2 = sechiba_out_2.nc
251# default  = sechiba_out_2.nc
252
253# Name of file in which STOMATE's output is going to be written
254# This file is going to be created by the model
255#  and will contain the output from the model.
256#  This file is a truly COADS compliant netCDF file.
257#  It will be generated by the hist software from
258#  the IOIPSL package.
259STOMATE_OUTPUT_FILE = stomate_history.nc
260# default = stomate_history.nc
261
262# Write levels for outputs files (number of variables) :
263#---------------------------------------------------------------------
264
265# SECHIBA history output level (0..10)
266# Chooses the list of variables in the history file.
267#  Values between 0: nothing is written; 10: everything is
268#  written are available More details can be found on the web under documentation.
269#  web under documentation.
270SECHIBA_HISTLEVEL = 5
271# default = 5
272
273# SECHIBA history 2 output level (0..10)
274# If SECHIBA_HISTFILE2
275# Chooses the list of variables in the history file.
276#   Values between 0: nothing is written; 10: everything is
277#   written are available More details can be found on the web under documentation.
278#   web under documentation.
279# First level contains all ORCHIDEE outputs.
280SECHIBA_HISTLEVEL2 = 1
281# default = 1
282
283# STOMATE history output level (0..10)
284#  0: nothing is written; 10: everything is written
285STOMATE_HISTLEVEL = 10
286# default = 10
287
288#--------------------------------------------------------------------
289# STOMATE_IPCC_OUTPUT_FILE
290# This file is going to be created by the model
291#    and will contain the output from the model.
292#    This file is a truly COADS compliant netCDF file.
293#    It will be generated by the hist software from
294#    the IOIPSL package.
295# Name of file in which STOMATE's output is going
296# to be written
297STOMATE_IPCC_OUTPUT_FILE = stomate_ipcc_history.nc
298# default = stomate_ipcc_history.nc
299
300# STOMATE_IPCC_HIST_DT
301# Time step of the STOMATE IPCC history file
302# STOMATE IPCC history time step (d)
303STOMATE_IPCC_HIST_DT = 0.
304# default = 0.
305
306# Write frequency for output files (SECHIBA in seconds et
307# STOMATE in days) :
308#---------------------------------------------------------------------
309# Frequency in seconds at which to WRITE output
310# This variables gives the frequency the output of
311#  the model should be written into the netCDF file.
312#  It does not affect the frequency at which the
313#  operations such as averaging are done.
314WRITE_STEP = 86400.0
315# default = 86400.0
316
317# Frequency in seconds at which to WRITE output
318# If SECHIBA_HISTFILE2
319# This variables gives the frequency the output 2 of
320#   the model should be written into the netCDF file.
321#   It does not affect the frequency at which the
322#   operations such as averaging are done.
323#   That is IF the coding of the calls to histdef
324#   are correct !
325WRITE_STEP2 = 1800.0
326# default = 1800.0
327
328# STOMATE history time step (d)
329# Time step of the STOMATE history file
330# Care : this variable must be higher than DT_SLOW
331STOMATE_HIST_DT = 10.
332# default = 10.
333
334#**************************************************************************
335#                             Area location
336#**************************************************************************
337#  The model will use the smalest regions from
338#  region specified here and the one of the forcing file.
339
340# Western limit of region
341# Western limit of the region we are
342#  interested in. Between -180 and +180 degrees
343LIMIT_WEST = -180.
344# default = -180.
345
346# Eastern limit of region
347# Eastern limit of the region we are
348#  interested in. Between -180 and +180 degrees
349LIMIT_EAST = 180.
350# default = 180.
351
352# Northern limit of region
353# Northern limit of the region we are
354#  interested in. Between +90 and -90 degrees
355LIMIT_NORTH = 90.
356# default = 90.
357
358# Southern limit of region
359# Southern limit of the region we are
360#  interested in. Between 90 and -90 degrees
361LIMIT_SOUTH = -90.
362# default = -90.
363
364##**************************************************************************
365#                       Simulation parameters
366#**************************************************************************
367
368# method of forcing
369# A method is proposed by which the first atmospheric
370#   level is not directly forced by observations but
371#   relaxed with a time constant towards observations.
372#   For the moment the methods tends to smooth too much
373#   the diurnal cycle and introduces a time shift.
374#   A more sophisticated method is needed.
375RELAXATION = n
376# default = n
377
378# Time constant of the relaxation layer RELAXATION
379# The time constant associated to the atmospheric
380#  conditions which are going to be computed
381#  in the relaxed layer. To avoid too much
382#  damping the value should be larger than 1000.
383RELAX_A = 1000.
384# default = 1000.0
385
386# Height at which T and Q are given
387# The atmospheric variables (temperature and specific
388#  humidity) are measured at a specific level.
389#  The height of this level is needed to compute
390#  correctly the turbulent transfer coefficients.
391#  Look at the description of the forcing
392#  DATA for the correct value.
393HEIGHT_LEV1 = 2.0
394# default  = 2.0
395
396# Height at which the wind is given
397# The height at which wind is needed to compute
398#  correctly the turbulent transfer coefficients.
399HEIGHT_LEVW = 10.0
400# default  = 10.0
401
402#---------------------------------------------------------------------
403# Weather generator or not :
404#---------------------------------------------------------------------
405
406# Allow weather generator to create data.
407# This flag allows the forcing-reader to generate
408#  synthetic data if the data in the file is too sparse
409#  and the temporal resolution would not be enough to
410#  run the model.
411ALLOW_WEATHERGEN = n
412# default = n
413
414# North-South Resolution
415# If ALLOW_WEATHERGEN
416# North-South Resolution of the region we are
417#  interested in. In degrees
418MERID_RES = 2.
419# default = 2.
420
421# East-West Resolution
422# If ALLOW_WEATHERGEN
423# East-West Resolution of the region we are
424#  interested in. In degrees
425ZONAL_RES = 2.
426# default = 2.
427
428# Use prescribed values
429# If ALLOW_WEATHERGEN
430# If this is set to 1, the weather generator
431#   uses the monthly mean values for daily means.
432#   If it is set to 0, the weather generator
433#   uses statistical relationships to derive daily
434#   values from monthly means.
435IPPREC = 0
436# default = 0
437
438# Interpolation  or not IF split is larger than 1
439# Choose IF you wish to interpolate linearly or not.
440NO_INTER = y
441INTER_LIN = n
442# default :
443#  NO_INTER = y
444#  INTER_LIN = n
445
446# Exact monthly precipitation
447# If ALLOW_WEATHERGEN
448# If this is set to y, the weather generator
449#   will generate pseudo-random precipitations
450#   whose monthly mean is exactly the prescribed one.
451#   In this case, the daily precipitation (for rainy
452#   days) is constant (that is, some days have 0 precip,
453#   the other days have precip = Precip_month/n_precip,
454#   where n_precip is the prescribed number of rainy days
455#   per month).
456WEATHGEN_PRECIP_EXACT = n
457# default = n
458
459# Calling frequency of weather generator (s)
460# Determines how often the weather generator
461#  is called (time step in s). Should be equal
462#  to or larger than Sechiba's time step (say,
463#  up to 6 times Sechiba's time step or so).
464DT_WEATHGEN = 1800.
465# default = 1800.
466
467# Conserve net radiation in the forcing
468# When the interpolation is used the net radiation
469#  provided by the forcing is not conserved anymore.
470#  This should be avoided and thus this option should
471#  be TRUE (y).
472#  This option is not used for short-wave if the
473#  time-step of the forcing is longer than an hour.
474#  It does not make sense to try and reconstruct
475#  a diurnal cycle and at the same time conserve the
476#  incoming solar radiation.
477NETRAD_CONS = y
478# default = y
479
480# Write weather from generator into a forcing file
481# This flag makes the weather generator dump its
482#  generated weather into a forcing file which can
483#  then be used to get the same forcing on different
484#  machines. This only works correctly if there is
485#  a restart file (otherwise the forcing at the first
486#  time step is slightly wrong).
487DUMP_WEATHER = n
488# default = n
489
490# Name of the file that contains
491#  the weather from generator
492# If DUMP_WEATHER
493DUMP_WEATHER_FILE = weather_dump.nc
494# default = 'weather_dump.nc'
495
496# Dump weather data on gathered grid
497# If 'y', the weather data are gathered
498#  for all land points.
499# If DUMP_WEATHER
500DUMP_WEATHER_GATHERED = y
501# default = y
502
503
504# Read Orbital Parameters
505
506# Eccentricity Effect
507# Use prescribed values
508# IF ALLOW_WEATHERGEN
509ECCENTRICITY = 0.016724
510# default = 0.016724
511
512# Longitude of perihelie
513# Use prescribed values
514# If ALLOW_WEATHERGEN
515PERIHELIE = 102.04
516# default = 102.04
517
518# Use prescribed values
519# If ALLOW_WEATHERGEN
520OBLIQUITY = 23.446
521# default = 23.446
522
523#**************************************************************************
524# length of simulation :
525#---------------------------------------------------------------------
526# Length of the integration in time.
527# Length of integration. By default the entire length
528#        of the forcing is used. The FORMAT of this date can
529#        be either of the following :
530# n   : time step n within the forcing file
531# nS  : n seconds after the first time-step in the file
532# nD  : n days after the first time-step
533# nM  : n month after the first time-step (year of 365 days)
534# nY  : n years after the first time-step (year of 365 days)
535#        Or combinations :
536# nYmM: n years and m month
537TIME_LENGTH = default
538# default = depend on the time length and the number of time step in forcing file
539#         = itau_len = itau_fin-itau_dep
540
541
542# split time step :
543#---------------------------------------------------------------------
544
545# Splits the timestep imposed by the forcing
546# With this value the time step of the forcing
547#  will be devided. In principle this can be run
548#  in explicit mode but it is strongly suggested
549#  to use the implicit method so that the
550#  atmospheric forcing has a smooth evolution.
551SPLIT_DT = 12
552# default = 12
553
554#  Time in the forcing file at which the model is started.
555#  This time give the point in time at which the model
556#  should be started.
557#  If exists, the date of the restart file is use.
558#  The FORMAT of this date can be either of the following :
559#  n   : time step n within the forcing file
560#  nS  : n seconds after the first time-step in the file
561#  nD  : n days after the first time-step
562#  nM  : n month after the first time-step (year of 365 days)
563#  nY  : n years after the first time-step (year of 365 days)
564#      Or combinations :
565#  nYmM: n years and m month
566TIME_SKIP = 0
567# default = 0
568
569# Number of time steps per year for carbon spinup.
570FORCESOIL_STEP_PER_YEAR = 12
571# default = 12
572
573# Number of years saved for carbon spinup.
574FORCESOIL_NB_YEAR = 1
575# default = 1
576
577# Spread the precipitation.
578# Spread the precipitaiton over n steps of the splited forcing time step.
579#  This is ONLY applied if the forcing time step has been splited (SPLIT_DT).
580#  If the value indicated is greater than SPLIT_DT, SPLIT_DT is used for it.
581SPRED_PREC = 1
582# default = 1
583
584
585
586#---------------------------------------------------------------------
587# Parametrization :
588#---------------------------------------------------------------------
589
590# Activate STOMATE?
591# set to TRUE if STOMATE is to be activated
592STOMATE_OK_STOMATE = n
593# default = n
594
595# Activate DGVM?
596# set to TRUE if Dynamic Vegetation DGVM is to be activated
597STOMATE_OK_DGVM = n
598# default = n
599
600# Activate CO2?
601# set to TRUE if photosynthesis is to be activated
602STOMATE_OK_CO2 = n
603# default = n
604
605# Flag to force the value of atmospheric CO2 for vegetation.
606# If this flag is set to true, the ATM_CO2 parameter is used
607#  to prescribe the atmospheric CO2.
608# This Flag is only use in couple mode.
609FORCE_CO2_VEG = FALSE
610# default = FALSE
611
612# Value for atm CO2.
613# If FORCE_CO2_VEG (in not forced mode)
614# Value to prescribe the atm CO2.
615#  For pre-industrial simulations, the value is 286.2 .
616#  348. for 1990 year.
617ATM_CO2 = 350.
618# default = 350.
619
620
621# Index of grid point for online diagnostics
622# This is the index of the grid point which will be used for online diagnostics.
623STOMATE_DIAGPT = 1
624# default = 1
625
626# constant tree mortality
627# If yes, then a constant mortality is applied to trees.
628#  Otherwise, mortality is a function of the trees'
629#  vigour (as in LPJ).
630LPJ_GAP_CONST_MORT = y
631# default = y
632
633# no fire allowed
634# With this variable, you can allow or not
635#  the estimation of CO2 lost by fire
636FIRE_DISABLE = n
637# default = n
638
639#
640#**************************************************************************
641#          NEW OPTIONS FOR RESTARTS in versions up to 1.9.3
642#**************************************************************************
643#
644## sechiba
645soilcap=n
646soilflx=n
647shumdiag=n
648runoff=n
649drainage=n
650
651## diffuco
652raero=n
653qsatt=n
654cdrag=n
655
656## enerbil
657evapot_corr=n
658temp_sol_new=n
659
660## hydrolc
661dss=n
662hdry=n
663
664## thermosoil
665cgrnd=n
666dgrnd=n
667z1=n
668pcapa=n
669pcapa_en=n
670pkappa=n
671zdz1=n
672zdz2=n
673temp_sol_beg=n
674
675# parameters describing the surface (vegetation + soil) :
676#---------------------------------------------------------------------
677#
678# Should the vegetation be prescribed
679# This flag allows the user to impose a vegetation distribution
680#  and its characterisitcs. It is espacially interesting for 0D
681#  simulations. On the globe it does not make too much sense as
682#  it imposes the same vegetation everywhere
683IMPOSE_VEG = n
684# default = n
685
686# Flag to use old "interpolation" of vegetation map.
687# IF NOT IMPOSE_VEG and NOT LAND_USE
688#  If you want to recover the old (ie orchidee_1_2 branch)
689#   "interpolation" of vegetation map.
690SLOWPROC_VEGET_OLD_INTERPOL = n
691# default = n
692
693# Vegetation distribution within the mesh (0-dim mode)
694# If IMPOSE_VEG
695# The fraction of vegetation is read from the restart file. If
696#  it is not found there we will use the values provided here.
697SECHIBA_VEG__01 = 0.2
698SECHIBA_VEG__02 = 0.0
699SECHIBA_VEG__03 = 0.0
700SECHIBA_VEG__04 = 0.0
701SECHIBA_VEG__05 = 0.0
702SECHIBA_VEG__06 = 0.0
703SECHIBA_VEG__07 = 0.0
704SECHIBA_VEG__08 = 0.0
705SECHIBA_VEG__09 = 0.0
706SECHIBA_VEG__10 = 0.8
707SECHIBA_VEG__11 = 0.0
708SECHIBA_VEG__12 = 0.0
709SECHIBA_VEG__13 = 0.0
710# 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
711
712# Maximum vegetation distribution within the mesh (0-dim mode)
713# If IMPOSE_VEG
714# The fraction of vegetation is read from the restart file. If
715#  it is not found there we will use the values provided here.
716SECHIBA_VEGMAX__01 = 0.2
717SECHIBA_VEGMAX__02 = 0.0
718SECHIBA_VEGMAX__03 = 0.0
719SECHIBA_VEGMAX__04 = 0.0
720SECHIBA_VEGMAX__05 = 0.0
721SECHIBA_VEGMAX__06 = 0.0
722SECHIBA_VEGMAX__07 = 0.0
723SECHIBA_VEGMAX__08 = 0.0
724SECHIBA_VEGMAX__09 = 0.0
725SECHIBA_VEGMAX__10 = 0.8
726SECHIBA_VEGMAX__11 = 0.0
727SECHIBA_VEGMAX__12 = 0.0
728SECHIBA_VEGMAX__13 = 0.0
729# 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
730
731# LAI for all vegetation types (0-dim mode)
732# If IMPOSE_VEG
733# The maximum LAI used in the 0dim mode. The values should be found
734#  in the restart file. The new values of LAI will be computed anyway
735#  at the end of the current day. The need for this variable is caused
736#  by the fact that the model may stop during a day and thus we have not
737#  yet been through the routines which compute the new surface conditions.
738SECHIBA_LAI__01 = 0.
739SECHIBA_LAI__02 = 8.
740SECHIBA_LAI__03 = 8.
741SECHIBA_LAI__04 = 4.
742SECHIBA_LAI__05 = 4.5
743SECHIBA_LAI__06 = 4.5
744SECHIBA_LAI__07 = 4.
745SECHIBA_LAI__08 = 4.5
746SECHIBA_LAI__09 = 4.
747SECHIBA_LAI__10 = 2.
748SECHIBA_LAI__11 = 2.
749SECHIBA_LAI__12 = 2.
750SECHIBA_LAI__13 = 2.
751# default = 0., 8., 8., 4., 4.5, 4.5, 4., 4.5, 4., 2., 2., 2., 2.
752
753# Height for all vegetation types (m)
754# If IMPOSE_VEG
755# The height used in the 0dim mode. The values should be found
756#  in the restart file. The new values of height will be computed anyway
757#  at the end of the current day. The need for this variable is caused
758#  by the fact that the model may stop during a day and thus we have not
759#  yet been through the routines which compute the new surface conditions.
760SLOWPROC_HEIGHT__01 = 0.
761SLOWPROC_HEIGHT__02 = 50.
762SLOWPROC_HEIGHT__03 = 50.
763SLOWPROC_HEIGHT__04 = 30.
764SLOWPROC_HEIGHT__05 = 30.
765SLOWPROC_HEIGHT__06 = 30.
766SLOWPROC_HEIGHT__07 = 20.
767SLOWPROC_HEIGHT__08 = 20.
768SLOWPROC_HEIGHT__09 = 20.
769SLOWPROC_HEIGHT__10 = .2
770SLOWPROC_HEIGHT__11 = .2
771SLOWPROC_HEIGHT__12 = .4
772SLOWPROC_HEIGHT__13 = .4
773# default = 0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1.0, 1.0
774
775
776# Fraction of the 3 soil types (0-dim mode)
777# If IMPOSE_VEG
778# Determines the fraction for the 3 soil types
779#  in the mesh in the following order : sand loam and clay.
780SOIL_FRACTIONS__01 = 0.28
781SOIL_FRACTIONS__02 = 0.52
782SOIL_FRACTIONS__03 = 0.20
783# default = 0.28, 0.52, 0.20
784
785# Temperature used for the initial guess of LAI
786# If there is no LAI in the restart file, we may need
787#  a temperature that is used to guess the initial LAI.
788SLOWPROC_LAI_TEMPDIAG = 280.
789# default = 280.
790
791# Soil level (m) used for canopy development
792# If STOMATE is not activated.
793# The temperature at this soil depth is used to determine the LAI when
794#   STOMATE is not activated.
795SECHIBA_ZCANOP = 0.5
796# default = 0.5
797
798# Fraction of other surface types within the mesh (0-dim mode)
799# If IMPOSE_VEG
800# The fraction of ice, lakes, etc. is read from the restart file. If
801#  it is not found there we will use the values provided here.
802#  For the moment, there is only ice.
803SECHIBA_FRAC_NOBIO = 0.0
804# default = 0.0
805
806# Fraction of the clay fraction (0-dim mode)
807# If IMPOSE_VEG
808# Determines the fraction of clay in the grid box.
809CLAY_FRACTION = 0.2
810# default = 0.2
811
812# Should the surface parameters be prescribed
813# This flag allows the user to impose the surface parameters
814#  (Albedo Roughness and Emissivity). It is espacially interesting for 0D
815#  simulations. On the globe it does not make too much sense as
816#  it imposes the same vegetation everywhere
817IMPOSE_AZE = n
818# default = n
819
820# Emissivity of the surface for LW radiation
821# If IMPOSE_AZE
822# The surface emissivity used for compution the LE emission
823#  of the surface in a 0-dim version. Values range between
824#  0.97 and 1.. The GCM uses 0.98.
825CONDVEG_EMIS = 1.0
826# default = 1.0
827
828# SW visible albedo for the surface
829# If IMPOSE_AZE
830# Surface albedo in visible wavelengths to be used
831#  on the point if a 0-dim version of SECHIBA is used.
832#  Look at the description of the forcing data for
833#  the correct value.
834CONDVEG_ALBVIS = 0.25
835# default = 0.25
836
837# SW near infrared albedo for the surface
838# If IMPOSE_AZE
839# Surface albedo in near infrared wavelengths to be used
840#  on the point if a 0-dim version of SECHIBA is used.
841#  Look at the description of the forcing data for
842#  the correct value.
843CONDVEG_ALBNIR = 0.25
844# default = 0.25
845
846# Average method for z0
847# If this flag is set to true (y) then the neutral Cdrag
848#  is averaged instead of the log(z0). This should be
849#  the prefered option. We still wish to keep the other
850#  option so we can come back if needed. If this is
851#  desired then one should set Z0CDRAG_AVE = n
852Z0CDRAG_AVE = y
853# default = y
854
855# Surface roughness (m)
856# If IMPOSE_AZE
857# Surface rougness to be used on the point if a 0-dim version
858#  of SECHIBA is used. Look at the description of the forcing 
859#  data for the correct value.
860CONDVEG_Z0 = 0.15
861# default = 0.15_stnd
862
863# Height to be added to the height of the first level (m)
864# If IMPOSE_AZE
865# ORCHIDEE assumes that the atmospheric level height is counted
866#  from the zero wind level. Thus to take into account the roughness
867#  of tall vegetation we need to correct this by a certain fraction
868#  of the vegetation height. This is called the roughness height in
869#  ORCHIDEE talk.
870ROUGHHEIGHT = 0.0
871# default = 0.0
872
873# The snow albedo used by SECHIBA
874# This option allows the user to impose a snow albedo.
875#  Default behaviour is to use the model of snow albedo
876#  developed by Chalita (1993).
877CONDVEG_SNOWA = default
878# default = use the model of snow albedo developed by Chalita
879
880# Switch bare soil albedo dependent (if TRUE) on soil wetness
881# If TRUE, the model for bare soil albedo is the old formulation.
882#  Then it depend on the soil dry or wetness. If FALSE, it is the
883#  new computation that is taken, it is only function of soil color.
884ALB_BARE_MODEL = FALSE
885# default = FALSE
886
887# Initial snow mass if not found in restart
888# The initial value of snow mass if its value is not found
889#   in the restart file. This should only be used if the model is
890#   started without a restart file.
891HYDROL_SNOW = 0.0
892# default = 0.0
893
894
895# Initial snow age if not found in restart
896# The initial value of snow age if its value is not found
897#  in the restart file. This should only be used if the model is
898#  started without a restart file.
899HYDROL_SNOWAGE = 0.0
900# default = 0.0
901
902# Initial snow amount on ice, lakes, etc. if not found in restart
903# The initial value of snow if its value is not found
904#  in the restart file. This should only be used if the model is
905#  started without a restart file.
906HYDROL_SNOW_NOBIO = 0.0
907# default = 0.0
908
909# Initial snow age on ice, lakes, etc. if not found in restart
910# The initial value of snow age if its value is not found
911#  in the restart file. This should only be used if the model is
912#  started without a restart file.
913HYDROL_SNOW_NOBIO_AGE = 0.0
914# default = 0.0
915
916# Initial dry soil height if not found in restart for ORCHIDEE_1.3 to 1.5 Tags only.
917# The initial value of dry soil height if its value is not found
918# in the restart file. This should only be used if the model is
919# started without a restart file.
920HYDROL_HDRY = 0.0
921# default = 0.0
922
923# Initial soil moisture stress if not found in restart
924# The initial value of soil moisture stress if its value is not found
925#  in the restart file. This should only be used if the model is
926#  started without a restart file.
927HYDROL_HUMR = 1.0
928# default = 1.0
929
930# Total depth of soil reservoir
931HYDROL_SOIL_DEPTH = 2.
932# default = 2.
933
934# Root profile
935# Default values were defined for 2 meters soil depth.
936# For 4 meters soil depth, you may use those ones :
937# 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.
938HYDROL_HUMCSTE = 5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4.
939# default =  5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4.
940
941# Initial restart deep soil moisture if not found in restart
942# The initial value of deep soil moisture if its value is not found
943#  in the restart file. This should only be used if the model is
944#  started without a restart file. Default behaviour is a saturated soil.
945HYDROL_BQSB = default
946# default = Maximum quantity of water (Kg/M3) * Total depth of soil reservoir = 150. * 2
947
948# Initial upper soil moisture if not found in restart
949# The initial value of upper soil moisture if its value is not found
950#  in the restart file. This should only be used if the model is
951#  started without a restart file.
952HYDROL_GQSB = 0.0
953# default = 0.0
954
955# Initial upper reservoir depth if not found in restart
956# The initial value of upper reservoir depth if its value is not found
957#  in the restart file. This should only be used if the model is
958#  started without a restart file.
959HYDROL_DSG = 0.0
960# default = 0.0
961
962# Initial dry soil above upper reservoir if not found in restart
963# The initial value of dry soil above upper reservoir if its value
964#  in the restart file. This should only be used if the model is
965#  started without a restart file. The default behaviour
966#  is to compute it from the variables above. Should be OK most of
967#  the time.
968HYDROL_DSP = default
969# default = Total depth of soil reservoir - HYDROL_BQSB / Maximum quantity of water (Kg/M3) = 0.0
970
971# Initial water on canopy if not found in restart
972# The initial value of moisture on canopy if its value
973#  in the restart file. This should only be used if the model is
974#  started without a restart file.
975HYDROL_QSV = 0.0
976# default = 0.0
977
978# Soil moisture on each soil tile and levels
979# The initial value of mc if its value is not found
980#  in the restart file. This should only be used if the model is
981#  started without a restart file.
982HYDROL_MOISTURE_CONTENT = 0.3
983# default = 0.3
984
985# US_NVM_NSTM_NSLM
986# The initial value of us (relative moisture) if its value is not found
987#  in the restart file. This should only be used if the model is
988#  started without a restart file.
989US_INIT = 0.0
990# default = 0.0
991
992# Coefficient for free drainage at bottom
993# The initial value of free drainage if its value is not found
994#  in the restart file. This should only be used if the model is
995#  started without a restart file.
996FREE_DRAIN_COEF = 1.0, 1.0, 1.0
997# default = 1.0, 1.0, 1.0
998
999# Bare soil evap on each soil if not found in restart
1000# The initial value of bare soils evap if its value is not found
1001#  in the restart file. This should only be used if the model is
1002#  started without a restart file.
1003EVAPNU_SOIL = 0.0
1004# default = 0.0
1005
1006# Initial temperature if not found in restart
1007# The initial value of surface temperature if its value is not found
1008#  in the restart file. This should only be used if the model is
1009#  started without a restart file.
1010ENERBIL_TSURF = 280.
1011# default = 280.
1012
1013# Initial Soil Potential Evaporation
1014# The initial value of soil potential evaporation if its value
1015#  is not found in the restart file. This should only be used if
1016#  the model is started without a restart file.
1017ENERBIL_EVAPOT = 0.0
1018# default = 0.0
1019
1020# Initial soil temperature profile if not found in restart
1021# The initial value of the temperature profile in the soil if
1022#   its value is not found in the restart file. This should only
1023#   be used if the model is started without a restart file. Here
1024#   we only require one value as we will assume a constant
1025#   throughout the column.
1026THERMOSOIL_TPRO = 280.
1027# default = 280.
1028
1029# Initial leaf CO2 level if not found in restart
1030# The initial value of leaf_ci if its value is not found
1031#  in the restart file. This should only be used if the model is
1032#  started without a restart file.
1033DIFFUCO_LEAFCI = 233.
1034# default = 233.
1035
1036
1037# Keep cdrag coefficient from gcm.
1038# Set to .TRUE. if you want q_cdrag coming from GCM.
1039#  Keep cdrag coefficient from gcm for latent and sensible heat fluxes.
1040#  TRUE if q_cdrag on initialization is non zero (FALSE for off-line runs).
1041CDRAG_FROM_GCM = n
1042# default =  IF q_cdrag == 0 ldq_cdrag_from_gcm = .FALSE. ELSE .TRUE.
1043
1044
1045# Artificial parameter to increase or decrease canopy resistance
1046# Add from Nathalie - the 28 of March 2006 - advice from Fred Hourdin
1047# By PFT.
1048RVEG_PFT = 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.
1049# default = 1.
1050
1051
1052# Interception reservoir coefficient.
1053# Transforms leaf area index into size of interception reservoir
1054#  for slowproc_derivvar or stomate.
1055SECHIBA_QSINT = 0.1
1056# default = 0.1
1057
1058#**************************************************************************
1059# LAI
1060#**************************************************************************
1061
1062# Read the LAI map
1063# It is possible to read a 12 month LAI map which will
1064#  then be interpolated to daily values as needed.
1065#  If n => type_of_lai (constant_veg.f90)
1066#     - mean    : lai(ji,jv) = undemi * (llaimax(jv) + llaimin(jv))
1067#     - inter   : llaimin(jv) + tempfunc(stempdiag(ji,lcanop)) * (llaimax(jv) - llaimin(jv))
1068LAI_MAP = n
1069# default = n
1070
1071# Name of file from which the vegetation map is to be read
1072# If LAI_MAP
1073# The name of the file to be opened to read the LAI
1074#  map is to be given here. Usualy SECHIBA runs with a 5kmx5km
1075#  map which is derived from a Nicolas VIOVY one.
1076LAI_FILE = lai2D.nc
1077# default = ../surfmap/lai2D.nc
1078
1079# Flag to use old "interpolation" of LAI
1080# If LAI_MAP
1081# If you want to recover the old (ie orchidee_1_2 branch)
1082# "interpolation" of LAI map.
1083SLOWPROC_LAI_OLD_INTERPOL = n
1084# default = n
1085
1086#**************************************************************************
1087# LAND_USE
1088#**************************************************************************
1089
1090# Read a land_use vegetation map
1091# pft values are needed, max time axis is 293
1092LAND_USE = y
1093# default = n
1094
1095# Year of the land_use vegetation map readed
1096# year off the pft map.
1097# default is 133 for year 1982  (as 1982 - 1850 + 1 = 133)
1098# If LAND_USE
1099VEGET_YEAR = 133
1100# default = 133
1101
1102# booleen to indicate that a new LAND USE file will be used (since 1.9.5 version).
1103# The parameter is used to bypass veget_year count
1104# and reinitialize it with VEGET_YEAR parameter.
1105# Then it is possible to change LAND USE file.
1106# If LAND_USE
1107VEGET_REINIT = n
1108# default = n
1109
1110# Update vegetation frequency (since 2.0 version)
1111# The veget datas will be update each this time step.
1112# If LAND_USE
1113VEGET_UPDATE = 0Y
1114# default = 1Y
1115
1116# treat land use modifications
1117# With this variable, you can use a Land Use map
1118# to simulate anthropic modifications such as   
1119# deforestation.                               
1120# If LAND_USE
1121LAND_COVER_CHANGE = y
1122# default = y
1123
1124#**************************************************************************
1125
1126# agriculture allowed?
1127# With this variable, you can determine
1128#  whether agriculture is allowed
1129AGRICULTURE = y
1130# default = y
1131
1132# Harvert model for agricol PFTs.
1133# Compute harvest above ground biomass for agriculture.
1134# Change daily turnover.
1135HARVEST_AGRI = y
1136# default = y
1137
1138# herbivores allowed?
1139# With this variable, you can activate herbivores
1140HERBIVORES = n
1141# default = n
1142
1143# treat expansion of PFTs across a grid cell?
1144# With this variable, you can determine
1145#  whether we treat expansion of PFTs across a
1146#  grid cell.
1147TREAT_EXPANSION = n
1148# default = n
1149
1150#**************************************************************************
1151
1152# Time within the day simulated
1153# This is the time spent simulating the current day. This variable is
1154#  prognostic as it will trigger all the computations which are
1155#  only done once a day.
1156SECHIBA_DAY = 0.0
1157# default = 0.0
1158
1159# Time step of STOMATE and other slow processes
1160# Time step (s) of regular update of vegetation
1161#  cover, LAI etc. This is also the time step
1162#  of STOMATE.
1163DT_SLOW = 86400.
1164# default = un_jour = 86400.
1165
1166#**************************************************************************
1167
1168# Allows to switch on the multilayer hydrology of CWRR
1169# This flag allows the user to decide if the vertical
1170#  hydrology should be treated using the multi-layer
1171#  diffusion scheme adapted from CWRR by Patricia de Rosnay.
1172#  by default the Choisnel hydrology is used.
1173HYDROL_CWRR = n
1174# default = n
1175
1176# do horizontal diffusion?
1177# If TRUE, then water can diffuse horizontally between
1178#  the PFTs' water reservoirs.
1179HYDROL_OK_HDIFF = n
1180# default = n
1181 
1182
1183# time scale (s) for horizontal diffusion of water
1184# If HYDROL_OK_HDIFF
1185# Defines how fast diffusion occurs horizontally between
1186#  the individual PFTs' water reservoirs. If infinite, no
1187#  diffusion.
1188HYDROL_TAU_HDIFF = 86400.
1189# default = 86400.
1190
1191# Percent of precip that is not intercepted by the canopy (only for TAG 1.6).
1192# During one rainfall event, PERCENT_THROUGHFALL% of the incident rainfall
1193#  will get directly to the ground without being intercepted.
1194PERCENT_THROUGHFALL = 30.
1195# default = 30.
1196
1197# Percent by PFT of precip that is not intercepted by the canopy (since TAG 1.8).
1198# During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall
1199#  will get directly to the ground without being intercepted, for each PFT..
1200PERCENT_THROUGHFALL_PFT = 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30.
1201# default = 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30.
1202
1203# Decides if we route the water or not
1204# This flag allows the user to decide if the runoff
1205#  and drainage should be routed to the ocean
1206#  and to downstream grid boxes.
1207RIVER_ROUTING = n
1208# default = n
1209
1210# Name of file which contains the routing information
1211# The file provided here should allow the routing module to
1212#  read the high resolution grid of basins and the flow direction
1213#  from one mesh to the other.
1214ROUTING_FILE = routing.nc
1215# default = routing.nc
1216
1217# Time step of the routing scheme
1218# If RIVER_ROUTING
1219# This values gives the time step in seconds of the routing scheme.
1220#   It should be multiple of the main time step of ORCHIDEE. One day
1221#   is a good value.
1222ROUTING_TIMESTEP = 86400
1223# default = 86400
1224
1225# Number of rivers
1226# If RIVER_ROUTING
1227# This parameter chooses the number of largest river basins
1228#  which should be treated as independently as rivers and not
1229#  flow into the oceans as diffusion coastal flow.
1230ROUTING_RIVERS = 50
1231# default = 50
1232
1233# Should we compute an irrigation flux
1234# This parameters allows the user to ask the model
1235#  to compute an irigation flux. This performed for the
1236#  on very simple hypothesis. The idea is to have a good
1237#  map of irrigated areas and a simple function which estimates
1238#  the need to irrigate.
1239DO_IRRIGATION = n
1240# default = n
1241
1242# Name of file which contains the map of irrigated areas
1243# If IRRIGATE
1244# The name of the file to be opened to read the field
1245#  with the area in m^2 of the area irrigated within each
1246#  0.5 0.5 deg grid box. The map currently used is the one
1247#  developed by the Center for Environmental Systems Research
1248#  in Kassel (1995).
1249IRRIGATION_FILE = irrigated.nc
1250# default = irrigated.nc
1251
1252# Should we include floodplains
1253# This parameters allows the user to ask the model
1254#  to take into account the flood plains and return
1255#  the water into the soil moisture. It then can go
1256#  back to the atmopshere. This tried to simulate
1257#  internal deltas of rivers.
1258DO_FLOODPLAINS = n
1259# default = n
1260
1261#**************************************************************************
Note: See TracBrowser for help on using the repository browser.