source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_Choi @ 3426

Last change on this file since 3426 was 3426, checked in by jgipsl, 7 years ago

Add NVM and PFT_TO_MTC to be abel to run Choisnel hydrology with the new PFTmap with 15pfts which has been set as default in rev [3418]. To use CMIP5 PFTmaps or other PFTmaps with 13pfts, change these parameters as the comments says in the file.

File size: 3.1 KB
RevLine 
[396]1#
[793]2#**************************************************************************
[2410]3#                    Parameter file list for ORCHIDEE
[793]4#**************************************************************************
[2410]5
6# Input and output
[793]7#**************************************************************************
[2410]8# Restart the time from the GCM.
9# default = n
[793]10SECHIBA_reset_time = y
11
[2410]12# Name of restart to read for initial conditions
[793]13# default = NONE
[2410]14SECHIBA_restart_in = _AUTOBLOCKER_
[793]15
[2410]16# Name of restart to read for initial conditions of STOMATE
[793]17# default = NONE
[2410]18STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
[793]19
[2410]20# Use XIOS for writing diagnostics file
21# defulat = n
[2582]22XIOS_ORCHIDEE_OK = y
[793]23
[2410]24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
[2582]26WRITE_STEP = 0
[793]27
[2410]28# Hydrology parameters
29#**************************************************************************
30# Activate the multi-layer diffusion scheme adapted from CWRR
31# by default the Choisnel hydrology is used.
[793]32# default = n
[2410]33HYDROL_CWRR = n
[793]34
[2410]35# Total depth of soil reservoir
36# default = 2./4. depending on HYDROL_CWRR
37HYDROL_SOIL_DEPTH = 4.
[793]38
[2410]39# Root profile
40HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.
[793]41
[2410]42# Activate river routing
[793]43# default = n
[2410]44RIVER_ROUTING = y
[793]45
[2410]46#**************************************************************************
47# Activate Stomate component
[793]48# default = n
[2410]49STOMATE_OK_STOMATE = _AUTOBLOCKER_
[793]50
[2410]51# Activate calculations of CO2 according to Farqhuar and Ball
[793]52# default = n
[2410]53STOMATE_OK_CO2 = y
[793]54
[2410]55# Use cdrag coefficient from gcm
[793]56CDRAG_FROM_GCM = y
57
58# Interception reservoir coefficient.
[2410]59# default = 0.1
[793]60SECHIBA_QSINT = 0.02
61
[3426]62# Use 15 PFTs. Note that PFTmap.nc must contains 15PFTs.
63# PFT=10, 14 and 15 share the same parametrization. 
64NVM=15
65PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13,10,10
66
67# Set NVM and PFT_TO_MTC as follow to run with PFTmap files containing 13 pfts
68# Do this for example to run with the CMIP5 vegetation files
69#NVM=13
70#PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13
71
[2410]72# Parmeters related to vegetation map
[793]73#**************************************************************************
74# Year of the land_use vegetation map readed
75# year off the pft map
[2410]76# default = 282
[863]77VEGET_YEAR = 1
[793]78
[1013]79# The parameter is used to bypass veget_year count
80# and reinitialize it with VEGET_YEAR parameter.
81# Then it is possible to change LAND USE file.
82# If LAND_USE
[2410]83# default = y
[1013]84VEGET_REINIT = n
85
[793]86# Update vegetation frequency (since 2.0 version)
[2410]87# The veget datas will be update at this period if LAND_USE
88# default = 1Y
[1692]89VEGET_UPDATE = _AUTO_
[793]90
[2758]91# Do not use default fire module
92FIRE_DISABLE = y
[793]93
[2758]94# Create river description file
95RIVER_DESC = _AUTO_
96RIVER_DESC_FILE =  river_desc.nc
97
[2772]98# Parameter related to chemistry bvoc
99#************************************************************************
100# CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA}
101# default =  n
102CHEMISTRY_BVOC =  n
103
104# CO2 FOR BVOC - WILKINSON ([FLAG]) :  CO2 inhibition effect for isoprene based on Wilkinson approach?    {CHEMISTRY_OK_BVOC }
105CO2_FOR_BVOC_WILKINSON=n
106
107# CO2 FOR BVOC - POSSELL ([FLAG]) :  CO2 inhibition effect for isoprene based on Possell approach?    {CHEMISTRY_OK_BVOC }
108CO2_FOR_BVOC_POSSELL=n
109
Note: See TracBrowser for help on using the repository browser.