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
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
22XIOS_ORCHIDEE_OK = _AUTO_
[793]23
[2410]24# Flag to activate sechiba_out_2.nc history file for SECHIBA
25# default  = FALSE
[1692]26SECHIBA_HISTFILE2 = _AUTO_
[793]27
28# SECHIBA history output level (0..10)
[2410]29# default = 5
[1692]30SECHIBA_HISTLEVEL = _AUTO_
[793]31
32# SECHIBA history 2 output level (0..10)
[2410]33# default = 1
[1692]34SECHIBA_HISTLEVEL2 = _AUTO_
[793]35
36# STOMATE history output level (0..10)
[2410]37# default = 10
[1692]38STOMATE_HISTLEVEL = _AUTO_
[793]39
[2410]40# Writefrequency in seconds in sechiba_history.nc
41# default = 86400.0
[1692]42WRITE_STEP = _AUTO_
[793]43
[2410]44# Writefrequency in seconds sechiba_out_2.nc
45# default = 1800.0
[1692]46WRITE_STEP2 = _AUTO_
[793]47
[2410]48# Writefrequency in days in stomate_history.nc
49# default = 10.
[1692]50STOMATE_HIST_DT = _AUTO_
[793]51
[2410]52# Writefrequency in days or -1 for monthly output in stomate_ipcc_history.nc
53# default = 0.
54STOMATE_IPCC_HIST_DT = -1
[793]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.
[793]61# default = n
[2410]62HYDROL_CWRR = n
[793]63
[2410]64# Total depth of soil reservoir
65# default = 2./4. depending on HYDROL_CWRR
66HYDROL_SOIL_DEPTH = 4.
[793]67
[2410]68# Root profile
69HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.
[793]70
[2410]71# Activate river routing
[793]72# default = n
[2410]73RIVER_ROUTING = y
[793]74
75
[2410]76#**************************************************************************
77# Activate Stomate component
[793]78# default = n
[2410]79STOMATE_OK_STOMATE = _AUTOBLOCKER_
[793]80
[2410]81# Activate calculations of CO2 according to Farqhuar and Ball
[793]82# default = n
[2410]83STOMATE_OK_CO2 = y
[793]84
[2410]85# Prescribed height of vegetation
86# default = 0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1.0, 1.0
[793]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
[793]102CDRAG_FROM_GCM = y
103
104# Interception reservoir coefficient.
[2410]105# default = 0.1
[793]106SECHIBA_QSINT = 0.02
107
[2410]108# Parmeters related to vegetation map
[793]109#**************************************************************************
110# Read a land_use vegetation map
[2410]111# default = n
[793]112LAND_USE = y
113
114# Year of the land_use vegetation map readed
115# year off the pft map
[2410]116# default = 282
[863]117VEGET_YEAR = 1
[793]118
[1013]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
[1013]124VEGET_REINIT = n
125
[793]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
[1692]129VEGET_UPDATE = _AUTO_
[793]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
[1692]137LAND_COVER_CHANGE = _AUTO_
[793]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
[793]142
Note: See TracBrowser for help on using the repository browser.