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

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

Go to the source code of this file.

Functions/Subroutines

subroutine w3ft06v (alola, apola, interp)
 Convert a southern hemisphere 2.5 degree lat.,lon.
 

Detailed Description

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

hemi. grid.

Author
Ralph Jones
Date
1985-04-10

Definition in file w3ft06v.f.

Function/Subroutine Documentation

◆ w3ft06v()

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

Convert a southern 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. s.; The mesh length is 381 km. and the oriention is 260 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-24 Ralph Jones Change to cray cft77 fortran.
1993-05-31 Ralph Jones Recompile so linear interpolation works.
Parameters
[in]ALOLA- 145*37 gid 2.5 lat,lon grid s. hemishere. 5365 point grid is o.n.84 type 30 or 1e hex.
[in]INTERP- 1 linear interpolation , ne.1 biquadratic.
[out]APOLA- 65*65 grid of northern hemi. 4225 point grid is o.n. 84 type 28 or 1c hex.
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 w3fc10 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 34 of file w3ft06v.f.