source: tags/ORCHIDEE_1_9_5/ORCHIDEE_OL/FLUXNET/orchidee.def @ 8

Last change on this file since 8 was 8, checked in by orchidee, 14 years ago

import first tag equivalent to CVS orchidee_1_9_5 + OOL_1_9_5

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