source: tags/ORCHIDEE_1_9_5_2/ORCHIDEE_OL/TESTSTOMATE/PARAM/driver.def @ 4091

Last change on this file since 4091 was 51, checked in by mmaipsl, 14 years ago

Replace orchidee standard name for sechiba one in all scripts.

Split orchidee.def parameter file for sechiba.def, stomate.def and driver.def.
Use standard run.def to include all componant parameter files.

Add POST directories.

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.