NCEPLIBS-ip 5.2.0
|
Interpolate gridded data to a series of station points. More...
Data Types | |
type | ip_station_points_grid |
Functions/Subroutines | |
subroutine | gdswzd_station_points (self, iopt, npts, fill, xpts, ypts, rlon, rlat, nret, crot, srot, xlon, xlat, ylon, ylat, area) |
Interpolate gridded data to a series of station points. | |
subroutine | init_grib1 (self, g1_desc) |
Initializes an IP Station grid given a grib1_descriptor object. | |
subroutine | init_grib2 (self, g2_desc) |
Initializes an IP Station grid given a grib2_descriptor object. | |
Interpolate gridded data to a series of station points.
|
private |
Interpolate gridded data to a series of station points.
[in] | self | The grid. |
[in] | IOPT | must be minus 1 (return grid coordinates for selected earth coordinates). |
[in] | NPTS | Maximum number of points. |
[in] | FILL | Fill value to set invalid output data. Must be impossible value; suggested value: -9999. |
[in,out] | XPTS | X point coordinates. Always output. |
[in,out] | YPTS | Y point coordinates. Always output. |
[in,out] | RLON | Point longitudes. Always input. |
[in,out] | RLAT | Point latitudes. Always input. |
[out] | NRET | Number of valid points computed. |
[out] | CROT | Not used. |
[out] | SROT | Not used. |
[out] | XLON | Not used. |
[out] | XLAT | Not used. |
[out] | YLON | Not used. |
[out] | YLAT | Not used. |
[out] | AREA | Not used. |
Definition at line 78 of file ip_station_points_grid_mod.F90.
subroutine ip_station_points_grid_mod::init_grib1 | ( | class(ip_station_points_grid), intent(inout) | self, |
type(grib1_descriptor), intent(in) | g1_desc | ||
) |
Initializes an IP Station grid given a grib1_descriptor object.
[in,out] | self | The grid to initialize |
[in] | g1_desc | A grib1_descriptor |
Definition at line 40 of file ip_station_points_grid_mod.F90.
|
private |
Initializes an IP Station grid given a grib2_descriptor object.
[in,out] | self | The grid to initialize |
[in] | g2_desc | A grib2_descriptor |
Definition at line 51 of file ip_station_points_grid_mod.F90.