ocssw
V2022
|
Functions/Subroutines | |
subroutine, public | initialize_run (start, edge, stride, tilesize, threshold_solar_zenith, threshold_sensor_zenith, threshold_relative_azimuth, status) |
subroutine, public | check_datasources (status) |
integer function | checkfile (name) |
subroutine, public | readlibraries_base (debug, status) |
subroutine, public | readlibraries_extra (debug, status) |
subroutine, public | allocate_model (st_iterX, st_iterY, grid_wid, grid_ht) |
subroutine, public | allocate_arrays (edge, meas_edge, st_iterX, st_iterY, status) |
integer function | findpoint (vector, value) |
subroutine, public | init_qualitydata |
subroutine, public | deallocate_cleanup (status) |
Function/Subroutine Documentation
◆ allocate_arrays()
subroutine, public modis_frontend_module::allocate_arrays | ( | integer, dimension(:), intent(in) | edge, |
integer, dimension(:), intent(in) | meas_edge, | ||
integer, intent(in) | st_iterX, | ||
integer, intent(in) | st_iterY, | ||
integer, intent(out) | status | ||
) |
Definition at line 1609 of file modis_frontend_module.f90.
◆ allocate_model()
subroutine, public modis_frontend_module::allocate_model | ( | integer, intent(in) | st_iterX, |
integer, intent(in) | st_iterY, | ||
integer, intent(in) | grid_wid, | ||
integer, intent(in) | grid_ht | ||
) |
Definition at line 1561 of file modis_frontend_module.f90.
◆ check_datasources()
subroutine, public modis_frontend_module::check_datasources | ( | integer, intent(out) | status | ) |
Definition at line 115 of file modis_frontend_module.f90.
◆ checkfile()
integer function modis_frontend_module::checkfile | ( | character(*), intent(in) | name | ) |
Definition at line 316 of file modis_frontend_module.f90.
◆ deallocate_cleanup()
subroutine, public modis_frontend_module::deallocate_cleanup | ( | integer, intent(inout) | status | ) |
Definition at line 1968 of file modis_frontend_module.f90.
◆ findpoint()
integer function modis_frontend_module::findpoint | ( | real(single), dimension(:), intent(in) | vector, |
real(single), intent(in) | value | ||
) |
Definition at line 1909 of file modis_frontend_module.f90.
◆ init_qualitydata()
subroutine, public modis_frontend_module::init_qualitydata |
Definition at line 1932 of file modis_frontend_module.f90.
◆ initialize_run()
subroutine, public modis_frontend_module::initialize_run | ( | integer, dimension (2), intent(out) | start, |
integer, dimension (2), intent(out) | edge, | ||
integer, dimension (2), intent(out) | stride, | ||
integer, intent(out) | tilesize, | ||
real, intent(out) | threshold_solar_zenith, | ||
real, intent(out) | threshold_sensor_zenith, | ||
real, intent(out) | threshold_relative_azimuth, | ||
integer, intent(out) | status | ||
) |
Definition at line 30 of file modis_frontend_module.f90.
◆ readlibraries_base()
subroutine, public modis_frontend_module::readlibraries_base | ( | logical, intent(in) | debug, |
integer, intent(out) | status | ||
) |
Definition at line 420 of file modis_frontend_module.f90.
◆ readlibraries_extra()
subroutine, public modis_frontend_module::readlibraries_extra | ( | logical, intent(in) | debug, |
integer, intent(out) | status | ||
) |
Definition at line 851 of file modis_frontend_module.f90.