Ignore:
Timestamp:
03/20/12 09:36:08 (12 years ago)
Author:
jgipsl
Message:

Changed to _AUTO_ all variables that will be modified by the orchidee.driver or stomate.driver. Added, where missing, "else ORCHIDEE_sed..." to set default values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/PARAM/orchidee.def

    r1013 r1692  
    102102#  Not truly COADS compliant. NONE will mean that 
    103103#  no restart file is to be expected. 
    104 SECHIBA_restart_in = NONE 
     104SECHIBA_restart_in = _AUTO_ 
    105105# default = NONE 
    106106 
     
    118118# This is the name of the file which will be opened of STOMATE 
    119119#   to extract the initial values of all prognostic values of STOMATE. 
    120 STOMATE_RESTART_FILEIN = NONE 
     120STOMATE_RESTART_FILEIN = _AUTO_ 
    121121# default = NONE 
    122122 
     
    203203#  frequency writing. This second output is optional and not written 
    204204#  by default. 
    205 SECHIBA_HISTFILE2 = FALSE 
     205SECHIBA_HISTFILE2 = _AUTO_ 
    206206# default  = FALSE 
    207207 
     
    231231#  written are available More details can be found on the web under documentation. 
    232232#  web under documentation. 
    233 SECHIBA_HISTLEVEL = 5 
     233SECHIBA_HISTLEVEL = _AUTO_ 
    234234# default = 5 
    235235 
     
    241241#   web under documentation. 
    242242# First level contains all ORCHIDEE outputs. 
    243 SECHIBA_HISTLEVEL2 = 1 
     243SECHIBA_HISTLEVEL2 = _AUTO_ 
    244244# default = 1 
    245245 
    246246# STOMATE history output level (0..10) 
    247247#  0: nothing is written; 10: everything is written 
    248 STOMATE_HISTLEVEL = 10 
     248STOMATE_HISTLEVEL = _AUTO_ 
    249249# default = 10 
    250250 
     
    275275#  It does not affect the frequency at which the 
    276276#  operations such as averaging are done. 
    277 WRITE_STEP = 86400.0 
     277WRITE_STEP = _AUTO_ 
    278278# default = 86400.0 
    279279 
     
    286286#   That is IF the coding of the calls to histdef 
    287287#   are correct ! 
    288 WRITE_STEP2 = 1800.0 
     288WRITE_STEP2 = _AUTO_ 
    289289# default = 1800.0 
    290290 
     
    292292# Time step of the STOMATE history file 
    293293# Care : this variable must be higher than DT_SLOW 
    294 STOMATE_HIST_DT = 10. 
     294STOMATE_HIST_DT = _AUTO_ 
    295295# default = 10. 
    296296 
     
    743743# The veget datas will be update each this time step. 
    744744# If LAND_USE 
    745 VEGET_UPDATE = 0Y 
     745VEGET_UPDATE = _AUTO_ 
    746746# default = 1Y 
    747747 
     
    751751# deforestation.                                 
    752752# If LAND_USE 
    753 LAND_COVER_CHANGE = n 
     753LAND_COVER_CHANGE = _AUTO_ 
    754754# default = y 
    755755 
     
    803803#  diffusion scheme adapted from CWRR by Patricia de Rosnay. 
    804804#  by default the Choisnel hydrology is used. 
    805 HYDROL_CWRR = n 
     805HYDROL_CWRR = _AUTO_ 
    806806# default = n 
    807807 
Note: See TracChangeset for help on using the changeset viewer.