FV3 Bundle
|
Data Types | |
type | ivar_type |
Functions/Subroutines | |
integer function, public | compute_ir_water_sfcoptics (Surface, GeometryInfo, SensorIndex, ChannelIndex, SfcOptics, iVar) |
integer function, public | compute_ir_water_sfcoptics_tl (Surface, SfcOptics, Surface_TL, GeometryInfo, SensorIndex, ChannelIndex, SfcOptics_TL, iVar) |
integer function, public | compute_ir_water_sfcoptics_ad (Surface, SfcOptics, SfcOptics_AD, GeometryInfo, SensorIndex, ChannelIndex, Surface_AD, iVar) |
subroutine | brdf_rough_sea (Frequency, theta_s, dphi, theta_r, Wind_Speed, brdf, iVar) |
subroutine | brdf_rough_sea_tl (Wind_Speed, Wind_Speed_TL, brdf_TL, iVar) |
subroutine | brdf_rough_sea_ad (Wind_Speed, brdf_AD, Wind_Speed_AD, iVar) |
subroutine | slope_pdf (tan2_theta_f, Wind_Speed, pdf) |
subroutine | slope_pdf_tl (tan2_theta_f, Wind_Speed, pdf, Wind_Speed_TL, pdf_TL) |
subroutine | slope_pdf_ad (tan2_theta_f, Wind_Speed, pdf, pdf_AD, Wind_Speed_AD) |
real(fp) function | fresnel_reflectance (Frequency, Ang_i) |
complex(fp) function | ref_index (Frequency) |
Variables | |
character(*), parameter | module_version_id = '$Id: CRTM_IR_Water_SfcOptics.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
real(fp), parameter | cm_1 = 0.003_fp |
real(fp), parameter | cm_2 = 5.12e-3_fp |
|
private |
Definition at line 664 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 730 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 714 of file CRTM_IR_Water_SfcOptics.f90.
integer function, public crtm_ir_water_sfcoptics::compute_ir_water_sfcoptics | ( | type(crtm_surface_type), intent(in) | Surface, |
type(crtm_geometryinfo_type), intent(in) | GeometryInfo, | ||
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_sfcoptics_type), intent(inout) | SfcOptics, | ||
type(ivar_type), intent(inout) | iVar | ||
) |
Definition at line 186 of file CRTM_IR_Water_SfcOptics.f90.
integer function, public crtm_ir_water_sfcoptics::compute_ir_water_sfcoptics_ad | ( | type(crtm_surface_type), intent(in) | Surface, |
type(crtm_sfcoptics_type), intent(in) | SfcOptics, | ||
type(crtm_sfcoptics_type), intent(inout) | SfcOptics_AD, | ||
type(crtm_geometryinfo_type), intent(in) | GeometryInfo, | ||
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_surface_type), intent(inout) | Surface_AD, | ||
type(ivar_type), intent(in) | iVar | ||
) |
Definition at line 556 of file CRTM_IR_Water_SfcOptics.f90.
integer function, public crtm_ir_water_sfcoptics::compute_ir_water_sfcoptics_tl | ( | type(crtm_surface_type), intent(in) | Surface, |
type(crtm_sfcoptics_type), intent(in) | SfcOptics, | ||
type(crtm_surface_type), intent(in) | Surface_TL, | ||
type(crtm_geometryinfo_type), intent(in) | GeometryInfo, | ||
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_sfcoptics_type), intent(inout) | SfcOptics_TL, | ||
type(ivar_type), intent(in) | iVar | ||
) |
Definition at line 373 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 807 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 840 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 751 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 781 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 765 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 59 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 59 of file CRTM_IR_Water_SfcOptics.f90.
|
private |
Definition at line 56 of file CRTM_IR_Water_SfcOptics.f90.