Ignore:
Timestamp:
05/12/23 13:22:36 (14 months ago)
Author:
jgipsl
Message:

Updated orchidee.def and orchidee_pft.def as done in ORCHIDEE/trunk rev 7994 and earlier.

File:
1 edited

Legend:

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

    r6414 r6455  
    1 # $HeadURL$ 
    2 # $Date$ 
    3 # $Revision$ 
     1# $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/orchidee.def $ 
     2# $Date: 2023-05-12 13:04:57 +0200 (ven. 12 mai 2023) $ 
     3# $Revision: 8000 $ 
    44 
    55#************************************************************************** 
     
    1717# Parameters that should be removed once these issues are resolved 
    1818#************************************************************************** 
    19 # This patch should be accepted or rejected and the flag should then 
    20 # be removed 
    21 LNVGRASSPATCH=y 
    2219 
    2320# From a scientific point of view hydraulic architecture is much nicer 
     
    2825ENERGY_CONTROL=2 
    2926 
    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. 
     27# Prescribe forest management to facilitate the interpretation of the 
     28# results when comparing versions. 
    3329OK_READ_FM_MAP=n 
    34 FOREST_MANAGED_FORCED=1 
    35  
     30 
     31# Hack to use a higher threshold for small lai in the calculation of kB_m1 in condveg  
     32HACK_KB_M1 = y 
    3633 
    3734# Parameters related to the restart file and the start date 
     
    5047# Use XIOS for writing diagnostics file 
    5148# (defualt y) 
    52 # All IOIPSL output are deactivated if XIOS_ORCHIDEE_OK=y 
    5349XIOS_ORCHIDEE_OK = y 
    5450 
     
    154150# Controls several settings related to the energy budget and water stress. 
    155151# 1 - DEFAULT uses the enerbil module in combination with the hydraulic 
    156 # architecture (ok_hydrol_arch and ok_gs_feedback true, while    
     152# architecture (ok_hydrol_arch and ok_gs_feedback true, while  
    157153# ok_mleb and ok_impose_canopy_structure are set to false). 
    158154# 2 - option to use enerbil module and original water stress 
     
    165161# 4 - multi-layer energy budget: ok_hydrol_arch, ok_gs_feedback and ok_mleb all TRUE. 
    166162# ok_impose_canopy_structure is False, and the energy budget is calculated for 
    167 # multiple layers (jnlvls=29,jnlvls_under=10,jnlvls_canopy=10,jnlvls_over=9). 
     163# multiple layers (jnlvls=29,jnlvls_under=10,jnlvls_canopy=10,jnlvls_over=9).     
    168164# No mleb output, ok_mleb_history_file is set to  FALSE. 
    169165# 5 - user specific: user specific settings for these controls and layers will need 
     
    171167#ENERGY_CONTROL=1 
    172168 
     169 
    173170# Carbon related parameters 
    174171#************************************************************************** 
    175 # Activate Stomate component 
    176 # (default y) 
    177 STOMATE_OK_STOMATE = _AUTOBLOCKER_  
    178  
    179172# Analytic spinup 
    180173# (default n) 
    181 SPINUP_ANALYTIC = n  
     174SPINUP_ANALYTIC = n 
    182175SPINUP_PERIOD = 10 
    183176 
     177# Activate Stomate component 
     178# (default y) 
     179STOMATE_OK_STOMATE = _AUTOBLOCKER_  
     180 
    184181# As an alternative to DO_WOOD_HARVEST forest management can be accounted 
    185 # for. Unless a map is read (OK_READ_FM_MAP=y) all forest will be 
    186 # managed by the same management strategy (FOREST_MANAGED_FORCED=iFM). 
    187 # iFM = 1 is unmanaged, iFM = 2 is a thin and fell strategy, iFM = 3 is a 
    188 # coppice strategy and iFM = 4 is a short rotation coppice strategy. 
    189 # (default 2)  
    190 #OK_READ_FM_MAP=y 
     182# for. DO_WOOD_HARVEST is not yet available in ORCHIDEE v4. 
     183# OK_READ_FM_MAP=y 
    191184 
    192185# Parameters related to nitrogen cycle 
     
    251244# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach? 
    252245CO2_FOR_BVOC_POSSELL=n 
     246 
Note: See TracChangeset for help on using the changeset viewer.