source: CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR @ 2415

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

Remove REFTEMP_FILE from orchidee parameter file.

This parameter has as default value reftemp.nc uptil ORCHIDEE trunk rev 2441. For later revisions REFTEMP_FILE=NONE as default. See also ticket
https://forge.ipsl.jussieu.fr/orchidee/ticket/158

File size: 3.1 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 = y
[793]63
[2410]64# Total depth of soil reservoir
65# default = 2./4. depending on HYDROL_CWRR
66HYDROL_SOIL_DEPTH = 2.
[793]67
[2410]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
[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# Use cdrag coefficient from gcm
[793]86CDRAG_FROM_GCM = y
87
88# Interception reservoir coefficient.
[2410]89# default = 0.1
[793]90SECHIBA_QSINT = 0.02
91
[2410]92# Parmeters related to vegetation map
[793]93#**************************************************************************
94# Read a land_use vegetation map
[2410]95# default = n
[793]96LAND_USE = y
97
98# Year of the land_use vegetation map readed
99# year off the pft map
[2410]100# default = 282
[863]101VEGET_YEAR = 1
[793]102
[1013]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
[2410]107# default = y
[1013]108VEGET_REINIT = n
109
[793]110# Update vegetation frequency (since 2.0 version)
[2410]111# The veget datas will be update at this period if LAND_USE
112# default = 1Y
[1692]113VEGET_UPDATE = _AUTO_
[793]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
[2410]120# default = y
[1692]121LAND_COVER_CHANGE = _AUTO_
[793]122
Note: See TracBrowser for help on using the repository browser.