source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/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
RevLine 
[2330]1#
2#**************************************************************************
[2410]3#                    Parameter file list for ORCHIDEE
[2330]4#**************************************************************************
[2410]5
6# Input and output
[2330]7#**************************************************************************
[2410]8# Restart the time from the GCM.
9# default = n
[2330]10SECHIBA_reset_time = y
11
[2410]12# Name of restart to read for initial conditions
[2330]13# default = NONE
[2410]14SECHIBA_restart_in = _AUTOBLOCKER_
[2330]15
[2410]16# Name of restart to read for initial conditions of STOMATE
[2330]17# default = NONE
[2410]18STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
[2330]19
[2410]20# Use XIOS for writing diagnostics file
21# defulat = n
22XIOS_ORCHIDEE_OK = _AUTO_
[2330]23
[2410]24# Flag to activate sechiba_out_2.nc history file for SECHIBA
25# default  = FALSE
[2330]26SECHIBA_HISTFILE2 = _AUTO_
27
28# SECHIBA history output level (0..10)
[2410]29# default = 5
[2330]30SECHIBA_HISTLEVEL = _AUTO_
31
32# SECHIBA history 2 output level (0..10)
[2410]33# default = 1
[2330]34SECHIBA_HISTLEVEL2 = _AUTO_
35
36# STOMATE history output level (0..10)
[2410]37# default = 10
[2330]38STOMATE_HISTLEVEL = _AUTO_
39
[2410]40# Writefrequency in seconds in sechiba_history.nc
41# default = 86400.0
[2330]42WRITE_STEP = _AUTO_
43
[2410]44# Writefrequency in seconds sechiba_out_2.nc
45# default = 1800.0
[2330]46WRITE_STEP2 = _AUTO_
47
[2410]48# Writefrequency in days in stomate_history.nc
49# default = 10.
[2330]50STOMATE_HIST_DT = _AUTO_
51
[2410]52# Writefrequency in days or -1 for monthly output in stomate_ipcc_history.nc
53# default = 0.
54STOMATE_IPCC_HIST_DT = -1
[2330]55
56
[2410]57# Hydrology parameters
58#**************************************************************************
59# Activate the multi-layer diffusion scheme adapted from CWRR
60# by default the Choisnel hydrology is used.
[2330]61# default = n
[2410]62HYDROL_CWRR = n
[2330]63
[2410]64# Total depth of soil reservoir
65# default = 2./4. depending on HYDROL_CWRR
66HYDROL_SOIL_DEPTH = 4.
[2330]67
[2410]68# Root profile
69HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.
[2330]70
[2410]71# Activate river routing
[2330]72# default = n
[2410]73RIVER_ROUTING = y
[2330]74
75
[2410]76#**************************************************************************
77# Activate Stomate component
[2330]78# default = n
[2410]79STOMATE_OK_STOMATE = _AUTOBLOCKER_
[2330]80
[2410]81# Activate calculations of CO2 according to Farqhuar and Ball
[2330]82# default = n
[2410]83STOMATE_OK_CO2 = y
[2330]84
[2410]85# Prescribed height of vegetation
86# default = 0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1.0, 1.0
[2330]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
[2410]101# Use cdrag coefficient from gcm
[2330]102CDRAG_FROM_GCM = y
103
104# Interception reservoir coefficient.
[2410]105# default = 0.1
[2330]106SECHIBA_QSINT = 0.02
107
[2410]108# Parmeters related to vegetation map
[2330]109#**************************************************************************
110# Read a land_use vegetation map
[2410]111# default = n
[2330]112LAND_USE = y
113
114# Year of the land_use vegetation map readed
115# year off the pft map
[2410]116# default = 282
[2330]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
[2410]123# default = y
[2330]124VEGET_REINIT = n
125
126# Update vegetation frequency (since 2.0 version)
[2410]127# The veget datas will be update at this period if LAND_USE
128# default = 1Y
[2330]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
[2410]136# default = y
[2330]137LAND_COVER_CHANGE = _AUTO_
138
[2410]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
[2330]142
Note: See TracBrowser for help on using the repository browser.