Ignore:
Timestamp:
09/13/19 13:49:42 (5 years ago)
Author:
yushan
Message:

Generic_testcase : update iodef configurations

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_function
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_function/iodef.xml

    r1701 r1712  
    77 
    88      <variable id="timestep"> 1h </variable> 
    9       <variable id="domain"> lmdz </variable> 
     9      <variable id="domain"> atm::domain </variable> 
    1010      <variable id="domain_mask"> true </variable> 
    1111      <variable id="axis_mask"> true </variable> 
     
    5252 
    5353      <variable_group id="parameters" > 
    54         <variable id="using_server" type="bool">true</variable> 
     54        <variable id="using_server" type="bool">xios::usingSrv2</variable> 
    5555        <variable id="info_level" type="int">100</variable> 
    5656        <variable id="print_file" type="bool">true</variable> 
    57         <variable id="using_server2" type="bool">true</variable> 
    58         <variable id="ratio_server2" type="int">50</variable> 
    59         <variable id="number_pools_server2" type="int">1</variable> 
     57        <variable id="using_server2" type="bool">false</variable> 
     58        <variable id="ratio_server2" type="int">xios::ratioSrv2</variable> 
     59        <variable id="number_pools_server2" type="int">xios::nbplSrv2</variable> 
    6060        <variable id="pure_one_sided" type="bool">false</variable> 
    6161        <variable id="check_event_sync" type="bool">true</variable> 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_function/param.def

    r1705 r1712  
    66NumberServers = 4 
    77duration = '1d' 
     8ATMdomain = lmdz 
    89/ 
    910 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_function/user_params.def

    r1705 r1712  
    1313NumberServers = 2, 4 
    1414UsingServer2 = 'false', 'true' 
    15 # Duration = '1d', '2d' 
    16 # NumberPoolsServer2 = 1 
     15ATMdomain = 'lmdz' 
Note: See TracChangeset for help on using the changeset viewer.