Changes between Version 1 and Version 2 of Doc


Ignore:
Timestamp:
01/21/08 11:58:25 (16 years ago)
Author:
kolasinski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc

    v1 v2  
    1 Une doc wiki serait bien mais je ne sais pas si on peut gérer facilement l'insertion d'images dans cette doc à l'endroit où on le désire ! 
     1 
     2== Introduction == 
     3 
     4=== Directories and files === 
     5 
     6=== Launch IDL and POST_IT === 
     7 
     8== File post_it.pro == 
     9 
     10=== General description and a first example === 
     11 
     12post_it.pro is the file in which you will work. It defines the in line commands1 which will be read by post_it so as to get the plot you want. For instance : [[BR]] 
     13{{{ 
     14cmdline = [ $ 
     15; var             on   exp      grid  plt   timeave  date1   spec  disp   proj   out 
     16  'sohtc300   1     2L24   T       xy   100y      1860     -       1       1        v', $ 
     17 
     18'lastline 0' ] 
     19}}}  
     20 
     21This means that you want the sohtc300 variable to be visualised from a netcdf file called '2L24_100y_1860_*_grid_T.nc' on a 2D plot 'xy'. [[BR]] 
     22The result is the following picture. 
     23 
     24'''Heat Content''' 
     25[[Image(2L24_HTC300_TROP_100y.gif), 90%)]]  
     26 
     27As a consequence, the names of the netcdf files are standardized and follow this pattern : [[BR]] 
     28'Experiment'_'Frequency'_'Date1'_'Date2'_'Grid Type'.nc 
     29