ocssw
V2022
|
Functions/Subroutines | |
integer function, public | load_ncep_data (filename1, filename2, hr, min) |
integer function, public | load_geos5_data (filename1, filename2, hr, min) |
real function, public | get_winds (rlat, rlon, status) |
real function, public | get_wind_dir (rlat, rlon, status) |
real(8) function, public | get_pwat (rlat, rlon, status) |
real(8) function, public | get_tozne (rlat, rlon, status) |
type(ncep_gdas_grib) function | read_geos5 (filename1, status) |
integer function | read_and_reshape_grib_message (grib_id, out_data) |
integer function | lat2index (lat, status) |
Function/Subroutine Documentation
◆ get_pwat()
real(8) function, public viirs_ancillary::get_pwat | ( | real, intent(in) | rlat, |
real, intent(in) | rlon, | ||
integer, intent(out) | status | ||
) |
Definition at line 326 of file viirs_ancillary.f95.
◆ get_tozne()
real(8) function, public viirs_ancillary::get_tozne | ( | real, intent(in) | rlat, |
real, intent(in) | rlon, | ||
integer, intent(out) | status | ||
) |
Definition at line 377 of file viirs_ancillary.f95.
◆ get_wind_dir()
real function, public viirs_ancillary::get_wind_dir | ( | real, intent(in) | rlat, |
real, intent(in) | rlon, | ||
integer, intent(out) | status | ||
) |
Definition at line 259 of file viirs_ancillary.f95.
◆ get_winds()
real function, public viirs_ancillary::get_winds | ( | real, intent(in) | rlat, |
real, intent(in) | rlon, | ||
integer, intent(out) | status | ||
) |
Definition at line 205 of file viirs_ancillary.f95.
◆ lat2index()
Definition at line 850 of file viirs_ancillary.f95.
◆ load_geos5_data()
integer function, public viirs_ancillary::load_geos5_data | ( | character(len=255), intent(in) | filename1, |
character(len=255), intent(in) | filename2, | ||
integer, intent(in) | hr, | ||
integer, intent(in) | min | ||
) |
Definition at line 118 of file viirs_ancillary.f95.
◆ load_ncep_data()
integer function, public viirs_ancillary::load_ncep_data | ( | character(len=255), intent(in) | filename1, |
character(len=255), intent(in) | filename2, | ||
integer, intent(in) | hr, | ||
integer, intent(in) | min | ||
) |
Definition at line 38 of file viirs_ancillary.f95.
◆ read_and_reshape_grib_message()
integer function viirs_ancillary::read_and_reshape_grib_message | ( | integer, intent(in) | grib_id, |
real(kind=rdbl), dimension(:,:), intent(out) | out_data | ||
) |
Definition at line 777 of file viirs_ancillary.f95.
◆ read_geos5()
type(ncep_gdas_grib) function viirs_ancillary::read_geos5 | ( | character(len=255), intent(in) | filename1, |
integer, intent(inout) | status | ||
) |
Definition at line 579 of file viirs_ancillary.f95.