Ignore:
Timestamp:
06/10/16 15:33:58 (8 years ago)
Author:
jgipsl
Message:

Updated LMDZOR_v6 as done for IPSLCM6.0.4 from revision [2876] uptil [2892] :

  • changed to use XIOS2 instead of XIOS1
  • LMDZ : added new physique as option NPv5.65, changed default value for solaire constant and pmagic. Added cosp in the compilation.
  • ORCHIDEE : change albedo background file, added new default options : soil freezing and explicitsnow in orchidee.def_CWRR

To be used with LMDZ/testing rev 2546 and ORCHIDEE/trunk ref 3525
See ticket #94

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver

    r2859 r2893  
    434434        IGCM_comp_modifyDefFile nonblocker config.def ok_cdnc n  
    435435    fi  
     436 
     437    # config.def : Activate COSP 
     438    if [ ! X${lmdz_UserChoices_LMDZ_COSP_OK} = X ]; then  
     439        IGCM_comp_modifyDefFile nonblocker config.def ok_cosp ${lmdz_UserChoices_LMDZ_COSP_OK} 
     440    else 
     441        IGCM_comp_modifyDefFile nonblocker config.def ok_cosp n  
     442    fi  
     443 
    436444 
    437445    # guide.def : Activate nudging if ok_guide=y set in lmdz.card 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/config.def_actuel

    r2505 r2893  
    1010 
    1111##  Facteur additif pour l'albedo 
    12 pmagic=0.0 
     12pmagic=0.01 
    1313 
    1414# 
     
    2222R_incl = 23.441 
    2323### solaire =    Constante solaire 
    24 solaire = _AUTO_ : DEFAULT = 1366.0896 
     24#solaire = _AUTO_ : DEFAULT = 1366.0896 
     25solaire = _AUTO_ : DEFAULT = 1361.20  
    2526# 
    2627# Taux gaz a effet de serre 
     
    6465# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    6566read_climoz=_AUTO_ 
     67# COSP 
     68ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/config.def_annuel

    r2336 r2893  
    6464# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    6565read_climoz=_AUTO_ 
     66# COSP 
     67ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/config.def_preind

    r2336 r2893  
    2424R_incl = 23.441 
    2525### solaire =    Constante solaire 
    26 solaire = _AUTO_: DEFAULT = 1365.6537 
     26solaire = _AUTO_: DEFAULT = 1361.20 
    2727# 
    2828# Taux gaz a effet de serre 
     
    6666# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    6767read_climoz=_AUTO_ 
     68# COSP 
     69ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/iodef.xml

    r2606 r2893  
    1313  <context id="xios"> 
    1414 
    15     <variable_definition> 
    16          
    17      <!-- We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) --> 
    18           <variable id="buffer_size"               type="integer">10000000</variable> 
    19           <variable id="buffer_server_factor_size" type="integer">2</variable> 
    20           <variable id="info_level"                type="integer">1</variable> 
    21           <variable id="using_server"              type="boolean">false</variable> 
    22           <variable id="using_oasis"               type="boolean">false</variable> 
    23           <variable id="oasis_codes_id"            type="string" >LMDZ,oceanx</variable> 
    24          
    25       </variable_definition> 
    26                 
     15    <variable_definition>        
     16      <variable id="optimal_buffer_size" type="string">performance</variable> 
     17      <variable id="buffer_size_factor" type="double">2.0</variable> 
     18      <variable id="min_buffer_size" type="int">10000000</variable> 
     19      <variable id="info_level"            type="int">1</variable> 
     20      <variable id="using_server"          type="bool">false</variable> 
     21      <variable id="using_oasis"           type="bool">false</variable> 
     22      <variable id="oasis_codes_id"        type="string" >LMDZ,oceanx</variable>         
     23    </variable_definition> 
     24     
    2725  </context> 
    2826 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR

    r2784 r2893  
    9595CO2_FOR_BVOC_POSSELL=n 
    9696 
     97ALB_BG_FILE=alb_bg.nc 
     98ROUGH_DYN=n 
     99OK_FREEZE=y 
     100DEPTH_MAX_T=90 
     101OK_EXPLICITSNOW=y  
     102READ_REFTEMP=n 
Note: See TracChangeset for help on using the changeset viewer.