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

Convert (145,37) grid to (65,65) n. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3ft05v (alola, apola, interp)
 Convert a northern hemisphere 2.5 degree lat.,lon.
 

Detailed Description

Convert (145,37) grid to (65,65) n.

hemi. grid

Author
Ralph Jones
Date
1985-04-10

Definition in file w3ft05v.f.

Function/Subroutine Documentation

◆ w3ft05v()

subroutine w3ft05v ( real, dimension(145,37)  alola,
real, dimension(4225)  apola,
  interp 
)

Convert a northern hemisphere 2.5 degree lat.,lon.

145 by 37 grid to a polar stereographic 65 by 65 grid. The polar stereographic map projection is true at 60 deg. n. , The mesh length is 381 km. and the oriention is 80 deg. w.

Program History Log:

Date Programmer Comment
1985-04-10 Ralph Jones Vectorized version of w3ft05().
1989-10-21 Ralph Jones Changes to increase speed.
1991-07-25 Ralph Jones Change to cray cft77 fortran.
Parameters
[in]ALOLA145*37 gid 2.5 lat,lon grid n. hemisphere 5365 point grid is o.n. 84 type 29 or 1d hex interp - 1 linear interpolation , ne.1 biquadratic
[out]APOLA65*65 grid of northern hemisphere 4225 point grid is o.n.84 type 27 or 1b hex.
INTERP
Remarks
  • 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*65 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*65 grid (about 1100 points).
Author
Ralph Jones
Date
1985-04-10

Definition at line 33 of file w3ft05v.f.