Changes between Version 5 and Version 6 of Doc/Chap3


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Chap3

    v5 v6  
    33The file 'plt_def.pro' is important because it sets some global variables declared in com_eg.pro. If you want to add a new global varaible, you'll have to modify com_eg.pro and plt_def.pro. [[BR]] 
    44 
    5  * 'box_h' : It will define the area read in the netcdf file. 
     5 * 'box_h' : It will 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. In that case, the first longitude shown on the left is 20° and the last one is 380° (360°+20°). 
     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°). 
    1212{{{ 
    1313glamboundary_box = [20, 380]