Ignore:
Timestamp:
03/29/18 15:54:08 (6 years ago)
Author:
jgipsl
Message:

Update LMDZOR_v6 configuration as done in IPSLCM6:

  • Use LMDZ_Physics=NPv6.1
  • Activate COSP
  • iodef.xml as commit [3658]
  • iflag_phytrac=0 and removed Aga tracer to speed up the run
Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/iodef.xml

    r3505 r3722  
    1313  <context id="xios"> 
    1414 
    15     <variable_definition>        
    16       <variable id="optimal_buffer_size" type="string">performance</variable> 
    17       <variable id="buffer_size_factor" type="double">1.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>         
     15    <variable_definition> 
     16         <variable_group id="server"> 
     17            <variable id="using_server2" type="bool">true</variable> 
     18            <variable id="ratio_server2" type="int">50</variable> 
     19         </variable_group> 
     20 
     21        <variable_group id="buffer"> 
     22            <variable id="optimal_buffer_size" type="string">performance</variable> 
     23            <variable id="buffer_size_factor" type="double">1.0</variable> 
     24            <variable id="min_buffer_size" type="int">10000000</variable> 
     25         </variable_group> 
     26 
     27        <variable_group id="parameters" > 
     28          <variable id="using_server" type="bool">true</variable> 
     29          <variable id="info_level" type="int">1</variable> 
     30          <variable id="print_file" type="bool">false</variable> 
     31          <variable id="using_oasis" type="bool">false</variable> 
     32          <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> 
     33        </variable_group> 
     34      <variable id="activate_non_distributed_transformation" type="bool">true</variable> 
    2335    </variable_definition> 
    24      
     36 
    2537  </context> 
    2638 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/run.def

    r3289 r3722  
    5454### Only read by ce0l : Do not set land points on Antartic 
    5555no_ter_antartique=y 
    56  
    57  
     56### Do not call phytrac to speed things up 
     57iflag_phytrac=0 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/traceur.def

    r3015 r3722  
    3310 10 H2Ol 
    4410 10 H2Oi 
    5 10 10 Aga 
     500 00 Aga 
Note: See TracChangeset for help on using the changeset viewer.