source: trunk/src/figure02.pro @ 8

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

add lat and lon parametrization in hovmuller.pro

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1; docformat = 'rst'
2;+
3;
4; plot figure 2 of paper1
5;
6; :Categories:
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> figure02
35;
36; :History:
37;
38; - fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)
39;
40;   * add ubox keywords required by hovmuller.pro
41;
42; - fplod 2008-08-12T13:33:22Z aedon.locean-ipsl.upmc.fr (Darwin)
43;
44;   * creation of header not yet ok, just the idea
45;
46;-
47pro figure02
48;
49 compile_opt idl2, strictarrsubs
50;
51hovmuller, 'AMSU', 'a5', 2006L, ubox=[-30.,+40.,-30.,45.], small=[2,2,1]
52hovmuller, 'AMSU', 'a7', 2006L, ubox=[-30.,+40.,-30.,45.], small=[2,2,2],/noerase
53hovmuller, 'AMSU', 'a5', 2006L, ubox=[-30.,+40.,-30.,45.], small=[2,2,3],/noerase
54hovmuller, 'AMSU', 'a7', 2006L, ubox=[-30.,+40.,-30.,45.], small=[2,2,4],/noerase
55saveimage, fullfilename_out,/png
56end
Note: See TracBrowser for help on using the repository browser.