source: CONFIG/UNIFORM/v6_rc0/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR @ 2566

Last change on this file since 2566 was 2566, checked in by sdipsl, 9 years ago
  • Reference or actions related to IOIPSL output management has been removed
  • XIOS is used by default
  • Use a low level of output by default
  • Add missing variables related to monitoring01*cfg files (sohtc300, tro3, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt)
  • Remove dbio_T from pisces.card and pisces.driver
  • Waiting for file_def_histhf3h_lmdz.xml and file_def_histhf3hm_lmdz.xml integration in LMDZ/DefLists
  • Still need to homogenize OUTPUT_LEVEL like option in comp.card
  • Will be propagate to sister v6_rc0 confiurations when fully completed
  • Has been tested
File size: 2.4 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
[2566]22XIOS_ORCHIDEE_OK = y
[793]23
[2410]24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
[2566]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 = y
[793]34
[2410]35# Total depth of soil reservoir
36# default = 2./4. depending on HYDROL_CWRR
37HYDROL_SOIL_DEPTH = 2.
[793]38
[2410]39# Root profile
40HYDROL_HUMCSTE = 5.0, 0.8, 0.8, 1.0, 0.8, 0.8, 1.0, 1.0, 0.8, 4.0, 4.0, 4.0, 4.0
[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
[2410]62# Parmeters related to vegetation map
[793]63#**************************************************************************
64# Read a land_use vegetation map
[2410]65# default = n
[793]66LAND_USE = y
67
68# Year of the land_use vegetation map readed
69# year off the pft map
[2410]70# default = 282
[863]71VEGET_YEAR = 1
[793]72
[1013]73# The parameter is used to bypass veget_year count
74# and reinitialize it with VEGET_YEAR parameter.
75# Then it is possible to change LAND USE file.
76# If LAND_USE
[2410]77# default = y
[1013]78VEGET_REINIT = n
79
[793]80# Update vegetation frequency (since 2.0 version)
[2410]81# The veget datas will be update at this period if LAND_USE
82# default = 1Y
[1692]83VEGET_UPDATE = _AUTO_
[793]84
85# treat land use modifications
86# With this variable, you can use a Land Use map
87# to simulate anthropic modifications such as   
88# deforestation.                               
89# If LAND_USE
[2410]90# default = y
[1692]91LAND_COVER_CHANGE = _AUTO_
[793]92
Note: See TracBrowser for help on using the repository browser.