source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/TESTSTOMATE/PARAM/driver.def @ 263

Last change on this file since 263 was 263, checked in by didier.solyga, 13 years ago

Update the jobs FORCESOIL,OOL_SEC, OOL_SEC_STO, SPINUP and TESTSTOMATE. They match now with the corresponding ones from the trunk

File size: 1.2 KB
Line 
1#
2#**************************************************************************
3#                    Namelist for TESTSTOMATE
4#**************************************************************************
5#
6#**************************************************************************
7#          OPTIONS NOT SET
8#**************************************************************************
9#
10#**************************************************************************
11# length of simulation :
12#---------------------------------------------------------------------
13# Length of the integration in time.
14# Length of integration. By default the entire length
15#        of the forcing is used. The FORMAT of this date can
16#        be either of the following :
17# n   : time step n within the forcing file
18# nS  : n seconds after the first time-step in the file
19# nD  : n days after the first time-step
20# nM  : n month after the first time-step (year of 365 days)
21# nY  : n years after the first time-step (year of 365 days)
22#        Or combinations :
23# nYmM: n years and m month
24TIME_LENGTH = default
25# default = depend on the time length and the number of time step in forcing file
26#         = itau_len = itau_fin-itau_dep
27
28
29
Note: See TracBrowser for help on using the repository browser.