source: tags/ORCHIDEE_2_0/ORCHIDEE_OL/OOL_SEC_STO_FG2/PARAM/run.def

Last change on this file was 5626, checked in by josefine.ghattas, 6 years ago

Harmless changes done on the trunk :

  • higher output level for stomate_history.nc file
  • corrected parameter PFT_NAME: this parameter is only used for printing information
  • Property svn:keywords set to Date Revision HeadURL
File size: 5.0 KB
Line 
1# $HeadURL$
2# $Date$
3# $Revision$
4
5#**************************************************************************
6#           Suggested parameter set up for ORCHIDEE 2.0
7# See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default
8#
9# Note when running with libIGCM, variables set here to _AUTOBLOCKER_ can
10# not be changed in run.def otherwwise the simulation will stop. Variables
11# set to _AUTO_ can be changed from the comp.card but they can also be
12# changed directly in the run.def. A value set in run.def can never be
13# changed again by libIGCM.
14#**************************************************************************
15
16# Activate Stomate component (default y)
17STOMATE_OK_STOMATE = _AUTOBLOCKER_
18
19# Time length for one intergration (default full lenght of forcing file)
20TIME_LENGTH = _AUTO_
21
22# Parameters related to the restart file and the start date
23#**************************************************************************
24# Time in the forcing file at which the model start if start date is not set by the forcing file (default 0)
25TIME_SKIP = _AUTO_
26
27# If DRIVER_reset_time=y, read the year from forcing file instead of taking it from restart file (default n)
28DRIVER_reset_time = _AUTO_
29
30# Name of restart file for the driver (default NONE)
31RESTART_FILEIN = _AUTOBLOCKER_
32
33# Name of restart file for sechiba part of the model (default NONE)
34SECHIBA_restart_in = _AUTOBLOCKER_
35
36# Name of restart file for stomate part of the model (default NONE)
37STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
38
39# Parameters related to the diagnostic output files
40#**************************************************************************
41# Use XIOS for writing diagnostics file (defulat y)
42XIOS_ORCHIDEE_OK = _AUTOBLOCKER_
43
44# Flag to activate sechiba_out_2.nc history file when using IOIPSL for SECHIBA (defulat n)
45SECHIBA_HISTFILE2 = _AUTO_
46
47# Writefrequency in seconds in sechiba_history.nc when using IOIPSL (default 86400)
48# If WRITE_STEP=0 then all IOIPSL output are deactivated
49WRITE_STEP = _AUTO_
50
51# Writefrequency in seconds sechiba_out_2.nc when using IOIPSL (default 1800)
52WRITE_STEP2 = _AUTO_
53
54# Writefrequency in days in stomate_history.nc when using IOIPSL (default 10)
55STOMATE_HIST_DT = _AUTO_
56
57# Writefrequency in days or -1 for monthly output in stomate_ipcc_history.nc when using IOIPSL (default 0)
58STOMATE_IPCC_HIST_DT = _AUTO_
59
60# Print level for text output in out_orchidee_*
61# PRINTLEV = 1 : some output in initialization phase
62# PRINTLEV = 2 : more output in initialization phase and printing of new date
63# PRINTLEV = 3, 4,.. : more output also at each timestep
64PRINTLEV=2
65
66# Hydrology parameters
67#**************************************************************************
68# Activate the multi-layer diffusion scheme adapted from CWRR (default y)
69HYDROL_CWRR = y
70
71# Activate river routing (default y)
72RIVER_ROUTING = y
73
74# Activate creation of river_desc.nc file
75# RIVER_DESC will be activated only the first execution in the simulation
76RIVER_DESC = _AUTO_
77
78# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
79SOILTYPE_CLASSIF = zobler
80
81# Parameters related to vegetation map
82#**************************************************************************
83# Update vegetation frequency (default 0Y)
84VEGET_UPDATE = _AUTO_
85
86# Read lai map (default n)
87LAI_MAP = n
88
89# Prescribed vegetation (default n)
90IMPOSE_VEG = n
91
92# Parameters related to surface and thermal physical properties
93#************************************************************************
94# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization) (default y)
95ROUGH_DYN=y
96
97# OK_FREEZE :  Activate the complet soil freezing scheme (default y)
98OK_FREEZE=y
99
100# OK_EXPLICITSNOW :  Activate explict snow scheme (default y)
101OK_EXPLICITSNOW=y
102
103# Carbon related parameters
104#**************************************************************************
105# Analytic spinup (default n)
106SPINUP_ANALYTIC = _AUTO_
107SPINUP_PERIOD = _AUTO_
108
109# Value for atmospheric CO2 (default=350)
110ATM_CO2 = _AUTO_: DEFAULT = 350.
111
112# Activate harvest of wood (default y)
113DO_WOOD_HARVEST=y
114
115# Deactivate fire (default FIRE_DISABLE=y)
116FIRE_DISABLE=y
117
118# Optimized parameters to be used with PFTmap with 15 pfts such as
119# files in IGCM/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1
120#**************************************************************************
121# Use 15 PFTs. Note that PFTmap.nc must contains 15PFTs.
122# PFT=10, 14 and 15 share the same parametrization except for VCMAX25, LAI_MAX, FRAC_GROWTHRESP,
123# MAINT_RESP_SLOPE_C and ALWAYS_INIT specified below. 
124# (default NVM=13)
125NVM=15
126PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13,10,10
127PFT_NAME__10='temperate C3           grass      '
128PFT_NAME__14='tropical  C3           grass      '
129PFT_NAME__15='boreal    C3           grass      '
130
131VCMAX25__10 = 50.0
132VCMAX25__14 = 50.0
133VCMAX25__15 = 40.0
134
135LAI_MAX__10 = 2.5
136LAI_MAX__14 = 2.5
137LAI_MAX__15 = 2.0
138
139FRAC_GROWTHRESP__10 = 0.28
140FRAC_GROWTHRESP__14 = 0.35
141FRAC_GROWTHRESP__15 = 0.35
142
143MAINT_RESP_SLOPE_C__10 = 0.16
144MAINT_RESP_SLOPE_C__14 = 0.12
145MAINT_RESP_SLOPE_C__15 = 0.25
146
147ALWAYS_INIT__10 = y
148ALWAYS_INIT__14 = n
149ALWAYS_INIT__15 = y
Note: See TracBrowser for help on using the repository browser.