source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG1transnd/PARAM/run.def

Last change on this file was 5570, checked in by aclsce, 3 years ago

Created ORCHIDEE_OL_TP configuration : temporary configuration to be used during prectical session.

File size: 1.8 KB
Line 
1# $Id$
2#
3INCLUDEDEF=orchidee.def
4INCLUDEDEF=orchidee_pft.def
5
6# Parameters of the driver differ between the coupled and off-line configs
7#**************************************************************************
8# Time length for one intergration
9# (default full lenght of forcing file)
10TIME_LENGTH = _AUTO_
11
12# Time in the forcing file at which the model start if start date is
13# not set by the forcing file
14# (default 0)
15TIME_SKIP = _AUTO_
16
17# Time length for one intergration (default full lenght of forcing file)
18START_DATE = _AUTO_
19END_DATE = _AUTO_
20DT_SECHIBA = 1200
21FORCING_FILE = forcing_yearm1.nc forcing_year.nc forcing_yearp1.nc
22
23
24# If DRIVER_reset_time=y, read the year from forcing file instead of
25# taking it from restart file (default n)
26DRIVER_reset_time = _AUTO_
27
28# Name of restart file for the driver (default NONE)
29RESTART_FILEIN = _AUTOBLOCKER_
30
31# Value for atmospheric CO2 could be interactive (LMDz), a time series or fixed
32# (default=350)
33# ATM_CO2=287.14 : Year 1860 specified for TRENDY2 spinup
34ATM_CO2 = _AUTO_: DEFAULT = 287.14
35
36# Domain description
37#**************************************************************************
38GRID_FILE = NONE
39
40# To limit regional domain, full size of the forcing file or global domain is default
41#WEST_EAST = -180.0, 180.0
42#SOUTH_NORTH = -90.0, 90.0
43#WEST_EAST = -19.7, 62.7
44#SOUTH_NORTH = -6.7, 62.7
45
46# Time period over which to distribute the precipitation
47#**************************************************************************
48# In the driver files precipitation is the accumulated value over the
49# time step of the driver file (e.g. 6 hours). In ORCHIDEE it needs to
50# be decided whether over which time period (in seconds) this precip will come
51# down. Short periods make rain storms, long periods make drizzel.
52SPRED_PREC_SEC = 3600
53
54
55
Note: See TracBrowser for help on using the repository browser.