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

Last change on this file since 3572 was 3572, checked in by jgipsl, 6 years ago

Small clean:

  • removed VEGET_YEAR and VEGET_REINIT not meaningfull when using yearly vegetation files.
  • change into CDRAG_from_GCM. This is the true parameter name. This error is not imporatant as the value is the default one.
File size: 2.8 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 = n
34
35# Total depth of soil reservoir
36# default = 2./4. depending on HYDROL_CWRR
37HYDROL_SOIL_DEPTH = 4.
38
39# Root profile
40HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.
41
42# Activate river routing
43# default = n
44RIVER_ROUTING = y
45
46#**************************************************************************
47# Activate Stomate component
48# default = n
49STOMATE_OK_STOMATE = _AUTOBLOCKER_
50
51# Activate calculations of CO2 according to Farqhuar and Ball
52# default = n
53STOMATE_OK_CO2 = y
54
55# Use cdrag coefficient from gcm
56CDRAG_from_GCM = y
57
58# Interception reservoir coefficient.
59# default = 0.1
60SECHIBA_QSINT = 0.02
61
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
72# Do not use default fire module
73FIRE_DISABLE = y
74
75# Parmeters related to vegetation map
76#**************************************************************************
77# Update vegetation frequency (since 2.0 version)
78# The veget datas will be update at this period if LAND_USE
79# default = 1Y
80VEGET_UPDATE = _AUTO_
81
82
83# Create river description file
84RIVER_DESC = _AUTO_
85RIVER_DESC_FILE =  river_desc.nc
86
87# Parameter related to chemistry bvoc
88#************************************************************************
89# CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA}
90# default =  n
91CHEMISTRY_BVOC =  n
92
93# CO2 FOR BVOC - WILKINSON ([FLAG]) :  CO2 inhibition effect for isoprene based on Wilkinson approach?    {CHEMISTRY_OK_BVOC }
94CO2_FOR_BVOC_WILKINSON=n
95
96# CO2 FOR BVOC - POSSELL ([FLAG]) :  CO2 inhibition effect for isoprene based on Possell approach?    {CHEMISTRY_OK_BVOC }
97CO2_FOR_BVOC_POSSELL=n
98
Note: See TracBrowser for help on using the repository browser.