NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3ft202.f File Reference

Convert (361,91) grid to (65,43) n. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3ft202 (alola, apola, interp)
 Convert a northern hemisphere 1.0 degree lat.,lon.
 

Detailed Description

Convert (361,91) grid to (65,43) n.

hemi. grid

Author
Ralph Jones
Date
1994-05-18

Definition in file w3ft202.f.

Function/Subroutine Documentation

◆ w3ft202()

subroutine w3ft202 ( real, dimension(361,91)  alola,
real, dimension(npts)  apola,
  interp 
)

Convert a northern hemisphere 1.0 degree lat.,lon.

361 by 91 grid to a polar stereographic 65 by 43 grid. The polar stereographic map projection is true at 60 deg. n. , The mesh length is 190.5 km. and the oriention is 105 deg. w.

Program History Log:

Date Programmer Comment
1994-05-18 Ralph Jones Initial.
Parameters
[in]ALOLA361*91 grid 1.0 lat,lon grid n. hemisphere 32851 point grid is o.n. 84 type ?? or ?? hex
[in]INTERP1 linear interpolation , ne.1 biquadratic
[out]APOLA65*43 grid of northern hemisphere. 2795 point grid is awips grid type 202
Note
  • 1. W1 and w2 are used to store sets of constants which are reusable for repeated calls to the subroutine.
  • 2. Wind components are not rotated to the 65*43 grid orientation after interpolation. You may use w3fc08() to do this.
  • 3. The grid points values on the equator have been extrapolated outward to all the grid points outside the equator on the 65*43 grid (about 1100 points).
Author
Ralph Jones
Date
1994-05-18

Definition at line 31 of file w3ft202.f.