Ignore:
Timestamp:
06/03/24 15:18:06 (4 weeks ago)
Author:
jgipsl
Message:

Update all experiments using ORCHIDEE_4 according to settings choosen in offline mode by ORCHIDEE project groupe.

  • All experiements follow the set up accoring to the TRENDY protocol: changes in nitrogen input files and vegetation file
  • update parameter files for ORCHIDEE_4 according to changes in offline setup
  • added new experiments for ORCHIDEE_4 LMDZOR/clim_pdControl.orch4 and IPSLCM-reg/piControl_TEST.orch4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/ORCHIDEE/orchidee.def_v4

    r6662 r6870  
    1 # $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/orchidee.def $ 
    2 # $Date: 2023-05-12 13:04:57 +0200 (ven. 12 mai 2023) $ 
    3 # $Revision: 8000 $ 
     1# $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE_OL/FG_CRUJRA_SPIN/PARAM/orchidee.def $ 
     2# $Date: 2024-03-29 12:18:36 +0100 (ven. 29 mars 2024) $ 
     3# $Revision: 8512 $ 
    44 
    55#************************************************************************** 
     
    4343 
    4444 
    45 # Parameters related to the diagnostic output files 
     45# Parameters related to the diagnostic output files and reading input files 
    4646#************************************************************************** 
    4747# Use XIOS for writing diagnostics file 
    4848# (defualt y) 
    4949XIOS_ORCHIDEE_OK = y 
     50 
     51# Use XIOS for interpolation of input files 
     52# XIOS_INTERPOLATION=n 
     53 
    5054 
    5155# Parameters related to debugging and error checking 
     
    114118# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types 
    115119# (default zobler) 
    116 SOILTYPE_CLASSIF = zobler  
     120SOILTYPE_CLASSIF = usda  
    117121 
    118122# SOILALB_FILE : File to read bare soil albedo 
    119123SOILALB_FILE=soilcolor.nc 
    120124 
    121 # Fraction of saturated volumetric soil moisture above which transpir is max (0.3-0.9, unitless) 
    122 WETNESS_TRANSPIR_MAX= 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8 
     125# FR_CENTER_C ([°C]) :  Center value of the freezing window in degree Celsius (default -1.0) 
     126FR_CENTER_C=-1.0  
    123127 
    124128# Parameters related to vegetation map 
     
    128132VEGET_UPDATE = _AUTO_ 
    129133 
    130 # Read lai map 
    131 # (default n) 
    132 LAI_MAP = n 
    133  
    134134# Prescribed vegetation 
    135135# (default n) 
     
    138138 
    139139# Parameters related to surface and thermal physical properties 
     140#************************************************************************ 
    140141 
    141142# Time constant of the albedo decay of snow (days) 
    142143TCST_SNOWA=10. 
    143144 
    144 #************************************************************************ 
    145145# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et 
    146146# al. parametrization) 
     
    148148ROUGH_DYN = y 
    149149 
     150# USE_RATIO_Z0M_Z0H:  Impose a constant ratio as in ROUGH_DYN (default: y)  
     151USE_RATIO_Z0M_Z0H=y 
     152 
     153# RATIO_Z0M_Z0H:  Ratio between z0m and z0h (Default: 10.0) 
     154RATIO_Z0M_Z0H=10.0 
     155 
    150156# OK_FREEZE :  Activate the complet soil freezing scheme 
    151157# (default y) 
     
    155161# (default y) 
    156162OK_EXPLICITSNOW = y 
     163 
     164# NSNOW : Number of snow levels. Possible values are 3 or 12 
     165NSNOW=12 
    157166 
    158167# Controls several settings related to the energy budget and water stress. 
     
    180189# Analytic spinup 
    181190# (default n) 
    182 SPINUP_ANALYTIC = n 
     191SPINUP_ANALYTIC = n  
    183192SPINUP_PERIOD = 10 
    184193 
     
    207216# File and variable name for nitrogen input files 
    208217#************************************************************************** 
    209 Nammonium_FILE = ndep_nhx.nc 
     218Nammonium_FILE = Nammonium.nc 
    210219Nammonium_VAR = nhx 
    211220 
    212 Nnitrate_FILE = ndep_noy.nc 
     221Nnitrate_FILE = Nnitrate.nc 
    213222Nnitrate_VAR = noy 
    214223 
    215 Nfert_FILE = NONE 
    216 Nfert_VAR = nfer 
    217  
    218 Nmanure_FILE = NONE 
    219 Nmanure_VAR = Nmanure 
    220  
    221 Nfert_cropland_FILE = nfert_cropland.nc 
    222 Nfert_cropland_VAR = nfer 
    223  
    224 Nmanure_cropland_FILE = nmanure_cropland.nc 
    225 Nmanure_cropland_VAR = Nmanure 
    226  
    227 Nfert_pasture_FILE = nfert_pasture.nc 
    228 Nfert_pasture_VAR = Nfer 
    229  
    230 Nmanure_pasture_FILE = nmanure_pasture.nc 
    231 Nmanure_pasture_VAR = Nmanure 
    232  
     224Nfert_ammo_cropland_FILE = Nfert_ammo_cropland.nc 
     225Nfert_ammo_cropland_VAR = nfer_crop_nh4 
     226 
     227Nfert_nitr_cropland_FILE = Nfert_nitr_cropland.nc 
     228Nfert_nitr_cropland_VAR = nfer_crop_no3 
     229 
     230Nfert_ammo_pasture_FILE = Nfert_ammo_pasture.nc 
     231Nfert_ammo_pasture_VAR = nfer_pas_nh4 
     232 
     233Nfert_nitr_pasture_FILE = Nfert_nitr_pasture.nc 
     234Nfert_nitr_pasture_VAR = nfer_pas_no3 
     235  
    233236Nbnf_FILE= bnf.nc 
    234237Nbnf_VAR= BNF_MGN_PERM2_PERYR 
     
    252255# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach? 
    253256CO2_FOR_BVOC_POSSELL=n 
     257 
Note: See TracChangeset for help on using the changeset viewer.