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

Convert (361,91) grid to (45,39) n. More...

Go to the source code of this file.

Functions/Subroutines

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

Detailed Description

Convert (361,91) grid to (45,39) n.

hemi. grid.

Author
Ralph Jones
Date
1993-10-19

Definition in file w3ft205.f.

Function/Subroutine Documentation

◆ w3ft205()

subroutine w3ft205 ( 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 45 by 39 grid. The polar stereographic map projection is true at 60 deg. n. , The mesh length is 190.5 km. and the oriention is 60 deg. w. pole point is at (i,j) = (27,57). new map is awips map 205.

Program History Log:

Date Programmer Comment
1993-10-19 Ralph Jones Initial.
Parameters
[in]ALOLA361*91 grid 1.0 lat,lon grid n. hemisphere 32851 point grid. 360 * 181 one degree grib grid 3 was flipped, greenwish added to righ side and cut to 361 * 91.
[in]INTERP1 linear interpolation , ne.1 biquadratic
[out]APOLA45*39 grid of northern hemisphere. 1755 point grid is awips grid type 205
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 45*39 grid orientation after interpolation. You may use w3fc08() to do this.
Author
Ralph Jones
Date
1993-10-19

Definition at line 30 of file w3ft205.f.