Changeset 2317


Ignore:
Timestamp:
03/29/22 09:49:34 (2 years ago)
Author:
jderouillat
Message:

Fix test suite after new management of domain/axis name

File:
1 edited

Legend:

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

    r2288 r2317  
    131131                            np.seterr(divide='ignore', invalid='ignore') 
    132132                            for var in res.variables: 
    133                                 if (not (var.startswith('lon_'))) and (not (var.startswith('lat_'))) and (not (var.startswith('time_'))) and (not (var.startswith('atm__'))): 
     133                                print("checkfile = ", checkfile, ", var = ", var) 
     134                                if (not (var.startswith('lon_'))) and (not (var.startswith('lat_'))) and (not (var.startswith('time_'))) and (not (var.startswith('atm__')) and (var!="lat") and (var!="lon") ): 
    134135                                    ref_interp = ref.variables[var] 
    135136                                    ref_array = ref_interp[:] 
Note: See TracChangeset for help on using the changeset viewer.