Ignore:
Timestamp:
07/07/21 14:55:11 (3 years ago)
Author:
jderouillat
Message:

Really check temporal splitting in test suite (2D fields)

Location:
XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step2.py

    r2139 r2173  
    8282                for checkfile in checkfiles: 
    8383                    if os.path.exists(config+"/"+checkfile) and os.path.exists("reference/ref_"+config+"/"+checkfile): 
    84                         OSinfo("cdo -W diffn "+config+"/"+checkfile+" "+"reference/ref_"+config+"/"+checkfile+"  2>&1 |grep -v 'Found more than one time variable'|grep -v 'cdo diffn: Processed'|grep -v 'dimensional variables are not supported'|grep -v 'Time variable >time_counter< not found!' > diff_"+checkfile+".txt") 
     84                        OSinfo("cdo -W diffn "+config+"/"+checkfile+" "+"reference/ref_"+config+"/"+checkfile+"  2>&1 |grep -v 'Found more than one time variable'|grep -v 'cdo diffn: Processed'|grep -v 'Time variable >time_counter< not found!' > diff_"+checkfile+".txt") 
    8585                        if os.stat("diff_"+checkfile+".txt").st_size==0: # if no diff -> set 0 
    8686                            report.write(folder_name+" "+folder_name+"@"+config_name+" "+folder_name+"@"+config_name+"@"+checkfile+" "+str(1)+"\n") 
  • XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/context_atm.xml

    r2147 r2173  
    116116    <grid id="grid_src"> 
    117117      <domain domain_ref="domain" /> 
    118       <axis axis_ref="axis" /> 
     118      <!--axis axis_ref="axis" /--> 
    119119      <scalar scalar_ref="scalar"/> 
    120120    </grid> 
     
    122122     <grid id="grid_dst"> 
    123123      <domain domain_ref="domain" /> 
    124       <axis axis_ref="axis" /> 
     124      <!--axis axis_ref="axis" /--> 
    125125      <axis axis_ref="axis_temporal_splitting"/> 
    126126    </grid> 
     
    394394    <field id="other_field_YZW" grid_ref="other_grid_YZW" /> 
    395395 
    396     <field id="field_src" grid_ref="grid_src" field_ref="field3D" > field3D </field> 
     396    <field id="field_src" grid_ref="grid_src" > field2D </field> 
    397397     
    398398     
Note: See TracChangeset for help on using the changeset viewer.