Changeset 11


Ignore:
Timestamp:
11/27/07 17:48:05 (16 years ago)
Author:
kolasinski
Message:

symbol_size added in plt_def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/usr/plt_def.pro

    r2 r11  
    1919;   box_h = [20,380,-45,45] 
    2020;   box_h = [20,380,-90,-50] 
    21 ;   box_h = [20,380,-90,90] 
     21   box_h = [20,380,-70,70] 
    2222;   box_h = [20,150,0,30] 
    2323;   box_h = [100,290,-40,40] 
     
    2828; vertical domain 
    2929 
    30    depth_z = 5000  
     30   depth_z = 400  
    3131   zoom_z = 400 
    3232 
     
    3737; vertical average for 3D fields  
    3838 
    39 ;   vert_type = 'level'          ;  'z' for depth/altitude or 'level' or '0' for nothing 
    40    vert_type = '0' 
    41    vert_mean = [1, 1]   ; [depth1,depth2] or [level1,level2] in C notation 0-jpk-1  
     39   vert_type = 'z'          ;  'z' for depth/altitude or 'level' or '0' for nothing 
     40;   vert_type = '0' 
     41   vert_mean = [0, 10]   ; [depth1,depth2] or [level1,level2] in C notation 0-jpk-1  
    4242 
    4343; density domain (sigma) + delta sigma 
     
    154154   symbol_style = [1,1,1,1,2,2,1,1,1,1,1,1]   ; Symbol style (for each overlay symbol) 
    155155   symbol_color = [1,2,3,4,2,3,7,8,9,10,11,12]   ; Symbol line color (for each overlay symbol) 
     156   symbol_size = 1    ; Symbol size (1)    
    156157   mean_sc_only = 0 
    157158;;   mean_sc_only = 4   ; 1 = Only plot mean SC in yfx when symbol_families='4x3' and hotyp=t 
     
    167168;;   contour_options = ',/nocontour'    ;;;;;; include this line to delete contour labels 
    168169   contour_options = ',cell_fill=2'     ;;;;;; include this line to include contour label    
    169    look = ',linestyle=0,xthick=2,ythick=2,zthick=2,sepdate='' ''' 
     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='' ''' 
    170172 
    171173; Use of page space and titles 
     
    202204; Data domain (OPA only) 
    203205; ----------- 
     206;   h_config_oce = 'ORCA05' 
     207;   h_config_oce = 'ORCA_R4' 
    204208   h_config_oce = 'ORCA_R2' 
    205 ;   h_config_oce = 'ORCA_R4' 
    206209;   h_config_oce = '';   data_domain = 'pacific' 
    207210   data_domain = 'global' 
Note: See TracChangeset for help on using the changeset viewer.