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

Convert (95,91) grid to (3447) grid. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3ft16 (alola, bthin, interp)
 Convert a northern hemisphere 1.0 degree lat.,lon.
 

Detailed Description

Convert (95,91) grid to (3447) grid.

Author
Ralph Jones
Date
1994-05-03

Definition in file w3ft16.f.

Function/Subroutine Documentation

◆ w3ft16()

subroutine w3ft16 ( real, dimension(95,91)  alola,
real, dimension(npts)  bthin,
  interp 
)

Convert a northern hemisphere 1.0 degree lat.,lon.

95 by 91 grid to a wafs 1.25 degree thinned 3447 point grid.

Program History Log:

Date Programmer Comment
1994-05-03 Ralph Jones Initial.
Parameters
[in]ALOLA95 * 91 grid 1.0 deg. lat,lon grid northern hemisphere 8645 point grid.
[in]INTERP1 linear interpolation , ne.1 biquadratic
[out]BTHIN3447 point thinned grid of n. hemispere 3447 grid is for grib grids 37-40.
Note
  • W1 and w2 are used to store sets of constants which are reusable for repeated calls to the subroutine. 10 other arrays are saved and reused on the next call.
Author
Ralph Jones
Date
1994-05-03

Definition at line 23 of file w3ft16.f.