FV3 Bundle
|
Data Types | |
type | ivar_type |
Functions/Subroutines | |
subroutine, public | odas_compute_atmabsorption (TC, ChannelIndex, Predictor, AtmOptics, iVar) |
subroutine, public | odas_compute_atmabsorption_tl (TC, ChannelIndex, Predictor, Predictor_TL, AtmOptics_TL, iVar) |
subroutine, public | odas_compute_atmabsorption_ad (TC, ChannelIndex, Predictor, AtmOptics_AD, Predictor_AD, iVar) |
Variables | |
character(*), parameter | module_version_id = '$Id: ODAS_AtmAbsorption.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
subroutine, public odas_atmabsorption::odas_compute_atmabsorption | ( | type(odas_taucoeff_type), intent(in) | TC, |
integer, intent(in) | ChannelIndex, | ||
type(odas_predictor_type), intent(in) | Predictor, | ||
type(crtm_atmoptics_type), intent(inout) | AtmOptics, | ||
type(ivar_type), intent(inout) | iVar | ||
) |
subroutine, public odas_atmabsorption::odas_compute_atmabsorption_ad | ( | type(odas_taucoeff_type), intent(in) | TC, |
integer, intent(in) | ChannelIndex, | ||
type(odas_predictor_type), intent(in) | Predictor, | ||
type(crtm_atmoptics_type), intent(inout) | AtmOptics_AD, | ||
type(odas_predictor_type), intent(inout) | Predictor_AD, | ||
type(ivar_type), intent(in) | iVar | ||
) |
subroutine, public odas_atmabsorption::odas_compute_atmabsorption_tl | ( | type(odas_taucoeff_type), intent(in) | TC, |
integer, intent(in) | ChannelIndex, | ||
type(odas_predictor_type), intent(in) | Predictor, | ||
type(odas_predictor_type), intent(in) | Predictor_TL, | ||
type(crtm_atmoptics_type), intent(inout) | AtmOptics_TL, | ||
type(ivar_type), intent(in) | iVar | ||
) |
|
private |
Definition at line 59 of file ODAS_AtmAbsorption.f90.