source: trunk/src/figure13.pro @ 2

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

first commit with original work of Francoise Pinsard

  • Property svn:keywords set to Id
File size: 822 bytes
Line 
1; docformat = 'rst'
2;+
3;
4; plot figure 13 of paper1
5;
6; :Categories:
7;  AMSU
8;
9; :Uses:
10;
11; :Restrictions:
12;  - Requires SAXO
13;
14; :Pre:
15;  varamma_profile.sh_
16;
17;  .. _varamma_profile.sh: varamma_profile.sh.html
18;
19;  for AMSU dataset be sure to have *cx*\ ``.an``\ *yyyy*\ ``_climato_ng.nc``
20;  in the directory defined in ${VARAMMA_ID}/
21;
22; :Post:
23;  varamma_profile.sh_
24;
25;  ++ jpg is now present in ++
26;
27; :Todo:
28;
29;
30; :Examples:
31;
32; To produce a PNG file :
33; ::
34;
35;   IDL> figure13
36;
37; :History:
38;
39; - fplod 2008-08-11T16:04:44Z aedon.locean-ipsl.upmc.fr (Darwin)
40;
41;   * creation of header not yet ok, just the idea
42;
43;-
44pro figure13
45;
46 compile_opt idl2, strictarrsubs
47;
48do apr ... sep
49imonth=
50++ position sur un page 3*2 plot
51plotclim, 'AMSU', 'b5', 2006, small=[6,i,j],/noerase
52saveimage, fullfilename_out,/png
53end
Note: See TracBrowser for help on using the repository browser.