Changeset 29


Ignore:
Timestamp:
11/29/07 12:43:29 (16 years ago)
Author:
kolasinski
Message:

linestyle removed from plt_def.pro and added in overlay_type.pro

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/overlay_type.pro

    r2 r29  
    3737; overlay style 
    3838 
    39    line_style_txt = ', STY1D='+string(line_style(iover-1)-1) 
     39   line_style_txt = ', linestyle='+string(line_style(iover-1)-1) 
    4040 
    4141; result 
  • trunk/usr/plt_def.pro

    r14 r29  
    1919;   box_h = [20,380,-45,45] 
    2020;   box_h = [20,380,-90,-50] 
    21    box_h = [20,380,-70,70] 
     21;   box_h = [20,380,-90,90] 
    2222;   box_h = [20,150,0,30] 
    2323;   box_h = [100,290,-40,40] 
     
    2828; vertical domain 
    2929 
    30    depth_z = 400  
     30   depth_z = 400 
    3131   zoom_z = 400 
    3232 
     
    3838 
    3939   vert_type = 'z'          ;  'z' for depth/altitude or 'level' or '0' for nothing 
    40 ;   vert_type = '0' 
    4140   vert_mean = [0, 10]   ; [depth1,depth2] or [level1,level2] in C notation 0-jpk-1  
    4241 
     
    154153   symbol_style = [1,1,1,1,2,2,1,1,1,1,1,1]   ; Symbol style (for each overlay symbol) 
    155154   symbol_color = [1,2,3,4,2,3,7,8,9,10,11,12]   ; Symbol line color (for each overlay symbol) 
    156    symbol_size = 2    ; Symbol size (1)    
     155   symbol_size = 1    ; Symbol size (1)    
    157156   mean_sc_only = 0 
    158157;;   mean_sc_only = 4   ; 1 = Only plot mean SC in yfx when symbol_families='4x3' and hotyp=t 
     
    168167;;   contour_options = ',/nocontour'    ;;;;;; include this line to delete contour labels 
    169168   contour_options = ',cell_fill=2'     ;;;;;; include this line to include contour label    
    170 ;;   look = ',linestyle=0,xthick=2,ythick=2,zthick=2,sepdate='' ''' 
    171    look = ',charsize=1.2,charthick=1.5,c_charsize=1.2,c_charthick=1.5,linestyle=0,xthick=2,ythick=2,zthick=2,sepdate='' ''' 
     169;;   look = ',xthick=2,ythick=2,zthick=2,sepdate='' ''' 
     170   look = ',charsize=1.2,charthick=1.5,c_charsize=1.2,c_charthick=1.5,xthick=2,ythick=2,zthick=2,sepdate='' ''' 
    172171 
    173172; Use of page space and titles 
     
    214213;   v_config_oce =  '' 
    215214   orca_mask_version =  'V3' ;V1(ST7/CT runs), V2 (? runs), V3 (CH, Dan runs, CM4) 
    216 ; Zoomed domains (indexes are within array [0:181,0:148]) 
     215; Zoomed domains ORCA2 (indexes are within array [0:181,0:148]) 
    217216;   global        <file>_grid_<grd>.nc                               27118 pts 
    218217;   equator       <file>_grid_<grd>_eq.nc  (j=73)                      182 pts 
     
    225224;   zonal         <file>_grid_<grd>_diaznl.nc 
    226225; 
     226; Zoom ORCA05 (indexes are within array [0:721,0:510]) 
     227;   pacific             i=54,434 & j=183,312 
    227228;  data_domain = 'glosea' 
    228229;   data_domain = 'equator' 
     
    240241 
    241242; debug mode 
    242         debug_w = 1 
     243     debug_w = 1 
    243244 
    244245END 
Note: See TracChangeset for help on using the changeset viewer.