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

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

Update driver scripts on tag ORCHIDEE_1_9_5_1.

File size: 9.4 KB
Line 
1#
2#**************************************************************************
3#                    Namelist for ORCHIDEE_OL
4#**************************************************************************
5#
6#**************************************************************************
7#          OPTIONS NOT SET
8#**************************************************************************
9#
10#
11#**************************************************************************
12#          Management of display in the run of DRIVER
13#**************************************************************************
14
15# Flag for debug information
16# This option allows to switch on the output of debug
17#         information without recompiling the code.
18DEBUG_INFO = n
19#default = n
20
21
22#---------------------------------------------------------------------
23# Forcing file name
24# Name of file containing the forcing data
25# This is the name of the file which should be opened
26# for reading the forcing data of the dim0 model.
27# The format of the file has to be netCDF and COADS
28# compliant. Cabauw.nc, islscp_for.nc, WG_cru.nc
29FORCING_FILE = forcing_file.nc
30# default = islscp_for.nc
31
32# split time step :
33#---------------------------------------------------------------------
34
35# Splits the timestep imposed by the forcing
36# With this value the time step of the forcing
37#  will be devided. In principle this can be run
38#  in explicit mode but it is strongly suggested
39#  to use the implicit method so that the
40#  atmospheric forcing has a smooth evolution.
41SPLIT_DT = 12
42# default = 12
43
44#  Time in the forcing file at which the model is started.
45#  This time give the point in time at which the model
46#  should be started.
47#  If exists, the date of the restart file is use.
48#  The FORMAT of this date can be either of the following :
49#  n   : time step n within the forcing file
50#  nS  : n seconds after the first time-step in the file
51#  nD  : n days after the first time-step
52#  nM  : n month after the first time-step (year of 365 days)
53#  nY  : n years after the first time-step (year of 365 days)
54#      Or combinations :
55#  nYmM: n years and m month
56TIME_SKIP = 0
57# default = 0
58
59# Spread the precipitation.
60# Spread the precipitaiton over n steps of the splited forcing time step.
61#  This is ONLY applied if the forcing time step has been splited (SPLIT_DT).
62#  If the value indicated is greater than SPLIT_DT, SPLIT_DT is used for it.
63SPRED_PREC = 1
64# default = 1
65
66
67
68
69
70# Input and output restart file for the driver
71#---------------------------------------------------------------------
72
73# Name of restart to READ for initial conditions
74# This is the name of the file which will be opened
75#  to extract the initial values of all prognostic
76#  values of the model. This has to be a netCDF file.
77#  Not truly COADS compliant. NONE will mean that
78#  no restart file is to be expected.
79RESTART_FILEIN = NONE
80# default = NONE
81
82# Name of restart files to be created by the driver
83# This variable give the  name for
84#  the restart file. The restart software within
85#  IOIPSL will add .nc if needed
86RESTART_FILEOUT = driver_rest_out.nc
87# default = driver_rest_out.nc
88
89
90#**************************************************************************
91#                             Area location
92#**************************************************************************
93#  The model will use the smalest regions from
94#  region specified here and the one of the forcing file.
95
96# Western limit of region
97# Western limit of the region we are
98#  interested in. Between -180 and +180 degrees
99LIMIT_WEST = -180.
100# default = -180.
101
102# Eastern limit of region
103# Eastern limit of the region we are
104#  interested in. Between -180 and +180 degrees
105LIMIT_EAST = 180.
106# default = 180.
107
108# Northern limit of region
109# Northern limit of the region we are
110#  interested in. Between +90 and -90 degrees
111LIMIT_NORTH = 90.
112# default = 90.
113
114# Southern limit of region
115# Southern limit of the region we are
116#  interested in. Between 90 and -90 degrees
117LIMIT_SOUTH = -90.
118# default = -90.
119
120##**************************************************************************
121#                       Simulation parameters
122#**************************************************************************
123
124# method of forcing
125# A method is proposed by which the first atmospheric
126#   level is not directly forced by observations but
127#   relaxed with a time constant towards observations.
128#   For the moment the methods tends to smooth too much
129#   the diurnal cycle and introduces a time shift.
130#   A more sophisticated method is needed.
131RELAXATION = n
132# default = n
133
134# Time constant of the relaxation layer RELAXATION
135# The time constant associated to the atmospheric
136#  conditions which are going to be computed
137#  in the relaxed layer. To avoid too much
138#  damping the value should be larger than 1000.
139RELAX_A = 1000.
140# default = 1000.0
141
142# Height at which T and Q are given
143# The atmospheric variables (temperature and specific
144#  humidity) are measured at a specific level.
145#  The height of this level is needed to compute
146#  correctly the turbulent transfer coefficients.
147#  Look at the description of the forcing
148#  DATA for the correct value.
149HEIGHT_LEV1 = 2.0
150# default  = 2.0
151
152# Height at which the wind is given
153# The height at which wind is needed to compute
154#  correctly the turbulent transfer coefficients.
155HEIGHT_LEVW = 10.0
156# default  = 10.0
157
158#---------------------------------------------------------------------
159# Weather generator or not :
160#---------------------------------------------------------------------
161
162# Allow weather generator to create data.
163# This flag allows the forcing-reader to generate
164#  synthetic data if the data in the file is too sparse
165#  and the temporal resolution would not be enough to
166#  run the model.
167ALLOW_WEATHERGEN = n
168# default = n
169
170# North-South Resolution
171# If ALLOW_WEATHERGEN
172# North-South Resolution of the region we are
173#  interested in. In degrees
174MERID_RES = 2.
175# default = 2.
176
177# East-West Resolution
178# If ALLOW_WEATHERGEN
179# East-West Resolution of the region we are
180#  interested in. In degrees
181ZONAL_RES = 2.
182# default = 2.
183
184# Use prescribed values
185# If ALLOW_WEATHERGEN
186# If this is set to 1, the weather generator
187#   uses the monthly mean values for daily means.
188#   If it is set to 0, the weather generator
189#   uses statistical relationships to derive daily
190#   values from monthly means.
191IPPREC = 0
192# default = 0
193
194# Interpolation  or not IF split is larger than 1
195# Choose IF you wish to interpolate linearly or not.
196NO_INTER = y
197INTER_LIN = n
198# default :
199#  NO_INTER = y
200#  INTER_LIN = n
201
202# Exact monthly precipitation
203# If ALLOW_WEATHERGEN
204# If this is set to y, the weather generator
205#   will generate pseudo-random precipitations
206#   whose monthly mean is exactly the prescribed one.
207#   In this case, the daily precipitation (for rainy
208#   days) is constant (that is, some days have 0 precip,
209#   the other days have precip = Precip_month/n_precip,
210#   where n_precip is the prescribed number of rainy days
211#   per month).
212WEATHGEN_PRECIP_EXACT = n
213# default = n
214
215# Calling frequency of weather generator (s)
216# Determines how often the weather generator
217#  is called (time step in s). Should be equal
218#  to or larger than Sechiba's time step (say,
219#  up to 6 times Sechiba's time step or so).
220DT_WEATHGEN = 1800.
221# default = 1800.
222
223# Conserve net radiation in the forcing
224# When the interpolation is used the net radiation
225#  provided by the forcing is not conserved anymore.
226#  This should be avoided and thus this option should
227#  be TRUE (y).
228#  This option is not used for short-wave if the
229#  time-step of the forcing is longer than an hour.
230#  It does not make sense to try and reconstruct
231#  a diurnal cycle and at the same time conserve the
232#  incoming solar radiation.
233NETRAD_CONS = y
234# default = y
235
236# Write weather from generator into a forcing file
237# This flag makes the weather generator dump its
238#  generated weather into a forcing file which can
239#  then be used to get the same forcing on different
240#  machines. This only works correctly if there is
241#  a restart file (otherwise the forcing at the first
242#  time step is slightly wrong).
243DUMP_WEATHER = n
244# default = n
245
246# Name of the file that contains
247#  the weather from generator
248# If DUMP_WEATHER
249DUMP_WEATHER_FILE = weather_dump.nc
250# default = 'weather_dump.nc'
251
252# Dump weather data on gathered grid
253# If 'y', the weather data are gathered
254#  for all land points.
255# If DUMP_WEATHER
256DUMP_WEATHER_GATHERED = y
257# default = y
258
259
260# Read Orbital Parameters
261
262# Eccentricity Effect
263# Use prescribed values
264# IF ALLOW_WEATHERGEN
265ECCENTRICITY = 0.016724
266# default = 0.016724
267
268# Longitude of perihelie
269# Use prescribed values
270# If ALLOW_WEATHERGEN
271PERIHELIE = 102.04
272# default = 102.04
273
274# Use prescribed values
275# If ALLOW_WEATHERGEN
276OBLIQUITY = 23.446
277# default = 23.446
278
279#**************************************************************************
280# length of simulation :
281#---------------------------------------------------------------------
282# Length of the integration in time.
283# Length of integration. By default the entire length
284#        of the forcing is used. The FORMAT of this date can
285#        be either of the following :
286# n   : time step n within the forcing file
287# nS  : n seconds after the first time-step in the file
288# nD  : n days after the first time-step
289# nM  : n month after the first time-step (year of 365 days)
290# nY  : n years after the first time-step (year of 365 days)
291#        Or combinations :
292# nYmM: n years and m month
293TIME_LENGTH = default
294# default = depend on the time length and the number of time step in forcing file
295#         = itau_len = itau_fin-itau_dep
296
297
298
Note: See TracBrowser for help on using the repository browser.