source: trunk/src/figure12.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: 788 bytes
Line 
1; docformat = 'rst'
2;+
3;
4; plot figure 12 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; :Todo:
26;
27;
28; :Examples:
29;
30; To produce a PNG file :
31; ::
32;
33;   IDL> figure12
34;
35; :History:
36;
37; - fplod 2008-08-11T16:04:44Z aedon.locean-ipsl.upmc.fr (Darwin)
38;
39;   * creation of header not yet ok, just the idea
40;
41;-
42pro figure12
43;
44 compile_opt idl2, strictarrsubs
45;
46do apr ... sep
47imonth=
48++ position sur un page 3*2 plot
49plotclim, 'AMSU', 'a4', 2006, small=[6,i,j],/noerase
50saveimage, fullfilename_out,/png
51end
Note: See TracBrowser for help on using the repository browser.