Ignore:
Timestamp:
03/25/10 11:31:57 (14 years ago)
Author:
aclsce
Message:

-Modifications to fit with IPSLCM5_v2 configuration

  • modifications to run on titane (CCRT machine)
  • Controle seasonal file creation at the file level
  • Can switch off time series with
  • Add the possibility to force higher writing level for aerosol.

2 variables added with default value : LMDZ_Freq_aero=120 and
LMDZ_Length_aero=12

  • add HYDROL_HUMCSTE parameters for root profile.

Change HYDROL_SOIL_DEPTH from 2 meters to 4.
Use values for 4 meters in HYDROL_HUMCSTE,
as that have been decided by Patricia Cadule and Jean-Louis Dufresne.
Suppress RVEG_PFT artificial parameter (put all 1.).

  • monitoring for orchidee and stomate components fit with IPSLCM5_v2 monitoring.
  • Compilation of ce0l, for create_etat0_limit, copied from gcm compilation ie -parallel mpi option set for create_etat0_limit main

program.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/PARAM/orchidee.def

    r882 r959  
    572572 
    573573# Total depth of soil reservoir 
    574 HYDROL_SOIL_DEPTH = 2. 
     574HYDROL_SOIL_DEPTH = 4. 
    575575# default = 2. 
     576 
     577# Root profile 
     578# Default values were defined for 2 meters soil depth. 
     579# For 4 meters soil depth, you may use those ones : 
     580# 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
     581HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
     582# default =  5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4. 
    576583 
    577584# Initial restart deep soil moisture if not found in restart 
     
    682689# Add from Nathalie - the 28 of March 2006 - advice from Fred Hourdin 
    683690# By PFT. 
    684 RVEG_PFT = 1., 0.5, 0.5, 1., 1., 1., 1., 1., 1., 1., 0.5, 1., 0.5 
     691RVEG_PFT = 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1. 
    685692# default = 1. 
    686693 
Note: See TracChangeset for help on using the changeset viewer.