source: CONFIG/UNIFORM/v6/LMDZ5A2.1_ISO/GENERAL/PARAM/orchidee.def_CWRR

Last change on this file was 3919, checked in by acosce, 6 years ago

new configuration to run LMDZ5 ISO branche

File size: 3.1 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#
56# Parameters related to vegetation map
57#**************************************************************************
58# Year of the land_use vegetation map readed
59# year off the pft map
60# default = 282
61VEGET_YEAR = 1
62
63# The parameter is used to bypass veget_year count
64# and reinitialize it with VEGET_YEAR parameter.
65# Then it is possible to change LAND USE file.
66# If LAND_USE
67# default = y
68VEGET_REINIT = n
69
70# Update vegetation frequency (since 2.0 version)
71# The veget datas will be update at this period if LAND_USE
72# default = 1Y
73VEGET_UPDATE = _AUTO_
74
75# Do not use default fire module
76FIRE_DISABLE = y
77
78# Create river description file
79RIVER_DESC = _AUTO_
80RIVER_DESC_FILE =  river_desc.nc
81
82# Parameters related to surface and thermal physical properties
83#************************************************************************
84# Read bare soil albedo from file with background MODIS data
85ALB_BG_MODIS = y
86ALB_BG_FILE  = alb_bg.nc
87
88# ROUGH_DYN :  Account for a dynamic roughness height
89ROUGH_DYN=n
90
91# OK_FREEZE :  Activate the complet soil freezing scheme
92OK_FREEZE=y
93
94# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics
95DEPTH_MAX_T=90
96
97# OK_EXPLICITSNOW :  Activate explict snow scheme
98OK_EXPLICITSNOW=y
99 
100# READ_REFTEMP :  Initialize soil temperature using climatological temperature
101READ_REFTEMP=n
102
103# Parameters related to chemistry bvoc
104#************************************************************************
105# CHEMISTRY_OK_BVOC :  Activate chemistry
106CHEMISTRY_BVOC =  n
107
108# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
109CO2_FOR_BVOC_WILKINSON=n
110
111# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
112CO2_FOR_BVOC_POSSELL=n
113
Note: See TracBrowser for help on using the repository browser.