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

COnvert s. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3fb02 (alat, along, xmeshl, xi, xj)
 Computes i and j coordinates for a latitude/longitude point on the southern hemisphere polar stereographic map projection.
 

Detailed Description

COnvert s.

hemisphere lat/lon to i and j.

Author
Ralph Jones
Date
1985-09-13

Definition in file w3fb02.f.

Function/Subroutine Documentation

◆ w3fb02()

subroutine w3fb02 (   alat,
  along,
  xmeshl,
  xi,
  xj 
)

Computes i and j coordinates for a latitude/longitude point on the southern hemisphere polar stereographic map projection.

Program history log:

  • Ralph Jones 1985-09-13 Convert to fortran 77.
  • Ralph Jones 1990-08-31 Convert to cray cft77 fortran.
Parameters
[in]ALATReal*4 latitude (s.h. latitudes are negative)
[in]ALONGReal*4 west longitude.
[in]XMESHLReal*4 grid interval in km.
[out]XIReal*4 i coordinate.
[out]XJReal*4 j coordinate.
Author
Ralph Jones
Date
1985-09-13

Definition at line 20 of file w3fb02.f.