NCEPLIBS-w3emc 2.12.0
|
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. | |
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:
[in] | IFLD | Real or integer fullword array of data points. |
[in] | ALAT | Real array of latitude positions (>0 for nh, <0 for sh) for the data to be plotted. |
[in] | ALON | Real array of longitudes (west of greenwich) |
[in] | TITLE | Integer size 10 alphanumeric array of characters for title to be written on printout. |
[in] | IDIM | Integer number of data values to plot (size of arrays ifld, alat and alon). |
[in] | CMIL | Real left side of grid - minimum coarse mesh i coordinate (minimum value of 1.0). |
[in] | CMIR | Real right side of grid - maximum coarse mesh i coordinate (maximum value of 65.0). |
[in] | CMJB | Real bottom of grid - minimum coarse mesh j coordinate (minimum value of 1.0). |
[in] | CMJT | Real top of grid - maximum coarse mesh j coordinate (maximum value of 65.0). |
[in] | INUM | Integer three digit number for the following:
|
[in] | XFAC | Real map scale factor (desired map scale = xfac
|
[out] | IERR | Integer return code. |