Ignore:
Timestamp:
10/07/11 13:59:22 (13 years ago)
Author:
acosce
Message:

Add Stomate to LMDZORINCA config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_NMHC_AER/PARAM/orchidee.def

    r858 r1565  
    248248STOMATE_HISTLEVEL = 10 
    249249# default = 10 
     250 
     251#-------------------------------------------------------------------- 
     252# STOMATE_IPCC_OUTPUT_FILE 
     253# This file is going to be created by the model 
     254#    and will contain the output from the model. 
     255#    This file is a truly COADS compliant netCDF file. 
     256#    It will be generated by the hist software from 
     257#    the IOIPSL package. 
     258# Name of file in which STOMATE's output is going 
     259# to be written 
     260STOMATE_IPCC_OUTPUT_FILE = stomate_ipcc_history.nc 
     261# default = stomate_ipcc_history.nc 
     262 
     263# STOMATE_IPCC_HIST_DT 
     264# Time step of the STOMATE IPCC history file 
     265# STOMATE IPCC history time step (d) 
     266STOMATE_IPCC_HIST_DT = -1 
     267# default = 0. 
    250268 
    251269# Write frequency for output files (SECHIBA in seconds et 
     
    572590 
    573591# Total depth of soil reservoir 
    574 HYDROL_SOIL_DEPTH = 2. 
     592HYDROL_SOIL_DEPTH = 4. 
    575593# default = 2. 
     594 
     595# Root profile 
     596# Default values were defined for 2 meters soil depth. 
     597# For 4 meters soil depth, you may use those ones : 
     598# 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
     599HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
     600# default =  5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4. 
    576601 
    577602# Initial restart deep soil moisture if not found in restart 
     
    682707# Add from Nathalie - the 28 of March 2006 - advice from Fred Hourdin 
    683708# By PFT. 
    684 RVEG_PFT = 1., 0.5, 0.5, 1., 1., 1., 1., 1., 1., 1., 0.5, 1., 0.5 
     709RVEG_PFT = 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1. 
    685710# default = 1. 
    686711 
     
    703728# Year of the land_use vegetation map readed 
    704729# year off the pft map 
    705 # If LAND_USE (11 = 1860 - 1850 +1 for PFTmap.20C3M.nc)  
    706 VEGET_YEAR = 151 
     730# If LAND_USE (11 = 1860 - 1850 +1 for PFTmap.20C3M.nc, 1 for PFTmap_IPCC_2000.nc)  
     731VEGET_YEAR = 1 
    707732# default = 282 
     733 
     734# booleen to indicate that a new LAND USE file will be used (since 1.9.5 version). 
     735# The parameter is used to bypass veget_year count  
     736# and reinitialize it with VEGET_YEAR parameter. 
     737# Then it is possible to change LAND USE file. 
     738# If LAND_USE 
     739VEGET_REINIT = n 
     740# default = n 
    708741 
    709742# Update vegetation frequency (since 2.0 version) 
    710743# The veget datas will be update each this time step. 
    711744# If LAND_USE 
    712 VEGET_UPDATE = 0Y 
     745VEGET_UPDATE = XY 
    713746# default = 1Y 
    714747 
     
    718751# deforestation.                                 
    719752# If LAND_USE 
    720 LAND_COVER_CHANGE = n 
     753LAND_COVER_CHANGE = x 
    721754# default = y 
    722755 
Note: See TracChangeset for help on using the changeset viewer.