FV3 Bundle
crtm_geometryinfo Module Reference

Functions/Subroutines

elemental subroutine, public crtm_geometryinfo_compute (gInfo)
 
elemental subroutine, public saconv (Sensor_Zenith_Radian, Altitude, Local_Zenith_Radian)
 
elemental subroutine, public saconv_tl (Sensor_Zenith_Radian, Altitude, Altitude_TL, Local_Zenith_Radian_TL)
 
elemental subroutine, public saconv_ad (Sensor_Zenith_Radian, Altitude, Local_Zenith_Radian_AD, Altitude_AD)
 
elemental subroutine, public vaconv (Sensor_Scan_Radian, Satellite_Altitude, Altitude, Local_Zenith_Radian)
 
elemental subroutine, public vaconv_tl (Sensor_Scan_Radian, Satellite_Altitude, Altitude, Altitude_TL, Local_Zenith_Radian_TL)
 
elemental subroutine, public vaconv_ad (Sensor_Scan_Radian, Satellite_Altitude, Altitude, Local_Zenith_Radian_AD, Altitude_AD)
 
subroutine, public crtm_geometryinfo_version (Id)
 
elemental real(fp) function compute_au_ratio2 (Year, Month, Day)
 

Variables

character(*), parameter module_version_id = '$Id: CRTM_GeometryInfo.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
real(fp), parameter m_to_km = 1.0e-03_fp
 

Function/Subroutine Documentation

◆ compute_au_ratio2()

elemental real(fp) function crtm_geometryinfo::compute_au_ratio2 ( integer, intent(in)  Year,
integer, intent(in)  Month,
integer, intent(in)  Day 
)
private

Definition at line 743 of file CRTM_GeometryInfo.f90.

Here is the caller graph for this function:

◆ crtm_geometryinfo_compute()

elemental subroutine, public crtm_geometryinfo::crtm_geometryinfo_compute ( type(crtm_geometryinfo_type), intent(inout)  gInfo)

Definition at line 105 of file CRTM_GeometryInfo.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ crtm_geometryinfo_version()

subroutine, public crtm_geometryinfo::crtm_geometryinfo_version ( character(*), intent(out)  Id)

Definition at line 653 of file CRTM_GeometryInfo.f90.

◆ saconv()

elemental subroutine, public crtm_geometryinfo::saconv ( real(fp), intent(in)  Sensor_Zenith_Radian,
real(fp), intent(in)  Altitude,
real(fp), intent(out)  Local_Zenith_Radian 
)

Definition at line 198 of file CRTM_GeometryInfo.f90.

Here is the caller graph for this function:

◆ saconv_ad()

elemental subroutine, public crtm_geometryinfo::saconv_ad ( real(fp), intent(in)  Sensor_Zenith_Radian,
real(fp), intent(in)  Altitude,
real(fp), intent(inout)  Local_Zenith_Radian_AD,
real(fp), intent(inout)  Altitude_AD 
)

Definition at line 350 of file CRTM_GeometryInfo.f90.

Here is the call graph for this function:

◆ saconv_tl()

elemental subroutine, public crtm_geometryinfo::saconv_tl ( real(fp), intent(in)  Sensor_Zenith_Radian,
real(fp), intent(in)  Altitude,
real(fp), intent(in)  Altitude_TL,
real(fp), intent(out)  Local_Zenith_Radian_TL 
)

Definition at line 271 of file CRTM_GeometryInfo.f90.

Here is the call graph for this function:

◆ vaconv()

elemental subroutine, public crtm_geometryinfo::vaconv ( real(fp), intent(in)  Sensor_Scan_Radian,
real(fp), intent(in)  Satellite_Altitude,
real(fp), intent(in)  Altitude,
real(fp), intent(out)  Local_Zenith_Radian 
)

Definition at line 427 of file CRTM_GeometryInfo.f90.

Here is the caller graph for this function:

◆ vaconv_ad()

elemental subroutine, public crtm_geometryinfo::vaconv_ad ( real(fp), intent(in)  Sensor_Scan_Radian,
real(fp), intent(in)  Satellite_Altitude,
real(fp), intent(in)  Altitude,
real(fp), intent(inout)  Local_Zenith_Radian_AD,
real(fp), intent(inout)  Altitude_AD 
)

Definition at line 605 of file CRTM_GeometryInfo.f90.

Here is the call graph for this function:

◆ vaconv_tl()

elemental subroutine, public crtm_geometryinfo::vaconv_tl ( real(fp), intent(in)  Sensor_Scan_Radian,
real(fp), intent(in)  Satellite_Altitude,
real(fp), intent(in)  Altitude,
real(fp), intent(in)  Altitude_TL,
real(fp), intent(out)  Local_Zenith_Radian_TL 
)

Definition at line 513 of file CRTM_GeometryInfo.f90.

Here is the call graph for this function:

Variable Documentation

◆ m_to_km

real(fp), parameter crtm_geometryinfo::m_to_km = 1.0e-03_fp
private

Definition at line 54 of file CRTM_GeometryInfo.f90.

◆ module_version_id

character(*), parameter crtm_geometryinfo::module_version_id = '$Id: CRTM_GeometryInfo.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 51 of file CRTM_GeometryInfo.f90.