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

Last change on this file since 3028 was 2994, checked in by aclsce, 8 years ago
File size: 3.3 KB
Line 
1#
2#**************************************************************************
3#                    Parameter file list for ORCHIDEE
4#**************************************************************************
5
6# Input and output
7#**************************************************************************
8# Restart the time from the GCM.
9# default = n
10SECHIBA_reset_time = y
11
12# Name of restart to read for initial conditions
13# default = NONE
14SECHIBA_restart_in = _AUTOBLOCKER_
15
16# Name of restart to read for initial conditions of STOMATE
17# default = NONE
18STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
19
20# Use XIOS for writing diagnostics file
21# defulat = n
22XIOS_ORCHIDEE_OK = y
23
24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
26WRITE_STEP = 0
27
28# Hydrology parameters
29#**************************************************************************
30# Activate the multi-layer diffusion scheme adapted from CWRR
31# by default the Choisnel hydrology is used.
32# default = n
33HYDROL_CWRR = y
34
35# Activate river routing
36# default = n
37RIVER_ROUTING = y
38
39# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
40SOILTYPE_CLASSIF = usda
41SOILALB_FILE     = soils_param.nc
42SOILCLASS_FILE   = soils_param_usdatop.nc
43
44#**************************************************************************
45# Activate Stomate component
46# default = n
47STOMATE_OK_STOMATE = _AUTOBLOCKER_
48
49# Activate calculations of CO2 according to Farqhuar and Ball
50# default = n
51STOMATE_OK_CO2 = y
52
53# Use cdrag coefficient from gcm
54CDRAG_FROM_GCM = y
55
56# Interception reservoir coefficient.
57# default = 0.1
58SECHIBA_QSINT = 0.02
59
60#
61# Parameters related to vegetation map
62#**************************************************************************
63# Year of the land_use vegetation map readed
64# year off the pft map
65# default = 282
66VEGET_YEAR = 1
67
68# The parameter is used to bypass veget_year count
69# and reinitialize it with VEGET_YEAR parameter.
70# Then it is possible to change LAND USE file.
71# If LAND_USE
72# default = y
73VEGET_REINIT = n
74
75# Update vegetation frequency (since 2.0 version)
76# The veget datas will be update at this period if LAND_USE
77# default = 1Y
78VEGET_UPDATE = _AUTO_
79
80# Do not use default fire module
81FIRE_DISABLE = y
82
83# Create river description file
84RIVER_DESC = _AUTO_
85RIVER_DESC_FILE =  river_desc.nc
86
87# Parameters related to surface and thermal physical properties
88#************************************************************************
89# Read bare soil albedo from file with background MODIS data
90ALB_BG_MODIS = y
91ALB_BG_FILE  = alb_bg.nc
92
93# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization)
94ROUGH_DYN=y
95
96# OK_FREEZE :  Activate the complet soil freezing scheme
97OK_FREEZE=n
98
99# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics
100DEPTH_MAX_T=90
101
102# OK_EXPLICITSNOW :  Activate explict snow scheme
103OK_EXPLICITSNOW=y
104 
105# READ_REFTEMP :  Initialize soil temperature using climatological temperature
106READ_REFTEMP=n
107
108# Parameters related to chemistry bvoc
109#************************************************************************
110# CHEMISTRY_OK_BVOC :  Activate chemistry
111CHEMISTRY_BVOC =  n
112
113# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
114CO2_FOR_BVOC_WILKINSON=n
115
116# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
117CO2_FOR_BVOC_POSSELL=n
118
Note: See TracBrowser for help on using the repository browser.