Ignore:
Timestamp:
05/10/08 04:18:41 (16 years ago)
Author:
ericg
Message:

Added macro linfitdom.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/macros/make_linfit.pro

    r93 r101  
    125125   CASE linfit_map OF 
    126126      'p': BEGIN 
    127          print,  '    Correlation computed for anomalies ABOVE ',linfit_sep  
     127         print,  '    Linear fit computed for anomalies ABOVE ',linfit_sep  
    128128         lintxt = ' > '+ strtrim(string(linfit_sep), 2) 
    129129      END  
    130130      'm': BEGIN  
    131          print,  '    Correlation computed for anomalies BELOW ',linfit_sep  
     131         print,  '    Linear fit computed for anomalies BELOW ',linfit_sep  
    132132         lintxt = ' < '+ strtrim(string(linfit_sep), 2) 
    133133      END  
     
    145145      zl_linfit = moyenne(pt_linfit,'xy', boite = [130,  280,  -5, 5], NaN = valmask) 
    146146       
    147       print, '    Nino 3 average of point-wise correlation= ', n3_linfit 
    148       print, '    Nino 4 average of point-wise correlation= ', n4_linfit 
    149       print, '    Zonal 5N/5S average of point-wise correlation= ', zl_linfit 
     147      print, '    Nino 3 average of slope of linear fit = ', n3_linfit 
     148      print, '    Nino 4 average of slope of linear fit = ', n4_linfit 
     149      print, '    Zonal 5N/5S average of slope of linear fit = ', zl_linfit 
    150150 
    151151   ENDIF  
Note: See TracChangeset for help on using the changeset viewer.