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