|
ocssw
V2022
|
modis_science_module Module Reference
Functions/Subroutines | |
| subroutine, public | scienceinterface (threshold_solar_zenith, threshold_sensor_zenith, threshold_relative_azimuth, debug, status) |
| subroutine | compute_aod (x, y, scat_ang, corr_meas, ws, aod550) |
| subroutine | fill_c2_mdl (i, j) |
Function/Subroutine Documentation
◆ compute_aod()
| subroutine modis_science_module::compute_aod | ( | integer, intent(in) | x, |
| integer, intent(in) | y, | ||
| real, intent(in) | scat_ang, | ||
| real, dimension(:), intent(in) | corr_meas, | ||
| real, intent(in) | ws, | ||
| real, intent(inout) | aod550 | ||
| ) |
Definition at line 1623 of file modis_science_module.f90.
◆ fill_c2_mdl()
Definition at line 1724 of file modis_science_module.f90.
◆ scienceinterface()
| subroutine, public modis_science_module::scienceinterface | ( | real, intent(in) | threshold_solar_zenith, |
| real, intent(in) | threshold_sensor_zenith, | ||
| real, intent(in) | threshold_relative_azimuth, | ||
| logical, intent(in) | debug, | ||
| integer, intent(out) | status | ||
| ) |
Definition at line 18 of file modis_science_module.f90.


