FV3 Bundle
|
Data Types | |
type | ivar_type |
Functions/Subroutines | |
subroutine, public | odps_compute_atmabsorption (TC, ChannelIndex, Predictor, AtmAbsorption) |
subroutine, public | odps_compute_atmabsorption_tl (TC, ChannelIndex, Predictor, Predictor_TL, AtmAbsorption_TL) |
subroutine, public | odps_compute_atmabsorption_ad (TC, ChannelIndex, Predictor, AtmAbsorption_AD, Predictor_AD) |
subroutine | add_optran_wlood (TC, ChannelIndex, Predictor, OD) |
subroutine | add_optran_wlood_tl (TC, ChannelIndex, Predictor, Predictor_TL, OD_TL) |
subroutine | add_optran_wlood_ad (TC, ChannelIndex, Predictor, OD_AD, Predictor_AD) |
Variables | |
character(*), parameter, private | module_version_id = '$Id: $' |
real(fp), parameter | max_od = 20.0_fp |
|
private |
|
private |
|
private |
subroutine, public odps_atmabsorption::odps_compute_atmabsorption | ( | type(odps_type), intent(in) | TC, |
integer, intent(in) | ChannelIndex, | ||
type(odps_predictor_type), intent(inout) | Predictor, | ||
type(crtm_atmoptics_type), intent(inout) | AtmAbsorption | ||
) |
Definition at line 140 of file ODPS_AtmAbsorption.f90.
subroutine, public odps_atmabsorption::odps_compute_atmabsorption_ad | ( | type(odps_type), intent(in) | TC, |
integer, intent(in) | ChannelIndex, | ||
type(odps_predictor_type), intent(in) | Predictor, | ||
type(crtm_atmoptics_type), intent(inout) | AtmAbsorption_AD, | ||
type(odps_predictor_type), intent(inout) | Predictor_AD | ||
) |
Definition at line 495 of file ODPS_AtmAbsorption.f90.
subroutine, public odps_atmabsorption::odps_compute_atmabsorption_tl | ( | type(odps_type), intent(in) | TC, |
integer, intent(in) | ChannelIndex, | ||
type(odps_predictor_type), intent(in) | Predictor, | ||
type(odps_predictor_type), intent(inout) | Predictor_TL, | ||
type(crtm_atmoptics_type), intent(inout) | AtmAbsorption_TL | ||
) |
Definition at line 328 of file ODPS_AtmAbsorption.f90.
|
private |
Definition at line 59 of file ODPS_AtmAbsorption.f90.
|
private |
Definition at line 56 of file ODPS_AtmAbsorption.f90.