source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_Choi @ 2410

Last change on this file since 2410 was 2410, checked in by jgipsl, 9 years ago
  • clean in orchidee.def : only keep paramers not having default values
  • change to AUTOBLOCKER in run.def and orchidee.def to make it visible that these parameters can not be changed by the user
  • change some blocker variables to nonblocker in orchidee.driver
File size: 3.6 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 = n
63
64# Total depth of soil reservoir
65# default = 2./4. depending on HYDROL_CWRR
66HYDROL_SOIL_DEPTH = 4.
67
68# Root profile
69HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.
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# Prescribed height of vegetation
86# default = 0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1.0, 1.0
87SLOWPROC_HEIGHT__01 = 0.
88SLOWPROC_HEIGHT__02 = 50.
89SLOWPROC_HEIGHT__03 = 50.
90SLOWPROC_HEIGHT__04 = 30.
91SLOWPROC_HEIGHT__05 = 30.
92SLOWPROC_HEIGHT__06 = 30.
93SLOWPROC_HEIGHT__07 = 20.
94SLOWPROC_HEIGHT__08 = 20.
95SLOWPROC_HEIGHT__09 = 20.
96SLOWPROC_HEIGHT__10 = .2
97SLOWPROC_HEIGHT__11 = .2
98SLOWPROC_HEIGHT__12 = .4
99SLOWPROC_HEIGHT__13 = .4
100
101# Use cdrag coefficient from gcm
102CDRAG_FROM_GCM = y
103
104# Interception reservoir coefficient.
105# default = 0.1
106SECHIBA_QSINT = 0.02
107
108# Parmeters related to vegetation map
109#**************************************************************************
110# Read a land_use vegetation map
111# default = n
112LAND_USE = y
113
114# Year of the land_use vegetation map readed
115# year off the pft map
116# default = 282
117VEGET_YEAR = 1
118
119# The parameter is used to bypass veget_year count
120# and reinitialize it with VEGET_YEAR parameter.
121# Then it is possible to change LAND USE file.
122# If LAND_USE
123# default = y
124VEGET_REINIT = n
125
126# Update vegetation frequency (since 2.0 version)
127# The veget datas will be update at this period if LAND_USE
128# default = 1Y
129VEGET_UPDATE = _AUTO_
130
131# treat land use modifications
132# With this variable, you can use a Land Use map
133# to simulate anthropic modifications such as   
134# deforestation.                               
135# If LAND_USE
136# default = y
137LAND_COVER_CHANGE = _AUTO_
138
139# Read reftemp file. Note behaviour and default value in the code has change in rev 2441 trunk ORCHIDEE
140# default=NONE
141REFTEMP_FILE=reftemp.nc
142
Note: See TracBrowser for help on using the repository browser.