Changeset 1707


Ignore:
Timestamp:
09/13/19 11:51:52 (5 years ago)
Author:
yushan
Message:

Generic_testcase : add the checkfile.def to list all the .nc file for result comparaison

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE
Files:
3 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/context_atm.xml

    r1706 r1707  
    389389     <file id="atm_output" output_freq="1ts" enabled="true"> 
    390390       <field id="fieldXY_zoomY" field_ref="field_XY" grid_ref="grid_XY_zoom_Y" operation="once" enabled="true"/> 
     391       <field id="fieldXY_zoomX" field_ref="field_XY" grid_ref="grid_XY_zoom_X" operation="once" enabled="false"/> 
    391392    </file> 
    392393 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/iodef.xml

    r1706 r1707  
    77      <variable id="timestep"> 1h </variable> 
    88      <variable id="domain"> lmdz </variable> 
    9       <variable id="domain_mask"> true </variable> 
    10       <variable id="axis_mask"> true </variable> 
     9      <variable id="domain_mask"> false </variable> 
     10      <variable id="axis_mask"> false </variable> 
    1111      <variable id="init_field2D"> rank </variable> 
    1212      <variable id="ni"> 36 </variable> 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/run.sh

    r1706 r1707  
    2121mpirun -np $nb_proc ../../build_prod/bin/generic_testcase.exe 
    2222 
    23 python Check.py 
     23cp ../Root_check.py check.py 
     24python check.py 
    2425# echo $valid 
    2526 
Note: See TracChangeset for help on using the changeset viewer.