|
NCEPLIBS-ip
4.4.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. More... | |
| subroutine | init_grib1 (self, g1_desc) |
| Initializes an IP Station grid given a grib1_descriptor object. More... | |
| subroutine | init_grib2 (self, g2_desc) |
| Initializes an IP Station grid given a grib2_descriptor object. More... | |
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 75 of file ip_station_points_grid_mod.F90.
|
private |
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 37 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 48 of file ip_station_points_grid_mod.F90.