Ignore:
Timestamp:
05/23/06 15:45:47 (18 years ago)
Author:
smasson
Message:

debug xxx and cie + clean data file + rm perldoc_idl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/GRILLE/cmpgrid.pro

    r69 r74  
    1212   if n_elements(ccmeshparameters) EQ 0 then return, 1 
    1313; 
    14 ; does ccmeshparameters contains the new parameters ? 
    15 ; 
    16    if (where(strlowcase(tag_names(ccmeshparameters)) EQ 'key_partialstep'))[0] EQ -1 then return, 1 
    17 ; 
    1814; we compare the structure which caracterise the grid whith 
    1915; ccmeshparameters 
     
    2622      ccmeshparameters.jpj NE newgrid.jpj: 
    2723      ccmeshparameters.jpk NE newgrid.jpk: 
    28       array_equal(ccmeshparameters.glaminfo, newgrid.glaminfo) EQ 0: 
    29       array_equal(ccmeshparameters.gphiinfo, newgrid.gphiinfo) EQ 0: 
     24      total(ccmeshparameters.glaminfo - newgrid.glaminfo) NE 0: 
     25      total(ccmeshparameters.gphiinfo - newgrid.gphiinfo) NE 0: 
    3026      ccmeshparameters.ixminmesh NE newgrid.ixminmesh: 
    3127      ccmeshparameters.ixmaxmesh NE newgrid.ixmaxmesh: 
Note: See TracChangeset for help on using the changeset viewer.