Changeset 124 for trunk


Ignore:
Timestamp:
04/13/09 22:02:30 (15 years ago)
Author:
ericg
Message:

added common_time=1 in plt_def.pro to allow overlay of t curves with different dates

Location:
trunk/procs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/com_eg.pro

    r112 r124  
    88; attributs hoevmoeller 
    99; 
    10 COMMON hovmoel, trend_typ, calendar_type, nb_cycles, def_stride, time_stride, field_int,  time_array,  key_offset, ioverchk, hotypchk, fld_prev_t, c_correl, lag_correl, c_normal, lag_correlation,  boot_win, run_stddev, tukey 
     10COMMON hovmoel, trend_typ, calendar_type, nb_cycles, def_stride, time_stride, field_int,  time_array,  key_offset, ioverchk, hotypchk, fld_prev_t, c_correl, lag_correl, c_normal, lag_correlation,  boot_win, run_stddev, tukey, time_prev, common_time 
    1111; 
    1212; attributs formats + div 
  • trunk/procs/init_post_it.pro

    r112 r124  
    2828   var3_ybinx = "" 
    2929   corr_thresh = 0.2 
     30   common_time = 0 
  • trunk/procs/legend_overlay.pro

    r90 r124  
    5454      px_1r = float(84-strlen(leg_txt))/100 
    5555      px_2r = px_1r+0.1 & px_1l = 0.03 & px_2l = 0.13 
    56       n_leg_max = 10 & txt_ft_size = 1.2 & y_scale_txt = 0.995 
     56      n_leg_max = 15 & txt_ft_size = 1.2 & y_scale_txt = 0.995 
    5757      delta_txt_add = 0.1 
    5858   END 
     
    6060      px_1r = float(75-strlen(leg_txt))/100 
    6161      px_2r = px_1r+0.1 & px_1l = 0.03 & px_2l = 0.13 
    62       n_leg_max = 10 & txt_ft_size = 1.2 & y_scale_txt = 0.993 
     62      n_leg_max = 15 & txt_ft_size = 1.1 & y_scale_txt = 0.995 
    6363      delta_txt_add = 0.1 
    6464   END 
  • trunk/procs/plt_map.pro

    r118 r124  
    10021002               vardate = 'toto' 
    10031003               grille, mask, glam, gphi, gdep, nx, ny,nz 
     1004               ; if common_time = 1, then impose common time array (from first one) 
     1005                
     1006               IF common_time EQ 1 THEN BEGIN 
     1007                  IF iover EQ 1 THEN time_prev = time ELSE time = time_prev 
     1008               ENDIF  
     1009                
    10041010               IF st_rms EQ 1 THEN BEGIN ; time series of rms deviation on a sigma surface 
    10051011                  @densit_pltmap_plot 
Note: See TracChangeset for help on using the changeset viewer.