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

Convert (361,91) grid to (93,65) lambert grid. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3ft211 (alola, alamb, interp)
 Convert a northern hemisphere 1.0 degree lat.,lon.
 

Detailed Description

Convert (361,91) grid to (93,65) lambert grid.

Author
Ralph Jones
Date
1994-05-18

Definition in file w3ft211.f.

Function/Subroutine Documentation

◆ w3ft211()

subroutine w3ft211 ( real, dimension(iii,jjj)  alola,
real, dimension(npts)  alamb,
  interp 
)

Convert a northern hemisphere 1.0 degree lat.,lon.

361 by 91 grid to a lambert conformal 93 by 65 awips grib 211.

Program History Log:

Date Programmer Comment
1994-05-18 Ralph Jones Initial.
Parameters
[in]ALOLA361*91 grid 1.0 deg. lat,lon grid n. hemi. 32851 point grid. 360 * 181 one degree grib grid 3 was flipped, greenwish added to right side and cut to 361 * 91.
[in]INTERP1 linear interpolation , ne.1 biquadratic
[out]ALAMB93*65 regional - conus (lambert conformal). 6045 point grid is awips grid type 211
Note
  • 1. W1 and w2 are used to store sets of constants which are reusable for repeated calls to the subroutine. 11 other array are saved and reused on the next call.
  • 2. Wind components are not rotated to the 93*65 grid orientation after interpolation. You may use w3fc08() to do this.

Definition at line 27 of file w3ft211.f.