source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG1trans/PARAM/run.def @ 5587

Last change on this file since 5587 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.0 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# If DRIVER_reset_time=y, read the year from forcing file instead of
18# taking it from restart file (default n)
19DRIVER_reset_time = _AUTO_
20
21# Name of restart file for the driver (default NONE)
22RESTART_FILEIN = _AUTOBLOCKER_
23
24# Value for atmospheric CO2 could be interactive (LMDz), a time series or fixed
25# (default=350)
26# ATM_CO2=287.14 : Year 1860 specified for TRENDY2 spinup
27ATM_CO2 = _AUTO_: DEFAULT = 287.14
28
29# Off-line configurations could be run for a smaller domain
30#**************************************************************************
31#LIMIT_WEST=8
32#LIMIT_NORTH=48
33#LIMIT_SOUTH=46
34#LIMIT_EAST=10
35
Note: See TracBrowser for help on using the repository browser.