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

Convert i,j grid coordinates to lat/lon. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3fb03 (xi, xj, xmeshl, tlat, tlong)
 Converts i,j grid coordinates to the corresponding latitude/longitude on a southern hemisphere polar stereographic map projection.
 

Detailed Description

Convert i,j grid coordinates to lat/lon.

Author
Ralph Jones
Date
1986-07-17

Definition in file w3fb03.f.

Function/Subroutine Documentation

◆ w3fb03()

subroutine w3fb03 (   xi,
  xj,
  xmeshl,
  tlat,
  tlong 
)

Converts i,j grid coordinates to the corresponding latitude/longitude on a southern hemisphere polar stereographic map projection.

Program history log.

  • Ralph Jones 1986-07-17 Convert to fortran 77.
  • Ralph Jones 1990-08-31 Convert to cray cft77 fortran.
Parameters
[in]XIReal i coordinate.
[in]XJReal j coordinate.
[in]XMESHLReal grid interval in km.
[out]TLATReal s.h. latitude.
[out]TLONGReal longitude.
Author
Ralph Jones
Date
1986-07-17

Definition at line 20 of file w3fb03.f.