source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG2/PARAM/run.def @ 5570

Last change on this file since 5570 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.2 KB
Line 
1# $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE_OL/OOL_SEC_STO_FG2/PARAM/run.def $
2# $Date: 2020-03-06 15:58:54 +0100 (Fri, 06 Mar 2020) $
3# $Revision: 6616 $
4#
5INCLUDEDEF=orchidee.def
6INCLUDEDEF=orchidee_pft.def
7
8# Parameters of the driver differ between the coupled and off-line configs
9#**************************************************************************
10# Time length for one intergration
11# (default full lenght of forcing file)
12TIME_LENGTH = _AUTO_
13
14# Time in the forcing file at which the model start if start date is
15# not set by the forcing file
16# (default 0)
17TIME_SKIP = _AUTO_
18
19# If DRIVER_reset_time=y, read the year from forcing file instead of
20# taking it from restart file (default n)
21DRIVER_reset_time = _AUTO_
22
23# Name of restart file for the driver (default NONE)
24RESTART_FILEIN = _AUTOBLOCKER_
25
26# Value for atmospheric CO2 could be interactive (LMDz), a time series or fixed
27# (default=350)
28ATM_CO2 = _AUTO_: DEFAULT = 350.
29
30# Off-line configurations could be run for a smaller domain
31# (default no limits are set, the full domain on the forcing file is used)
32#**************************************************************************
33#LIMIT_WEST=8
34#LIMIT_NORTH=48
35#LIMIT_SOUTH=46
36#LIMIT_EAST=10
37
38
39
Note: See TracBrowser for help on using the repository browser.