FV3 Bundle
|
Data Types | |
type | ivar_type |
Functions/Subroutines | |
subroutine, public | crtm_compute_atmabsorption (SensorIndex, ChannelIndex, AncillaryInput, Predictor, AtmOptics, iVar) |
subroutine, public | crtm_compute_atmabsorption_tl (SensorIndex, ChannelIndex, Predictor, Predictor_TL, AtmOptics_TL, iVar) |
subroutine, public | crtm_compute_atmabsorption_ad (SensorIndex, ChannelIndex, Predictor, AtmOptics_AD, Predictor_AD, iVar) |
Variables | |
character(*), parameter | module_version_id = '$Id: CRTM_AtmAbsorption.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | ml = 256 |
subroutine, public crtm_atmabsorption::crtm_compute_atmabsorption | ( | integer, intent(in) | SensorIndex, |
integer, intent(in) | ChannelIndex, | ||
type(crtm_ancillaryinput_type), intent(in) | AncillaryInput, | ||
type(crtm_predictor_type), intent(inout) | Predictor, | ||
type(crtm_atmoptics_type), intent(inout) | AtmOptics, | ||
type(ivar_type), intent(inout) | iVar | ||
) |
Definition at line 188 of file CRTM_AtmAbsorption.f90.
subroutine, public crtm_atmabsorption::crtm_compute_atmabsorption_ad | ( | integer, intent(in) | SensorIndex, |
integer, intent(in) | ChannelIndex, | ||
type(crtm_predictor_type), intent(in) | Predictor, | ||
type(crtm_atmoptics_type), intent(inout) | AtmOptics_AD, | ||
type(crtm_predictor_type), intent(inout) | Predictor_AD, | ||
type(ivar_type), intent(in) | iVar | ||
) |
Definition at line 514 of file CRTM_AtmAbsorption.f90.
subroutine, public crtm_atmabsorption::crtm_compute_atmabsorption_tl | ( | integer, intent(in) | SensorIndex, |
integer, intent(in) | ChannelIndex, | ||
type(crtm_predictor_type), intent(in) | Predictor, | ||
type(crtm_predictor_type), intent(inout) | Predictor_TL, | ||
type(crtm_atmoptics_type), intent(inout) | AtmOptics_TL, | ||
type(ivar_type), intent(in) | iVar | ||
) |
Definition at line 350 of file CRTM_AtmAbsorption.f90.
|
private |
Definition at line 75 of file CRTM_AtmAbsorption.f90.
|
private |
Definition at line 72 of file CRTM_AtmAbsorption.f90.