Changeset 99 for trunk/usr


Ignore:
Timestamp:
05/01/08 00:29:51 (16 years ago)
Author:
ericg
Message:

Up to date plt_def.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/usr/plt_def.pro

    r86 r99  
    1212 
    1313;   box_h = [20,380,-30,30] 
    14 ;   box_h = [100,290,-30,30] 
     14   box_h = [120,290,-20,20] 
    1515;   box_h = [10,180,-20,20] 
    16 ;   box_h = [180,270,-30,30] 
    17 ;   box_h = [0,360,-90,90] 
     16   box_h = [120,290,-30,30] 
     17   box_h = [-180,180,-90,90] 
     18   box_h = [20,380,-90,90] 
     19;   box_h = [20,150,-30,60] 
     20   box_h = [120,290,-30,30] 
    1821   box_h = [20,380,-30,30] 
    1922;   box_h = [20,380,-30,30] 
    20 ;   box_h = [20,380,-90,-50] 
    21    box_h = [20,380,-90,90] 
    22 ;   box_h = [20,150,0,30] 
    23 ;   box_h = [100,290,-40,40] 
    24 ;   box_h = [180,290,-5,10] 
     23;   box_h = [120,290,0,60] 
     24;   box_h = [20,120,-30,30] 
     25;   box_h = [-180,180,-90,90] 
     26;   box_h = [20,380,-90,90] 
     27;   box_h = [160,210,-5,5] ; nino 4 
     28;   box_h = [210,270,-5,5] ; nino 3 
     29;   box_h = [120,290,-20,20] 
     30 
     31; working grid longitudes 
    2532 
    2633   glamboundary_box = [20, 380] 
     
    2835; vertical domain 
    2936 
    30    depth_z = 400 ; m 
    31    zoom_z = 400 ; m 
    32  
    33    pres_min = 1000  ; Pa 
    34    pres_max = 100000  ; Pa 
     37   depth_z = 350 
     38   zoom_z = 350 
     39 
     40   pres_min = 10  
     41   pres_max = 500 
    3542    
    3643   msf_mean =  0 
     
    3946 
    4047   vert_type = '0'          ;  'z' for depth/altitude or 'level' or '0' for nothing 
    41    vert_mean = [0, 200]   ; [depth1,depth2] or [level1,level2] in C notation 0-jpk-1  
     48   vert_mean = [20, 20]   ; [depth1,depth2] or [level1,level2] in C notation i.e 0 to jpk-1  
    4249;   vert_mean = [90000, 100000] 
    4350 
     
    111118   nb_cycles = 2 
    112119   def_stride = 1 
    113    asciidir = homedir+'out/ascii_out/' 
     120   asciidir = homedir+'/ENSO_works/data/SST/' 
    114121; 
    115122;  calendar type 
     
    133140   grey_shade_1 = 5 
    134141   grey_shade_2 = 20 
    135    col_palette = 'yes' 
     142   col_palette = 'no' 
    136143   cont_fill = 1         ; continent fill for atmosphere grids (1/0) 
    137    cont_real = 0         ; draw real continents (0) 
     144   cont_real = 1         ; draw real continents (0) 
    138145                         ; = 0 (no real continents drawn) 
    139146                         ; = 1 (real continents drawn instead of the mask) 
    140147                         ; = 2 (mask + real continents drawn) 
    141  
    142148   vector_sample = 2     ; vector sampling (1) 
    143149;; 
    144150   line_thick = [2,2,2,2,2,2,2,2]   ; 1D plot line thickness (for each overlay curves) 
    145    line_style = [1,1,1,6,6,6,6,6]   ; 1D plot line style (for each overlay curves) 
    146    line_color = [1,2,4,1,1,2,3,4]   ; 1D plot line color (for each overlay curves) 
     151   line_style = [1,1,1,1,2,2,3,3]   ; 1D plot line style (for each overlay curves) 
     152   line_color = [1,2,3,4,6,7,7,8]   ; 1D plot line color (for each overlay curves) 
    147153; 1=black; 2=red; 3=green; 4=blue; 6=purple 
    148154; 43 ---- 90 ---- 160 ---- 190 ---- 210 ---- 254 
     
    151157   symbol_families = '4x3'         ; 4x3 number of colors in time symbol plots (modulo) 
    152158                                ; use <n> or <n>x<m> (n same colors, modulo nxm) 
    153 ;;   symbol_families = '12x1' 
    154159   symbol_style = [1,1,1,1,2,2,1,1,1,1,1,1]   ; Symbol style (for each overlay symbol) 
    155160   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)    
    157    mean_sc_only = 0 
    158 ;;   mean_sc_only = 4   ; 1 = Only plot mean SC in yfx when symbol_families='4x3' and hotyp=t 
     161;   symbol_color = [1,1,1,1,1,3,7,8,9,10,11,12]   ; Symbol line color (for each overlay symbol) 
     162   symbol_size = 1    ; Symbol size (1) 
     163   mean_sc_only = 0   ; 0 = default yfx 
     164                      ; 1 = Only plot mean SC in yfx when symbol_families='4x3' and hotyp=t 
    159165                      ; 2 = Only plot SC of std dev when symbol_families='4x3' and hotyp=t 
    160166                      ;      (require 1m@t412) 
    161                       ; 4 = Only plot ICS per month + errorbar when symbol_families='12x1' 
     167                      ; 4 = Only plot y=f(x) per month + errorbar when symbol_families='12x1' 
    162168   linfit_sep =  0.0  ; separation for two domains linear fit computation (on x axis) 
    163169                      ; set to -99999 to desactivate 
    164  
     170   linfit_map =  ''  ; ''/'p'/'m' to compute fit for all/before/after linfit_sep (maps only) 
    165171 
    166172   langage = 'gb'        ; Langage (fr/gb) 
    167173; 
    168 ; Graphic keywords for axis, contours 
    169 ; 
    170 ;;   contour_options = ',/nocontour'    ;;;;;; include this line to delete contour labels 
    171    contour_options = ',cell_fill=2'     ;;;;;; include this line to include contour label    
     174; Graphic keywords for axis, etc... 
     175; 
     176;   contour_options = ',/nocontour,cell_fill=2' ;;;;;; include this line to delete contour labels 
     177;   contour_options = ',cell_fill=2'                    ;;;;;; include this line to include contour label    
     178   contour_options = ''                 ;;;;;; include this line to include contour label    
    172179   look = ',xthick=2,ythick=2,zthick=2,sepdate='' ''' 
    173 ;   look = ',charsize=1.1,charthick=1.3,c_charsize=1.1,c_charthick=1.3,xthick=2,ythick=2,zthick=2,sepdate='' ''' 
    174  
    175 ; Use of page space and titles 
    176 ; marge_option : add or reduce marge around the plot ; suitable for 
    177 ;                optimizing space when several plots on the same 
    178 ;                window. See title_type and titles keyword below to 
    179 ;                set it 
     180 
     181; use of page space and titles 
     182 
    180183   windowsize_scale = 1.000 ; size of screen display (visu option 'v') 
    181184   fill_space = 1        ; fill space on plot (0/1) (/rempli option) ? 
    182185   marge_option = 'marge=[0,0,2,2]' ; (use [0, 0, -2, -2] to fill up even more space 
    183 ;;   marge_option = 'marge=[0,0,-2,-2]' 
    184186   title_type = 'TS'      ; default type of titles  
    185187                         ; 'T' for title only, 'S' for subtitle only 
    186188                         ; 'TS' for both  
    187189                         ; 'off' for no titles 
    188    xchartxt = 1.0        ; x axis font size (1.0) 
    189    ychartxt = 1.0        ; y axis font size (1.0) 
     190   xchartxt = 2        ; x axis font size (1.0) 
     191   ychartxt = 2        ; y axis font size (1.0) 
    190192    
    191193 
     
    198200; Save PostScript files 
    199201 
    200    save_ps = 1 ; set to 2 to convert to pdf 
     202   save_ps = 2 ; set to 2 to convert to pdf 
    201203 
    202204; Averages 
     
    210212; Data domain (OPA only) 
    211213; ----------- 
    212    v_config_oce =  'L30' 
    213 ;   v_config_oce =  '' 
     214   v_config_oce =  'L30' ; L46 for Drakkar ORCA05 
    214215   orca_mask_version =  'V3' ;V1(ST7/CT runs), V2 (? runs), V3 (CH, Dan runs, CM4) 
    215216; Zoomed domains ORCA2 (indexes are within array [0:181,0:148]) 
     
    226227; Zoom ORCA05 (indexes are within array [0:721,0:510]) 
    227228;   pacific             i=54,434 & j=183,312 
     229; 
    228230;  data_domain = 'glosea' 
    229231;   data_domain = 'equator' 
     
    232234   data_domain = 'zonal' 
    233235   data_domain = 'pacific' 
    234    data_domain = 'global' 
     236;  data_domain = 'global' 
    235237 
    236238; grids list (IPCC atmos regular) 
    237    nc_grids_list = ['ct42', 'mt42', 'mt106', 'nt85', 'giss4x5', 'giss4x3', 'cgcm3_1', 'mk3', 'gfdl2.5x2', 'fgoals1', 'inmcm3', 'cgcm232', 'nt42', 'n96', 'mt63', 'lmdzl', 'lmdzh', 'ncpt62', 'ert106', 'it30', 'bt42', 'reg1',  'hadcm3t'] 
     239   nc_grids_list = ['ct42', 'mt42', 'mt106', 'nt85', 'giss4x5', 'giss4x3', 'cgcm3_1', 'mk3', 'gfdl2.5x2', 'fgoals1', 'inmcm3', 'cgcm232', 'nt42', 'n96', 'mt63', 'lmdzl', 'lmdzh', 'lmdz142', 'ncpt62', 'ert106', 'it30', 'bt42', 'reg1',  'hadcm3t'] 
    238240 
    239241; machine type ('x' or 'WIN') 
Note: See TracChangeset for help on using the changeset viewer.