Ignore:
Timestamp:
12/09/08 10:36:41 (15 years ago)
Author:
smasson
Message:

introduce meridional and barotropic stream functions, see ticket:59

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Grid/saveboxparam.pro

    r371 r388  
    4242      boxzoomparam = {bound:[lon1, lon2, lat1, lat2, vert1, vert2] $ 
    4343       , indexes:[firstxt, lastxt, firstyt, lastyt $ 
    44        , firstxu, lastxu, firstyu, lastyu $ 
    45        , firstxv, lastxv, firstyv, lastyv $ 
    46        , firstxf, lastxf, firstyf, lastyf $ 
    47        , firstzt, lastzt, firstzw, lastzw $ 
    48        , nxt, nyt, nxu, nyu, nxv, nyv, nxf, nyf, nzt, nzw] $ 
    49        , key:key_irregular} 
     44                , firstxu, lastxu, firstyu, lastyu $ 
     45                , firstxv, lastxv, firstyv, lastyv $ 
     46                , firstxf, lastxf, firstyf, lastyf $ 
     47                , firstzt, lastzt, firstzw, lastzw $ 
     48                , nxt, nyt, nxu, nyu, nxv, nyv, nxf, nyf, nzt, nzw] $ 
     49       , key:[key_shift, key_periodic, key_stride, key_gridtype $ 
     50            , key_yreverse, key_zreverse, key_partialstep, key_onearth]} 
    5051; 
    5152   ENDIF ELSE BEGIN 
     
    5859       , firstzt, lastzt, firstzw, lastzw $ 
    5960       , nxt, nyt, nxu, nyu, nxv, nyv, nxf, nyf, nzt, nzw $ 
    60        , key_irregular, filename = myuniquetmpdir + filename 
     61       , key_shift, key_periodic, key_stride, key_gridtype $ 
     62       , key_yreverse, key_zreverse, key_partialstep, key_onearth $ 
     63       , filename = myuniquetmpdir + filename 
    6164; 
    6265   ENDELSE 
Note: See TracChangeset for help on using the changeset viewer.