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/tst_plt.pro

    r58 r77  
    1010    720+510:file = 'Levitus98_1m_01_12_Temperature_Pot_ORCA05.nc' 
    1111  ENDCASE 
    12   file = isafile(file, iodirectory = [iodir, homedir, !path] $ 
    13                  , title = 'Where is '+file+' ?', /recursive) 
     12  file = isafile(file, title = 'Where is '+file+' ?', /lookalldir) 
    1413  IF size(file, /type) NE 7 THEN return 
    1514; 
     
    1918  domdef 
    2019  domdef, gdept[0], gdept[0], gridtype = 'T' 
    21   temp = read_ncdf('votemper', 10101, 10131, file = file) 
     20  temp = read_ncdf('votemper', 00101, 00131, file = file) 
    2221; 
    2322  plt, temp, /landscape 
     
    7675; domdef, 150, 150 ; => warning message 
    7776  domdef, gdept[jpk/2], gdept[jpk/2], gridtype = 'T' 
    78   temp = read_ncdf('votemper', 10101, 10131, file = file) 
     77  temp = read_ncdf('votemper', 00101, 00131, file = file) 
    7978  plt, temp, realcont = 2*(key_onearth), /land 
    8079  if keyword_set(image) then saveimage, 'tst_plt_'+image+'_'+string(cnt, format='(i2.2)')+'.png', /png 
Note: See TracChangeset for help on using the changeset viewer.