|
FV3 Bundle
|
Data Types | |
| type | ivar_type |
Functions/Subroutines | |
| integer function, public | compute_mw_water_sfcoptics (Surface, GeometryInfo, SensorIndex, ChannelIndex, SfcOptics, iVar) |
| integer function, public | compute_mw_water_sfcoptics_tl (SfcOptics, Surface_TL, GeometryInfo, SensorIndex, ChannelIndex, SfcOptics_TL, iVar) |
| integer function, public | compute_mw_water_sfcoptics_ad (SfcOptics, SfcOptics_AD, GeometryInfo, SensorIndex, ChannelIndex, Surface_AD, iVar) |
Variables | |
| character(*), parameter | module_version_id = '$Id: CRTM_MW_Water_SfcOptics.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
| real(fp), parameter | low_f_threshold = 20.0_fp |
| integer function, public crtm_mw_water_sfcoptics::compute_mw_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 190 of file CRTM_MW_Water_SfcOptics.f90.
| integer function, public crtm_mw_water_sfcoptics::compute_mw_water_sfcoptics_ad | ( | 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 592 of file CRTM_MW_Water_SfcOptics.f90.
| integer function, public crtm_mw_water_sfcoptics::compute_mw_water_sfcoptics_tl | ( | 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 394 of file CRTM_MW_Water_SfcOptics.f90.
|
private |
Definition at line 69 of file CRTM_MW_Water_SfcOptics.f90.
|
private |
Definition at line 66 of file CRTM_MW_Water_SfcOptics.f90.