Changeset 388 for trunk/SRC/Utilities


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

introduce meridional and barotropic stream functions, see ticket:59

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/fitintobox.pro

    r375 r388  
    8989; @param lastz {in}{optional}{default=define by <pro>grille</pro>} 
    9090; 
    91 ; @keyword WDEPTH 
    92 ; To specify that we are at W level 
     91; @keyword GRID {default=vargrid defined in <pro>cm_4data</pro>}  
     92; To specify on which grid are located the data, see <pro>grille</pro> 
     93; 
     94; @keyword WDEPTH {default=0} 
     95; To specify that we are at W level, see <pro>grille</pro> 
    9396; 
    9497; @returns 
     
    120123;- 
    121124FUNCTION fitintobox, field, nx, ny, nz, firstx, firsty $ 
    122                    , firstz, lastx, lasty, lastz, WDEPTH=wdepth 
     125                     , firstz, lastx, lasty, lastz, GRID = GRID, WDEPTH = wdepth 
    123126; 
    124127  compile_opt idl2, strictarrsubs 
     
    132135  arr = litchamp(field) 
    133136  IF n_params() EQ 1 THEN grille, -1, -1, -1, -1, nx, ny, nz $ 
    134     , firstx, firsty, firstz, lastx, lasty, lastz, WDEPTH = wdepth 
     137    , firstx, firsty, firstz, lastx, lasty, lastz, GRID = GRID, WDEPTH = wdepth 
    135138;-------------------------------------------------------------- 
    136139;-------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.