source: trunk/INTERP2/get_fullmesh.pro @ 2

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

initial import from /usr/work/fvi/OPA/geomag/

File size: 915 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;
5; NAME: get_fullmesh.pro
6;
7; PURPOSE: Enables getting the full mesh for longitude & latitude
8;
9; CATEGORY : Subroutine
10;
11; CALLING SEQUENCE : get_fullmesh, glamt_full,gphit_full
12;
13; INPUTS :
14;         A meshmask file
15; OUTPUTS :
16;         Longitude and latitude fields that include extra stripes
17; COMMON BLOCKS:
18;         None
19;
20; SIDE EFFECTS:
21;
22; RESTRICTIONS:
23;
24; EXAMPLE:
25;
26; MODIFICATION HISTORY: 08/2002 Robinson Hordoir
27;
28;------------------------------------------------------------
29;------------------------------------------------------------
30;------------------------------------------------------------
31
32pro get_fullmesh, glamt_full,gphit_full
33
34@initorca_grand
35
36glamt_full=glamt
37gphit_full=gphit
38
39@initorca
40
41
42end
43
Note: See TracBrowser for help on using the repository browser.