source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR @ 3370

Last change on this file since 3370 was 3288, checked in by jgipsl, 7 years ago

Updated ORCHIDEE component for IPSLCM6.0.11. To be used with ORCHIDEE trunk revision 4470.

See ticket #113

File size: 4.1 KB
RevLine 
[396]1#
[793]2#**************************************************************************
[2410]3#                    Parameter file list for ORCHIDEE
[793]4#**************************************************************************
[2410]5
6# Input and output
[793]7#**************************************************************************
[2410]8# Restart the time from the GCM.
9# default = n
[793]10SECHIBA_reset_time = y
11
[2410]12# Name of restart to read for initial conditions
[793]13# default = NONE
[2410]14SECHIBA_restart_in = _AUTOBLOCKER_
[793]15
[2410]16# Name of restart to read for initial conditions of STOMATE
[793]17# default = NONE
[2410]18STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
[793]19
[2410]20# Use XIOS for writing diagnostics file
21# defulat = n
[2582]22XIOS_ORCHIDEE_OK = y
[793]23
[2410]24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
[2582]26WRITE_STEP = 0
[793]27
[2410]28# Hydrology parameters
29#**************************************************************************
30# Activate the multi-layer diffusion scheme adapted from CWRR
31# by default the Choisnel hydrology is used.
[793]32# default = n
[2410]33HYDROL_CWRR = y
[793]34
[2410]35# Activate river routing
[793]36# default = n
[2410]37RIVER_ROUTING = y
[793]38
[2994]39# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
[3288]40SOILTYPE_CLASSIF = zobler
[2994]41SOILALB_FILE     = soils_param.nc
[3288]42SOILCLASS_FILE   = soils_param.nc
[2994]43
[3093]44# DO_RSOIL : Reduce soil evaporation with a soil resistance
[3197]45DO_RSOIL = y
[3093]46
[2410]47#**************************************************************************
48# Activate Stomate component
[793]49# default = n
[2410]50STOMATE_OK_STOMATE = _AUTOBLOCKER_
[793]51
[2410]52# Activate calculations of CO2 according to Farqhuar and Ball
[793]53# default = n
[2410]54STOMATE_OK_CO2 = y
[793]55
[2410]56# Use cdrag coefficient from gcm
[793]57CDRAG_FROM_GCM = y
58
59# Interception reservoir coefficient.
[2410]60# default = 0.1
[793]61SECHIBA_QSINT = 0.02
62
[3093]63# STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX
64STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
65STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
66STRESS_VCMAX=0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,1.,0.,1.
67
68# Optimized parameters for albedo
69ALB_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
70ALB_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
71SNOWA_AGED_NIR = 0.50, 0, 0, 0.10, 0.37, 0.08, 0.16, 0.17, 0.27, 0.44, 0.44, 0.44, 0.44
72SNOWA_DEC_NIR = 0.13, 0, 0, 0.10, 0.10, 0.16, 0.04, 0.07, 0.08, 0.12, 0.12, 0.12, 0.12
73SNOWA_AGED_VIS = 0.74, 0, 0, 0.08, 0.24, 0.07, 0.18, 0.18, 0.33, 0.57, 0.57, 0.57, 0.57
74SNOWA_DEC_VIS = 0.21, 0, 0, 0.14, 0.08, 0.17, 0.05, 0.06, 0.09, 0.15, 0.15, 0.15, 0.15
75
[2780]76# Parameters related to vegetation map
[2773]77#**************************************************************************
[793]78# Year of the land_use vegetation map readed
79# year off the pft map
[2410]80# default = 282
[863]81VEGET_YEAR = 1
[793]82
[1013]83# The parameter is used to bypass veget_year count
84# and reinitialize it with VEGET_YEAR parameter.
85# Then it is possible to change LAND USE file.
86# If LAND_USE
[2410]87# default = y
[1013]88VEGET_REINIT = n
89
[793]90# Update vegetation frequency (since 2.0 version)
[2410]91# The veget datas will be update at this period if LAND_USE
92# default = 1Y
[1692]93VEGET_UPDATE = _AUTO_
[793]94
[2674]95# Do not use default fire module
96FIRE_DISABLE = y
97
98# Create river description file
99RIVER_DESC = _AUTO_
100RIVER_DESC_FILE =  river_desc.nc
101
[2900]102# Parameters related to surface and thermal physical properties
103#************************************************************************
[2758]104# Read bare soil albedo from file with background MODIS data
105ALB_BG_MODIS = y
[2900]106ALB_BG_FILE  = alb_bg.nc
[2772]107
[2944]108# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization)
109ROUGH_DYN=y
[2900]110
111# OK_FREEZE :  Activate the complet soil freezing scheme
[3288]112OK_FREEZE=y
[2900]113
114# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics
115DEPTH_MAX_T=90
116
117# OK_EXPLICITSNOW :  Activate explict snow scheme
118OK_EXPLICITSNOW=y
119 
120# READ_REFTEMP :  Initialize soil temperature using climatological temperature
[3288]121READ_REFTEMP=y
[2900]122
123# Parameters related to chemistry bvoc
[2772]124#************************************************************************
[2900]125# CHEMISTRY_OK_BVOC :  Activate chemistry
[2772]126CHEMISTRY_BVOC =  n
127
[2900]128# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
[2772]129CO2_FOR_BVOC_WILKINSON=n
130
[2900]131# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
[2772]132CO2_FOR_BVOC_POSSELL=n
133
Note: See TracBrowser for help on using the repository browser.