Changeset 6084 for CONFIG/UNIFORM/v6/LMDZOR_v6.4/GENERAL/PARAM/orchidee.def
- Timestamp:
- 03/03/22 13:34:47 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZOR_v6.4/GENERAL/PARAM/orchidee.def
r5922 r6084 1 #************************************************************************** 2 # Suggested parameter set up for ORCHIDEE 1 # $HeadURL$ 2 # $Date$ 3 # $Revision$ 4 5 #************************************************************************** 6 # Suggested parameter set up for ORCHIDEE trunk 3 7 # 4 8 # See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default … … 11 15 #************************************************************************** 12 16 17 # Parameters that should be removed once these issues are resolved 18 #************************************************************************** 19 # This patch should be accepted or rejected and the flag should then 20 # be removed 21 LNVGRASSPATCH=y 22 23 # From a scientific point of view hydraulic architecture is much nicer 24 # than a direct dependency on soil water. Julien is working on both 25 # the nummerics and the science of the hydraulic architecture. To 26 # avoid further delays with milestone 4.1 we decided to change the 27 # settings. 28 ENERGY_CONTROL=2 29 30 # Although we now have global forest management maps that could be 31 # used in the spinup, the interpretation of the results is easier if 32 # all pixels have the same forest management. 33 OK_READ_FM_MAP=n 34 FOREST_MANAGED_FORCED=1 35 13 36 14 37 # Parameters related to the restart file and the start date … … 26 49 #************************************************************************** 27 50 # Use XIOS for writing diagnostics file 28 # (def ault y)51 # (defualt y) 29 52 # All IOIPSL output are deactivated if XIOS_ORCHIDEE_OK=y 30 XIOS_ORCHIDEE_OK = y 53 XIOS_ORCHIDEE_OK = y 31 54 32 55 … … 52 75 # its subroutines. If a mass balance occurs, the model is stopped. 53 76 # (default) 54 ERR_ACT = 177 ERR_ACT = 3 55 78 56 79 # If the model crashes and it is not clear in which subroutine the crash … … 83 106 # Hydrology parameters 84 107 #************************************************************************** 85 # Activate river routing. This version has not yet been tested with river routing.86 # (default y) 87 RIVER_ROUTING = y 108 # Activate river routing. 109 # (default y) 110 RIVER_ROUTING = y 88 111 89 112 # Activate creation of river_desc.nc file … … 104 127 # Read lai map 105 128 # (default n) 106 LAI_MAP = _AUTO_ : DEFAULT =n129 LAI_MAP = n 107 130 108 131 # Prescribed vegetation … … 143 166 # 5 - user specific: user specific settings for these controls and layers will need 144 167 # to be defined in the run.def by the user. 145 ENERGY_CONTROL=1168 #ENERGY_CONTROL=1 146 169 147 170 # Carbon related parameters 148 171 #************************************************************************** 172 # Activate Stomate component 173 # (default y) 174 STOMATE_OK_STOMATE = _AUTOBLOCKER_ 175 149 176 # Analytic spinup 150 177 # (default n) … … 152 179 SPINUP_PERIOD = 10 153 180 154 # Activate Stomate component155 # (default y)156 STOMATE_OK_STOMATE = _AUTOBLOCKER_157 158 181 # As an alternative to DO_WOOD_HARVEST forest management can be accounted 159 # for. All forest will be managed by the same strategy unless a map is read160 # FM = 1 is unmanaged, FM = 2 is a thin and fell strategy, FM = 3 is a161 # coppice strategy and FM = 4 is a short rotation coppice strategy.162 # (default 2)163 FOREST_MANAGED_FORCED=2164 182 # for. Unless a map is read (OK_READ_FM_MAP=y) all forest will be 183 # managed by the same management strategy (FOREST_MANAGED_FORCED=iFM). 184 # iFM = 1 is unmanaged, iFM = 2 is a thin and fell strategy, iFM = 3 is a 185 # coppice strategy and iFM = 4 is a short rotation coppice strategy. 186 # (default 2) 187 #OK_READ_FM_MAP=y 165 188 166 189 # Parameters related to nitrogen cycle … … 214 237 NCIRC = 3 215 238 216 # Use recruiment. Note that this is an overall flag that makes use217 # of the variable RECRUITMENT_PFT which specifies whether a specific218 # PFT grows recruits in canopy gaps.219 OK_RECRUITMENT=y220 221 222 # Parameters that should be removed once these issues are resolved223 #**************************************************************************224 # This patch should be accepted or rejected and the flag should then225 # be removed226 LNVGRASSPATCH=y227 239 228 240 # Parameters related to chemistry bvoc … … 236 248 # CO2 FOR BVOC - POSSELL : CO2 inhibition effect for isoprene based on Possell approach? 237 249 CO2_FOR_BVOC_POSSELL=n 238
Note: See TracChangeset
for help on using the changeset viewer.