Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/fromirr.pro

    r327 r371  
    6565;  To interpolate 1 field: 
    6666; 
    67 ; IDL> tncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout) 
     67;   IDL> tncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout) 
    6868; 
    6969;  or if you have several fields to interpolate from the same source and target grids 
     
    7272;   (that must be undefined or equal to 0 before calling fromirr) 
    7373; 
    74 ; IDL> t1ncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout $ 
     74;   IDL> t1ncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout $ 
    7575;                            , WEIG = a, ADDR = b) 
    76 ; IDL> help, a, b 
     76;   IDL> help, a, b 
    7777; 
    7878; 2) use a and b that are now defined to bypass the computation of the weights  
    7979; and addresses and speed-up the computation! 
    8080; 
    81 ; IDL> t2ncep = fromirr('bilinear', topa, WEIG = a, ADDR = b) 
     81;   IDL> t2ncep = fromirr('bilinear', topa, WEIG = a, ADDR = b) 
    8282; 
    8383; @history 
Note: See TracChangeset for help on using the changeset viewer.