Changeset 73


Ignore:
Timestamp:
03/05/08 11:01:23 (16 years ago)
Author:
kolasinski
Message:

stops removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/trends.pro

    r48 r73  
    194194 
    195195         ENDIF ELSE BEGIN                  ; hovmoeller 
    196             stop 
    197196            ; build array to remove from time serie 
    198197            IF debug_w THEN print, '  anomaly = remove average running mean (hovmoeller)' 
     
    234233               ELSE: stop,  'The type '+type+' is not handled in trends to build the seasonal cycle fldrem. Please change your cmd.plt' 
    235234            ENDCASE 
    236             stop 
    237235 
    238236;            print, min(fld[where(fld le valmask/10)]), max(fld[where(fld le valmask/10)]) 
Note: See TracChangeset for help on using the changeset viewer.