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

Last change on this file since 2414 was 2414, checked in by jgipsl, 9 years ago

Removed parameter SLOWPROC_HEIGHT from orchidee.def : this parameter is only used when running without stomate. The default values in the model for this parameter is considered better than the value that were set here.

Orchidee project group

File size: 3.2 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 = _AUTO_
23
24# Flag to activate sechiba_out_2.nc history file for SECHIBA
25# default  = FALSE
26SECHIBA_HISTFILE2 = _AUTO_
27
28# SECHIBA history output level (0..10)
29# default = 5
30SECHIBA_HISTLEVEL = _AUTO_
31
32# SECHIBA history 2 output level (0..10)
33# default = 1
34SECHIBA_HISTLEVEL2 = _AUTO_
35
36# STOMATE history output level (0..10)
37# default = 10
38STOMATE_HISTLEVEL = _AUTO_
39
40# Writefrequency in seconds in sechiba_history.nc
41# default = 86400.0
42WRITE_STEP = _AUTO_
43
44# Writefrequency in seconds sechiba_out_2.nc
45# default = 1800.0
46WRITE_STEP2 = _AUTO_
47
48# Writefrequency in days in stomate_history.nc
49# default = 10.
50STOMATE_HIST_DT = _AUTO_
51
52# Writefrequency in days or -1 for monthly output in stomate_ipcc_history.nc
53# default = 0.
54STOMATE_IPCC_HIST_DT = -1
55
56
57# Hydrology parameters
58#**************************************************************************
59# Activate the multi-layer diffusion scheme adapted from CWRR
60# by default the Choisnel hydrology is used.
61# default = n
62HYDROL_CWRR = y
63
64# Total depth of soil reservoir
65# default = 2./4. depending on HYDROL_CWRR
66HYDROL_SOIL_DEPTH = 2.
67
68# Root profile
69HYDROL_HUMCSTE = 5.0, 0.8, 0.8, 1.0, 0.8, 0.8, 1.0, 1.0, 0.8, 4.0, 4.0, 4.0, 4.0
70
71# Activate river routing
72# default = n
73RIVER_ROUTING = y
74
75
76#**************************************************************************
77# Activate Stomate component
78# default = n
79STOMATE_OK_STOMATE = _AUTOBLOCKER_
80
81# Activate calculations of CO2 according to Farqhuar and Ball
82# default = n
83STOMATE_OK_CO2 = y
84
85# Use cdrag coefficient from gcm
86CDRAG_FROM_GCM = y
87
88# Interception reservoir coefficient.
89# default = 0.1
90SECHIBA_QSINT = 0.02
91
92# Parmeters related to vegetation map
93#**************************************************************************
94# Read a land_use vegetation map
95# default = n
96LAND_USE = y
97
98# Year of the land_use vegetation map readed
99# year off the pft map
100# default = 282
101VEGET_YEAR = 1
102
103# The parameter is used to bypass veget_year count
104# and reinitialize it with VEGET_YEAR parameter.
105# Then it is possible to change LAND USE file.
106# If LAND_USE
107# default = y
108VEGET_REINIT = n
109
110# Update vegetation frequency (since 2.0 version)
111# The veget datas will be update at this period if LAND_USE
112# default = 1Y
113VEGET_UPDATE = _AUTO_
114
115# treat land use modifications
116# With this variable, you can use a Land Use map
117# to simulate anthropic modifications such as   
118# deforestation.                               
119# If LAND_USE
120# default = y
121LAND_COVER_CHANGE = _AUTO_
122
123# Read reftemp file. Note behaviour and default value in the code has change in rev 2441 trunk ORCHIDEE
124# default=NONE
125REFTEMP_FILE=reftemp.nc
126
Note: See TracBrowser for help on using the repository browser.