FV3 Bundle
|
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 |
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 | ||
) |
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 | ||
) |
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 | ||
) |
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 | ||
) |
|
private |
Definition at line 38 of file Foam_Utility_Module.f90.
|
private |
Definition at line 43 of file Foam_Utility_Module.f90.
|
private |
Definition at line 44 of file Foam_Utility_Module.f90.
|
private |
Definition at line 42 of file Foam_Utility_Module.f90.