|
FV3 Bundle
|
Functions/Subroutines | |
| subroutine, public | compute_nlte_predictor (NLTECoeff, Atm, gInfo, NLTE_Predictor) |
| subroutine, public | compute_nlte_predictor_tl (NLTE_Predictor, Atm_TL, NLTE_Predictor_TL) |
| subroutine, public | compute_nlte_predictor_ad (NLTE_Predictor, NLTE_Predictor_AD, Atm_AD) |
| subroutine, public | compute_nlte_correction (NLTECoeff, ChannelIndex, NLTE_Predictor, Radiance) |
| subroutine, public | compute_nlte_correction_tl (NLTECoeff, ChannelIndex, NLTE_Predictor_TL, Radiance_TL) |
| subroutine, public | compute_nlte_correction_ad (NLTECoeff, ChannelIndex, Radiance_AD, NLTE_Predictor_AD) |
Variables | |
| character(*), parameter | module_version_id = '$Id: CRTM_NLTECorrection.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
| subroutine, public crtm_nltecorrection::compute_nlte_correction | ( | type(nltecoeff_type), intent(in) | NLTECoeff, |
| integer, intent(in) | ChannelIndex, | ||
| type(nlte_predictor_type), intent(in) | NLTE_Predictor, | ||
| real(fp), intent(inout) | Radiance | ||
| ) |
Definition at line 506 of file CRTM_NLTECorrection.f90.
| subroutine, public crtm_nltecorrection::compute_nlte_correction_ad | ( | type(nltecoeff_type), intent(in) | NLTECoeff, |
| integer, intent(in) | ChannelIndex, | ||
| real(fp), intent(inout) | Radiance_AD, | ||
| type(nlte_predictor_type), intent(inout) | NLTE_Predictor_AD | ||
| ) |
Definition at line 707 of file CRTM_NLTECorrection.f90.
| subroutine, public crtm_nltecorrection::compute_nlte_correction_tl | ( | type(nltecoeff_type), intent(in) | NLTECoeff, |
| integer, intent(in) | ChannelIndex, | ||
| type(nlte_predictor_type), intent(in) | NLTE_Predictor_TL, | ||
| real(fp), intent(inout) | Radiance_TL | ||
| ) |
Definition at line 608 of file CRTM_NLTECorrection.f90.
| subroutine, public crtm_nltecorrection::compute_nlte_predictor | ( | type(nltecoeff_type), intent(in) | NLTECoeff, |
| type(crtm_atmosphere_type), intent(in) | Atm, | ||
| type(crtm_geometryinfo_type), intent(in) | gInfo, | ||
| type(nlte_predictor_type), intent(out) | NLTE_Predictor | ||
| ) |
Definition at line 113 of file CRTM_NLTECorrection.f90.
| subroutine, public crtm_nltecorrection::compute_nlte_predictor_ad | ( | type(nlte_predictor_type), intent(in) | NLTE_Predictor, |
| type(nlte_predictor_type), intent(inout) | NLTE_Predictor_AD, | ||
| type(crtm_atmosphere_type), intent(inout) | Atm_AD | ||
| ) |
Definition at line 398 of file CRTM_NLTECorrection.f90.
| subroutine, public crtm_nltecorrection::compute_nlte_predictor_tl | ( | type(nlte_predictor_type), intent(in) | NLTE_Predictor, |
| type(crtm_atmosphere_type), intent(in) | Atm_TL, | ||
| type(nlte_predictor_type), intent(out) | NLTE_Predictor_TL | ||
| ) |
Definition at line 300 of file CRTM_NLTECorrection.f90.
|
private |
Definition at line 54 of file CRTM_NLTECorrection.f90.