ocssw
V2022
|
retrieval_irw Module Reference
Functions/Subroutines | |
subroutine, public | init_irw |
subroutine, public | retrieve_irw_temp_for_uncert (x, y, I11_meas, idx_i, idx_j, irw_temp_low, irw_temp_high) |
subroutine, public | retrieve_irw_temp (x, y, I11_meas, idx_i, idx_j, clear_rad_table, clear_trans_table, cloud_prof, irw_temp, irw_pressure, irw_height) |
subroutine | locate_point_top_down (theta, thetaArray, ntheta, iAngLow, iAngHi) |
Function/Subroutine Documentation
◆ init_irw()
subroutine, public retrieval_irw::init_irw |
Definition at line 90 of file retrieval_irw.f90.
◆ locate_point_top_down()
subroutine retrieval_irw::locate_point_top_down | ( | real, intent(in) | theta, |
real, dimension(1:ntheta), intent(in) | thetaArray, | ||
integer, intent(in) | ntheta, | ||
integer, intent(out) | iAngLow, | ||
integer, intent(out) | iAngHi | ||
) |
Definition at line 411 of file retrieval_irw.f90.
◆ retrieve_irw_temp()
subroutine, public retrieval_irw::retrieve_irw_temp | ( | integer, intent(in) | x, |
integer, intent(in) | y, | ||
real, intent(in) | I11_meas, | ||
integer, intent(in) | idx_i, | ||
integer, intent(in) | idx_j, | ||
real, dimension(:,:), intent(in) | clear_rad_table, | ||
real, dimension(:,:), intent(in) | clear_trans_table, | ||
real, dimension(:,:), intent(in) | cloud_prof, | ||
real, intent(inout) | irw_temp, | ||
real, intent(inout) | irw_pressure, | ||
real, intent(inout) | irw_height | ||
) |
Definition at line 207 of file retrieval_irw.f90.
◆ retrieve_irw_temp_for_uncert()
subroutine, public retrieval_irw::retrieve_irw_temp_for_uncert | ( | integer, intent(in) | x, |
integer, intent(in) | y, | ||
real, intent(in) | I11_meas, | ||
integer, intent(in) | idx_i, | ||
integer, intent(in) | idx_j, | ||
real, intent(inout) | irw_temp_low, | ||
real, intent(inout) | irw_temp_high | ||
) |
Definition at line 99 of file retrieval_irw.f90.