Changes between Version 11 and Version 12 of Documentation/UserGuide/PreIndSim


Ignore:
Timestamp:
2014-10-22T18:18:49+02:00 (10 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/PreIndSim

    v11 v12  
    6363# in PARAM/orchidee.def_CWRR 
    6464---> add 'evapot_corr=y' 
     65#--------------------------------------------------------------------- 
     66# To reset the time coming from SECHIBA restart file 
     67# This option allows the model to override the time 
     68#  found in the restart file of SECHIBA with the time 
     69#  of the first call. That is the restart time of the GCM. 
     70SECHIBA_reset_time = y 
     71# default = n 
     72 
     73# Input and output restart file for SECHIBA : 
     74#--------------------------------------------------------------------- 
     75# Name of restart to READ for initial conditions 
     76# This is the name of the file which will be opened 
     77#  to extract the initial values of all prognostic 
     78#  values of the model. This has to be a netCDF file. 
     79#  Not truly COADS compliant. NONE will mean that 
     80#  no restart file is to be expected. 
     81SECHIBA_restart_in = _AUTO_ 
     82# default = NONE 
     83 
     84# Input and output restart file for STOMATE : 
     85#--------------------------------------------------------------------- 
     86# Name of restart to READ for initial conditions of STOMATE 
     87# If STOMATE_OK_STOMATE || STOMATE_WATCHOUT 
     88# This is the name of the file which will be opened of STOMATE 
     89#   to extract the initial values of all prognostic values of STOMATE. 
     90STOMATE_RESTART_FILEIN = _AUTO_ 
     91# default = NONE 
     92 
     93# Write frequency for output files (SECHIBA in seconds et 
     94# STOMATE in days) : 
     95#--------------------------------------------------------------------- 
     96# Frequency in seconds at which to WRITE output 
     97# This variables gives the frequency the output of 
     98#  the model should be written into the netCDF file. 
     99#  It does not affect the frequency at which the 
     100#  operations such as averaging are done. 
     101WRITE_STEP = _AUTO_ 
     102# default = 86400.0 
     103# Frequency in seconds at which to WRITE output 
     104# If SECHIBA_HISTFILE2 
     105# This variables gives the frequency the output 2 of 
     106#   the model should be written into the netCDF file. 
     107#   It does not affect the frequency at which the 
     108#   operations such as averaging are done. 
     109#   That is IF the coding of the calls to histdef 
     110#   are correct ! 
     111WRITE_STEP2 = _AUTO_ 
     112# default = 1800.0 
     113# STOMATE history time step (d) 
     114# Time step of the STOMATE history file 
     115# Care : this variable must be higher than DT_SLOW 
     116STOMATE_HIST_DT = _AUTO_ 
     117# default = 10. 
     118 
     119# parameters describing the surface (vegetation + soil) : 
     120#--------------------------------------------------------------------- 
     121# Interception reservoir coefficient. 
     122# Transforms leaf area index into size of interception reservoir 
     123#  for slowproc_derivvar or stomate. 
     124SECHIBA_QSINT = 0.02 
     125# default = 0.1 
     126 
     127# If HYDROL_OK_HDIFF 
     128# Defines how fast diffusion occurs horizontally between 
     129#  the individual PFTs' water reservoirs. If infinite, no 
     130#  diffusion. 
     131HYDROL_TAU_HDIFF = 1800. 
     132# default = 86400. 
     133 
     134# For the new physics 
     135#evapot_corr=y 
     136 
    65137 
    66138# in COMP/lmdz.card