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

Last change on this file since 2736 was 2733, checked in by jgipsl, 8 years ago

Added ALB_BG_MODIS new parameter. Removed HYDROL_SOIL_DEPTH and HYDROL_HUMCSTE which are default values. Removed LAND_USE and LAND_COVER_CHANGE not existing in newer version of trunk ORCHIDEE.

File size: 2.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 = y
23
24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
26WRITE_STEP = 0
27
28# Hydrology parameters
29#**************************************************************************
30# Activate the multi-layer diffusion scheme adapted from CWRR
31# by default the Choisnel hydrology is used.
32# default = n
33HYDROL_CWRR = y
34
35# Activate river routing
36# default = n
37RIVER_ROUTING = y
38
39#**************************************************************************
40# Activate Stomate component
41# default = n
42STOMATE_OK_STOMATE = _AUTOBLOCKER_
43
44# Activate calculations of CO2 according to Farqhuar and Ball
45# default = n
46STOMATE_OK_CO2 = y
47
48# Use cdrag coefficient from gcm
49CDRAG_FROM_GCM = y
50
51# Interception reservoir coefficient.
52# default = 0.1
53SECHIBA_QSINT = 0.02
54
55# Parmeters related to vegetation map
56#**************************************************************************
57# Year of the land_use vegetation map readed
58# year off the pft map
59# default = 282
60VEGET_YEAR = 1
61
62# The parameter is used to bypass veget_year count
63# and reinitialize it with VEGET_YEAR parameter.
64# Then it is possible to change LAND USE file.
65# If LAND_USE
66# default = y
67VEGET_REINIT = n
68
69# Update vegetation frequency (since 2.0 version)
70# The veget datas will be update at this period if LAND_USE
71# default = 1Y
72VEGET_UPDATE = _AUTO_
73
74# Do not use default fire module
75FIRE_DISABLE = y
76
77# Create river description file
78RIVER_DESC = _AUTO_
79RIVER_DESC_FILE =  river_desc.nc
80
81# Read bare soil albedo from file with background MODIS data
82ALB_BG_MODIS = y
Note: See TracBrowser for help on using the repository browser.