source: trunk/src/figure11.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: 1.2 KB
Line 
1; docformat = 'rst'
2;+
3;
4; plot figure 11 of paper1
5;
6; :Categories: figure
7;
8; :Uses:
9;  hovmuller.pro_
10;
11; .. _hovmuller.pro: hovmuller.pro.html
12;
13; :Restrictions:
14;  - Requires SAXO
15;
16; :Pre:
17;  varamma_profile.sh_
18;
19;  .. _varamma_profile.sh: varamma_profile.sh.html
20;
21; ++ OLR
22; ++ ECMWF
23;
24; :Post:
25;  varamma_profile.sh_
26;
27;  ++ jpg is now present in ++
28;
29; :Todo:
30;
31;
32; :Examples:
33;
34; To produce a PNG file :
35; ::
36;
37;
38;   IDL> figure11
39;
40; :History:
41;
42; - fplod 2008-08-11T15:56:10Z aedon.locean-ipsl.upmc.fr (Darwin)
43;
44;   * creation of header not yet ok, just the idea
45;
46;-
47pro figure11
48;
49 compile_opt idl2, strictarrsubs
50;
51hovmuller, 'ECMWF', 'msl',             ubox=[-30.,+40.,-30.,45.], small=[2,1,2]
52hovmuller, 'ECMWF', 't2',       2006L, ubox=[-30.,+40.,-30.,45.], small=[2,1,2],/noerase
53hovmuller, 'ECMWF', 'geopt700', 2006L, ubox=[-30.,+40.,-30.,45.], small=[2,1,2],/noerase
54hovmuller, 'ECMWF', 'rh700',    2006L, ubox=[-30.,+40.,-30.,45.], small=[2,1,2],/noerase
55hovmuller, 'ECMWF', 'rh300',    2006L, ubox=[-30.,+40.,-30.,45.], small=[2,1,2],/noerase
56hovmuller, 'OLR', 'n.a',        2006L, ubox=[-30.,+40.,-30.,45.], small=[2,1,1],/noerase
57saveimage, fullfilename_out,/png
58end
Note: See TracBrowser for help on using the repository browser.