Ignore:
Timestamp:
03/03/22 13:34:47 (3 years ago)
Author:
jgipsl
Message:

Update parameter files and settings to correspond to ORCHIDEE_OL offline configuration revision 7478. Done by S Luysaert and J Ghattas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/GENERAL/PARAM/orchidee.def

    r5922 r6084  
    1 #************************************************************************** 
    2 #           Suggested parameter set up for ORCHIDEE 
     1# $HeadURL$ 
     2# $Date$ 
     3# $Revision$ 
     4 
     5#************************************************************************** 
     6#           Suggested parameter set up for ORCHIDEE trunk 
    37# 
    48# See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default 
     
    1115#************************************************************************** 
    1216 
     17# Parameters that should be removed once these issues are resolved 
     18#************************************************************************** 
     19# This patch should be accepted or rejected and the flag should then 
     20# be removed 
     21LNVGRASSPATCH=y 
     22 
     23# From a scientific point of view hydraulic architecture is much nicer 
     24# than a direct dependency on soil water. Julien is working on both 
     25# the nummerics and the science of the hydraulic architecture. To 
     26# avoid further delays with milestone 4.1 we decided to change the 
     27# settings. 
     28ENERGY_CONTROL=2 
     29 
     30# Although we now have global forest management maps that could be 
     31# used in the spinup, the interpretation of the results is easier if 
     32# all pixels have the same forest management. 
     33OK_READ_FM_MAP=n 
     34FOREST_MANAGED_FORCED=1 
     35 
    1336 
    1437# Parameters related to the restart file and the start date 
     
    2649#************************************************************************** 
    2750# Use XIOS for writing diagnostics file 
    28 # (default y) 
     51# (defualt y) 
    2952# All IOIPSL output are deactivated if XIOS_ORCHIDEE_OK=y 
    30 XIOS_ORCHIDEE_OK = y  
     53XIOS_ORCHIDEE_OK = y 
    3154 
    3255 
     
    5275# its subroutines. If a mass balance occurs, the model is stopped. 
    5376# (default) 
    54 ERR_ACT = 1 
     77ERR_ACT = 3 
    5578 
    5679# If the model crashes and it is not clear in which subroutine the crash 
     
    83106# Hydrology parameters 
    84107#************************************************************************** 
    85 # Activate river routing. This version has not yet been tested with river routing. 
    86 # (default y) 
    87 RIVER_ROUTING = y  
     108# Activate river routing. 
     109# (default y) 
     110RIVER_ROUTING = y 
    88111 
    89112# Activate creation of river_desc.nc file 
     
    104127# Read lai map 
    105128# (default n) 
    106 LAI_MAP = _AUTO_ : DEFAULT = n 
     129LAI_MAP = n 
    107130 
    108131# Prescribed vegetation 
     
    143166# 5 - user specific: user specific settings for these controls and layers will need 
    144167# to be defined in the run.def by the user. 
    145 ENERGY_CONTROL=1 
     168#ENERGY_CONTROL=1 
    146169 
    147170# Carbon related parameters 
    148171#************************************************************************** 
     172# Activate Stomate component 
     173# (default y) 
     174STOMATE_OK_STOMATE = _AUTOBLOCKER_  
     175 
    149176# Analytic spinup 
    150177# (default n) 
     
    152179SPINUP_PERIOD = 10 
    153180 
    154 # Activate Stomate component 
    155 # (default y) 
    156 STOMATE_OK_STOMATE = _AUTOBLOCKER_  
    157  
    158181# As an alternative to DO_WOOD_HARVEST forest management can be accounted 
    159 # for. All forest will be managed by the same strategy unless a map is read 
    160 # FM = 1 is unmanaged, FM = 2 is a thin and fell strategy, FM = 3 is a 
    161 # coppice strategy and FM = 4 is a short rotation coppice strategy. 
    162 # (default 2) 
    163 FOREST_MANAGED_FORCED=2  
    164  
     182# for. Unless a map is read (OK_READ_FM_MAP=y) all forest will be 
     183# managed by the same management strategy (FOREST_MANAGED_FORCED=iFM). 
     184# iFM = 1 is unmanaged, iFM = 2 is a thin and fell strategy, iFM = 3 is a 
     185# coppice strategy and iFM = 4 is a short rotation coppice strategy. 
     186# (default 2)  
     187#OK_READ_FM_MAP=y 
    165188 
    166189# Parameters related to nitrogen cycle 
     
    214237NCIRC = 3 
    215238 
    216 # Use recruiment. Note that this is an overall flag that makes use 
    217 # of the variable RECRUITMENT_PFT which specifies whether a specific  
    218 # PFT grows recruits in canopy gaps.  
    219 OK_RECRUITMENT=y 
    220  
    221  
    222 # Parameters that should be removed once these issues are resolved 
    223 #************************************************************************** 
    224 # This patch should be accepted or rejected and the flag should then 
    225 # be removed 
    226 LNVGRASSPATCH=y 
    227239 
    228240# Parameters related to chemistry bvoc  
     
    236248# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach? 
    237249CO2_FOR_BVOC_POSSELL=n 
    238  
Note: See TracChangeset for help on using the changeset viewer.