Changes between Version 7 and Version 8 of Doc/Chap3


Ignore:
Timestamp:
01/23/08 01:00:22 (16 years ago)
Author:
ericg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Chap3

    v7 v8  
    33The file 'plt_def.pro' sets global variables that apply to all command lines of each run of post-it (variables stored in com_eg.pro). [[BR]] 
    44 
    5  * 'box_h' : It will define the lon/lat domain displayed in 'xy' type plots 
     5 * 'box_h' define the lon/lat domain displayed in 'xy' type plots 
    66{{{ 
    77; horizontal domain 
     
    99}}} 
    1010 
    11  * 'glamboundary_box' : the longitudes range shown on the plot is set with this parameter and the data read will be organised accordingly. Here, the first longitude shown on the left is 20° and the last one is 380° (360°+20°). 
     11 * 'glamboundary_box' defines the longitudes range shown on the plot (the data read will be organised accordingly). Here, the first longitude shown on the left is 20° and the last one is 380° (360°+20°). WARNING: boxes defined in fld_domains.def should be inside this longitude range. 
    1212{{{ 
    1313glamboundary_box = [20, 380]