Changeset 48 for trunk/procs


Ignore:
Timestamp:
02/12/08 15:18:50 (16 years ago)
Author:
kolasinski
Message:

Add a macro to build the seasonal cycle so that we can build a netCDF file with the field anomalies - cdf option in cmd.out

Location:
trunk/procs
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/macro_read.pro

    r8 r48  
    3131            'make_interp' : macro_base_fld =  extract_str(line, '\', '/')      
    3232            'make_skewness': macro_base_fld =  extract_str(line, '\', '/') 
     33            'make_anomaly': macro_base_fld =  extract_str(line, '\', '/')             
    3334            ELSE:  
    3435         ENDCASE  
  • trunk/procs/trends.pro

    r35 r48  
    194194 
    195195         ENDIF ELSE BEGIN                  ; hovmoeller 
     196            stop 
    196197            ; build array to remove from time serie 
    197198            IF debug_w THEN print, '  anomaly = remove average running mean (hovmoeller)' 
     
    231232                  fldrem = reform(fldrem, nx, ny, lenght) 
    232233               END    
    233                ELSE: 
    234             ENDCASE  
     234               ELSE: stop,  'The type '+type+' is not handled in trends to build the seasonal cycle fldrem. Please change your cmd.plt' 
     235            ENDCASE 
     236            stop 
    235237 
    236238;            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.