FV3 Bundle
|
Functions/Subroutines | |
integer function, public | crtm_compute_cloudscatter (Atm, SensorIndex, ChannelIndex, CScat, CSV) |
integer function, public | crtm_compute_cloudscatter_tl (Atm, CScat, Atm_TL, SensorIndex, ChannelIndex, CScat_TL, CSV) |
integer function, public | crtm_compute_cloudscatter_ad (Atm, CScat, CScat_AD, SensorIndex, ChannelIndex, Atm_AD, CSV) |
subroutine | get_cloud_opt_ir (CloudScatter, Frequency, cloud_type, Reff, ke, w, pcoeff, csi) |
subroutine | get_cloud_opt_ir_tl (CloudScatter_TL, cloud_type, ke, w, Reff_TL, ke_TL, w_TL, pcoeff_TL, csi) |
subroutine | get_cloud_opt_ir_ad (CloudScatter_AD, cloud_type, ke, w, ke_AD, w_AD, pcoeff_AD, Reff_AD, csi) |
subroutine | get_cloud_opt_mw (CloudScatter, Frequency, cloud_type, Reff, Temperature, ke, w, pcoeff, csi) |
subroutine | get_cloud_opt_mw_tl (CloudScatter_TL, cloud_type, ke, w, Reff_TL, Temperature_TL, ke_TL, w_TL, pcoeff_TL, csi) |
subroutine | get_cloud_opt_mw_ad (CloudScatter_AD, cloud_type, ke, w, ke_AD, w_AD, pcoeff_AD, Reff_AD, Temperature_AD, csi) |
Variables | |
character(*), parameter | module_version_id = '$Id: CRTM_CloudScatter.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | ml = 256 |
integer, parameter | two_streams = 2 |
integer, parameter | four_streams = 4 |
integer, parameter | six_streams = 6 |
integer, parameter | eight_streams = 8 |
integer, parameter | sixteen_streams = 16 |
integer, parameter | thirtytwo_streams = 32 |
integer function, public crtm_cloudscatter::crtm_compute_cloudscatter | ( | type(crtm_atmosphere_type), intent(in) | Atm, |
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_atmoptics_type), intent(inout) | CScat, | ||
type(csvar_type), intent(inout) | CSV | ||
) |
Definition at line 184 of file CRTM_CloudScatter.f90.
integer function, public crtm_cloudscatter::crtm_compute_cloudscatter_ad | ( | type(crtm_atmosphere_type), intent(in) | Atm, |
type(crtm_atmoptics_type), intent(in) | CScat, | ||
type(crtm_atmoptics_type), intent(inout) | CScat_AD, | ||
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_atmosphere_type), intent(inout) | Atm_AD, | ||
type(csvar_type), intent(in) | CSV | ||
) |
Definition at line 674 of file CRTM_CloudScatter.f90.
integer function, public crtm_cloudscatter::crtm_compute_cloudscatter_tl | ( | type(crtm_atmosphere_type), intent(in) | Atm, |
type(crtm_atmoptics_type), intent(in) | CScat, | ||
type(crtm_atmosphere_type), intent(in) | Atm_TL, | ||
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_atmoptics_type), intent(inout) | CScat_TL, | ||
type(csvar_type), intent(in) | CSV | ||
) |
Definition at line 447 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 841 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 1030 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 920 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 1151 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 1467 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 1281 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 96 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 94 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 91 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 88 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 95 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 97 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 98 of file CRTM_CloudScatter.f90.
|
private |
Definition at line 93 of file CRTM_CloudScatter.f90.