source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/run.def @ 7539

Last change on this file since 7539 was 7539, checked in by josefine.ghattas, 2 years ago

Updated to use crujra version 2.2.2 and reactivated RIVER_ROUTING. This is only done for exeriment which already used CRUJRA. See ticket #822

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