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

Print array of data points at lat/lon points. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3fp04 (ifld, alat, alon, title, idim, cmil, cmir, cmjb, cmjt, inum, xfac, ierr)
 Given an array of meteorological data and corresponding latitude/longitude position for each data point, these data values are printed at their approximate latitude/longitude positions on a polar stereographic projection.
 

Detailed Description

Print array of data points at lat/lon points.

Author
J. Horodeck
Date
1980-01-15

Definition in file w3fp04.f.

Function/Subroutine Documentation

◆ w3fp04()

subroutine w3fp04 ( integer, dimension(idim)  ifld,
real, dimension(idim)  alat,
real, dimension(idim)  alon,
integer, dimension(10)  title,
  idim,
  cmil,
  cmir,
  cmjb,
  cmjt,
  inum,
  xfac,
  ierr 
)

Given an array of meteorological data and corresponding latitude/longitude position for each data point, these data values are printed at their approximate latitude/longitude positions on a polar stereographic projection.

PROGRAM HISTORY LOG:

  • J. Horodeck 1980-01-15
  • Ralph Jones 1985-07-31 Change to cdc fortran 200
  • Ralph Jones 1990-08-15 Change to cray cft77 fortran
Parameters
[in]IFLDReal or integer fullword array of data points.
[in]ALATReal array of latitude positions (>0 for nh, <0 for sh) for the data to be plotted.
[in]ALONReal array of longitudes (west of greenwich)
[in]TITLEInteger size 10 alphanumeric array of characters for title to be written on printout.
[in]IDIMInteger number of data values to plot (size of arrays ifld, alat and alon).
[in]CMILReal left side of grid - minimum coarse mesh i coordinate (minimum value of 1.0).
[in]CMIRReal right side of grid - maximum coarse mesh i coordinate (maximum value of 65.0).
[in]CMJBReal bottom of grid - minimum coarse mesh j coordinate (minimum value of 1.0).
[in]CMJTReal top of grid - maximum coarse mesh j coordinate (maximum value of 65.0).
[in]INUMInteger three digit number for the following:
  • Hundreds digit = type of data
    • 1 = Fixed point
    • 2 = Floating point
    • 3 = Alphanumeric
  • Tens digit = hemispheric reference
    • 0 = Northern hemisphere
    • 1 = Southern hemisphere
  • Units digit = number of characters to plot
  • Minimum = 1 character
  • Maximum = 4 characters
[in]XFACReal map scale factor (desired map scale = xfac
  • 1:30,000,000 (standard nmc 65x65 grid scale))
[out]IERRInteger return code.
Note
Because this code could produce considerable output the subset of the nmc 65x65 grid which can be printed is a function of the map scale factor, e.g. for xfac=5 the maximum range of i and j is 27.0, for xfac=2 the range is 64.0.
Author
J. Horodeck
Date
1980-01-15

Definition at line 52 of file w3fp04.f.