Ignore:
Timestamp:
05/24/06 10:22:32 (18 years ago)
Author:
smasson
Message:

tests tst_* work again (brokken since DATA/SRC split)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Tests/TestsOld/tst_initorca2_index_stride_old.pro

    r57 r77  
    1111initncdf, file, xminmesh = 1, xmaxmesh = -1 $ 
    1212          , yminmesh = 0, ymaxmesh = -1, /xyindex, stride = [2, 2, 1] $ 
    13           , iodirectory = [iodir, homedir, !path], /recursive 
     13          , /lookalldir 
    1414; 
    1515; 2) definition with the meshmask 
     
    1919;           , /xyindex, zaxisname = 'gdept', stride = [2, 2, 1] $ 
    2020;           , yminmesh = 0, ymaxmesh = -1, xminmesh = 1, xmaxmesh = -1 $ 
    21 ;           , iodirectory = [iodir, homedir, !path], /recursive 
     21;           , /lookalldir 
    2222; 
    2323; 3) by calling directly computegrid 
     
    3131; computegrid, 0, 0, 1, 1, jpiglo, jpjglo, xminmesh = 1, xmaxmesh = -1 $ 
    3232;           , yminmesh = 0, ymaxmesh = -1, onearth = 0, stride = [2, 2, 1] $ 
    33 ;           , iodirectory = [iodir, homedir, !path], /recursive 
     33;           , /lookalldir 
Note: See TracChangeset for help on using the changeset viewer.