Ignore:
Timestamp:
02/07/18 22:55:42 (6 years ago)
Author:
jgipsl
Message:

Default values have been changed in ORCHIDEE/trunk revision 4962, see ticket https://forge.ipsl.jussieu.fr/orchidee/ticket/414

  • The new default values corresponds to the parameters set in orchidee.def_CWRR, therfor no change in results for CWRR.
  • To have no change in results for Choi, the previous default values have been set in orchidee.def_Choi.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR

    r3572 r3573  
    2020 
    2121# Use XIOS for writing diagnostics file 
    22 # defulat = n 
     22# default = y 
    2323XIOS_ORCHIDEE_OK = y 
    2424 
    2525# Writefrequency in seconds in sechiba_history.nc 
    26 # default = 86400.0 
     26# default = 0 
    2727WRITE_STEP = 0 
    2828 
     
    3636#************************************************************************** 
    3737# Activate the multi-layer diffusion scheme adapted from CWRR 
    38 # by default the Choisnel hydrology is used. 
    39 # default = n 
     38# default = y 
    4039HYDROL_CWRR = y 
    4140 
    4241# Activate river routing 
    43 # default = n 
     42# default = y 
    4443RIVER_ROUTING = y 
    4544 
     
    5352SOILCLASS_FILE   = soils_param.nc 
    5453 
    55 # DO_RSOIL : Reduce soil evaporation with a soil resistance 
     54# DO_RSOIL : Reduce soil evaporation with a soil resistance (default n) 
    5655DO_RSOIL = n 
    5756 
    58 # To make AVAN and NVAN constant with depth 
     57# To make AVAN and NVAN constant with depth (default CWRR_AKS_A0=0, CWRR_AKS_POWER=0, CWRR_NKS_A0=0, CWRR_NKS_POWER=0 ) 
    5958CWRR_AKS_A0 = 0. 
    6059CWRR_AKS_POWER = 0. 
     
    6766 
    6867# Activate calculations of CO2 according to Farqhuar and Ball 
    69 # default = n 
     68# default = y 
    7069STOMATE_OK_CO2 = y 
    7170 
    72 # Use cdrag coefficient from gcm 
     71# CDRAG_from_GCM: Use cdrag coefficient from gcm (default=y if coupled to LMDZ) 
    7372CDRAG_from_GCM = y 
    7473 
     
    8584NAME__15='boreal    C3           grass      ' 
    8685 
    87 # STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX (15 values, without space to have short line readable) 
     86# STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX 
     87# Default STRESS_GS=1, STRESS_GM=1, STRESS_VCMAX=1 for all PFTs 
    8888STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    8989STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    9090STRESS_VCMAX=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    9191 
    92 # Optimized parameters for albedo 
     92# Optimized parameters for albedo (default values) 
    9393ALB_LEAF_NIR = 0.,0.23,0.18,0.18,0.20,0.24,0.15,0.26,0.20,0.24,0.27,0.28,0.26,0.24,0.24 
    9494ALB_LEAF_VIS = 0.,0.04,0.04,0.04,0.04,0.03,0.03,0.03,0.03,0.06,0.06,0.06,0.06,0.06,0.06 
     
    9999 
    100100# Optimized parameters for photosynthetic capacity  
     101# Default values except for PFT=15 
    101102VCMAX25__02 = 45.0 
    102103VCMAX25__03 = 45.0 
     
    115116 
    116117# Optimized parameters for LAI 
     118# Default values except for PFT=15 
    117119LAI_MAX__02 = 7.0 
    118120LAI_MAX__03 = 5.0 
     
    137139DO_WOOD_HARVEST=y 
    138140 
    139 # Growth respiration 
     141# Growth respiration (default values except for PFT=14 and PFT=15) 
    140142FRAC_GROWTHRESP__02 = 0.35 
    141143FRAC_GROWTHRESP__03 = 0.35 
     
    153155FRAC_GROWTHRESP__15 = 0.35 
    154156 
    155 # Maintenance respiration slope C 
     157# Maintenance respiration slope C (default values except for PFT=14 and PFT=15) 
    156158MAINT_RESP_SLOPE_C__02 = 0.12 
    157159MAINT_RESP_SLOPE_C__03 = 0.12 
     
    169171MAINT_RESP_SLOPE_C__15 = 0.25 
    170172 
    171 # Soil turnover 
     173# Soil turnover (default CARBON_TAU=7, CARBON_TAU_IPASSOVE=300) 
    172174CARBON_TAU_ISLOW = 7 
    173175CARBON_TAU_IPASSIVE = 300 
     
    178180 
    179181# Do not use default fire module 
     182# Default FIRE_DISABLE=y 
    180183FIRE_DISABLE = y 
    181184 
     
    183186#************************************************************************** 
    184187# Update vegetation frequency 
    185 # The veget datas will be update at this period 
     188# The maximum vegetation fractions will be update at this period 
    186189# default = 1Y 
    187190VEGET_UPDATE = _AUTO_ 
     
    191194#************************************************************************ 
    192195# Read bare soil albedo from file with background MODIS data 
     196# Default ALB_BG_MODIS=y 
    193197ALB_BG_MODIS = y 
    194198ALB_BG_FILE  = alb_bg.nc 
    195199 
    196 # ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization) 
     200# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization) (default y) 
    197201ROUGH_DYN=y 
    198202 
    199 # OK_FREEZE :  Activate the complet soil freezing scheme 
     203# OK_FREEZE :  Activate the complet soil freezing scheme (default y) 
    200204OK_FREEZE=y 
    201205 
    202 # DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics 
     206# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics (default 90) 
    203207DEPTH_MAX_T=90 
    204208 
    205 # OK_EXPLICITSNOW :  Activate explict snow scheme 
     209# OK_EXPLICITSNOW :  Activate explict snow scheme (default y) 
    206210OK_EXPLICITSNOW=y 
    207211  
    208 # READ_REFTEMP :  Initialize soil temperature using climatological temperature 
     212# READ_REFTEMP :  Initialize soil temperature using climatological temperature (default y if OK_FREEZE=y) 
    209213READ_REFTEMP=y 
    210214 
Note: See TracChangeset for help on using the changeset viewer.