FV3 Bundle
foam_utility_module Module Reference

Functions/Subroutines

subroutine, public foam_coverage (FCCoeff, wind_speed, coverage)
 
subroutine, public foam_coverage_tl (FCCoeff, wind_speed, wind_speed_TL, coverage_TL)
 
subroutine, public foam_coverage_ad (FCCoeff, wind_speed, coverage_AD, wind_speed_AD)
 
subroutine, public foam_reflectivity (FRCoeff, Zenith_Angle, Frequency, Rv, Rh)
 

Variables

character(*), parameter module_version_id = '$Id: Foam_Utility_Module.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
real(fp), parameter zero = 0.0_fp
 
real(fp), parameter one = 1.0_fp
 
real(fp), parameter two = 2.0_fp
 

Function/Subroutine Documentation

◆ foam_coverage()

subroutine, public foam_utility_module::foam_coverage ( type(fitcoeff_1d_type), intent(in)  FCCoeff,
real(fp), intent(in)  wind_speed,
real(fp), intent(out)  coverage 
)

Definition at line 73 of file Foam_Utility_Module.f90.

Here is the caller graph for this function:

◆ foam_coverage_ad()

subroutine, public foam_utility_module::foam_coverage_ad ( type(fitcoeff_1d_type), intent(in)  FCCoeff,
real(fp), intent(in)  wind_speed,
real(fp), intent(inout)  coverage_AD,
real(fp), intent(inout)  wind_speed_AD 
)

Definition at line 98 of file Foam_Utility_Module.f90.

Here is the caller graph for this function:

◆ foam_coverage_tl()

subroutine, public foam_utility_module::foam_coverage_tl ( type(fitcoeff_1d_type), intent(in)  FCCoeff,
real(fp), intent(in)  wind_speed,
real(fp), intent(in)  wind_speed_TL,
real(fp), intent(out)  coverage_TL 
)

Definition at line 85 of file Foam_Utility_Module.f90.

Here is the caller graph for this function:

◆ foam_reflectivity()

subroutine, public foam_utility_module::foam_reflectivity ( type(fitcoeff_1d_type), intent(in)  FRCoeff,
real(fp), intent(in)  Zenith_Angle,
real(fp), intent(in)  Frequency,
real(fp), intent(out)  Rv,
real(fp), intent(out)  Rh 
)

Definition at line 130 of file Foam_Utility_Module.f90.

Here is the caller graph for this function:

Variable Documentation

◆ module_version_id

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

Definition at line 38 of file Foam_Utility_Module.f90.

◆ one

real(fp), parameter foam_utility_module::one = 1.0_fp
private

Definition at line 43 of file Foam_Utility_Module.f90.

◆ two

real(fp), parameter foam_utility_module::two = 2.0_fp
private

Definition at line 44 of file Foam_Utility_Module.f90.

◆ zero

real(fp), parameter foam_utility_module::zero = 0.0_fp
private

Definition at line 42 of file Foam_Utility_Module.f90.