source: trunk/src/figure05.pro @ 11

Last change on this file since 11 was 11, checked in by pinsard, 15 years ago

smal typo for doc

  • Property svn:keywords set to Id
File size: 708 bytes
Line 
1; docformat = 'rst'
2;+
3;
4; plot figure 5 of paper1
5;
6; :Categories: figure
7;
8; :Uses:
9;  hovmuller.pro_
10;
11; .. _hovmuller.pro: hovmuller.pro.html
12;
13; :Restrictions:
14;
15; :Pre:
16;  varamma_profile.sh_
17;
18;  .. _varamma_profile.sh: varamma_profile.sh.html
19;
20;  for AMSU dataset be sure to have *cx*\ ``.an``\ *yyyy*\ ``.nc``
21;  in the directory defined in ${VARAMMA_ID}/
22;
23; :Post:
24;  varamma_profile.sh_
25;
26; :Todo:
27;
28;
29; :Examples:
30;
31; To produce a PNG file :
32; ::
33;
34;   IDL> figure05
35;
36; :History:
37;
38; - fplod 2008-08-12T13:40:13Z aedon.locean-ipsl.upmc.fr (Darwin)
39;
40;   * creation of header not yet ok, just the idea
41;
42;-
43pro figure05
44;
45 compile_opt idl2, strictarrsubs
46;
47saveimage, fullfilename_out,/png
48end
Note: See TracBrowser for help on using the repository browser.