FV3 Bundle
slope_variance Module Reference

Data Types

type  ivar_type
 

Functions/Subroutines

subroutine, public compute_slope_variance (Frequency, Wind_Speed, iVar, Variance)
 
subroutine, public compute_slope_variance_tl (Wind_Speed_TL, iVar, Variance_TL)
 
subroutine, public compute_slope_variance_ad (Variance_AD, iVar, Wind_Speed_AD)
 

Variables

character(*), parameter module_version_id = '$Id: Slope_Variance.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
 
real(fp), dimension(2), parameter var_coeffs = (/0.0030_fp, 0.00512_fp/)
 
real(fp), dimension(3), parameter f_coeffs = (/1.0000_fp, 0.02000_fp, 0.30000_fp/)
 
real(fp), parameter xscale = 1000000.0_fp
 

Function/Subroutine Documentation

◆ compute_slope_variance()

subroutine, public slope_variance::compute_slope_variance ( real(fp), intent(in)  Frequency,
real(fp), intent(in)  Wind_Speed,
type(ivar_type), intent(out)  iVar,
real(fp), intent(out)  Variance 
)

Definition at line 87 of file Slope_Variance.f90.

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

◆ compute_slope_variance_ad()

subroutine, public slope_variance::compute_slope_variance_ad ( real(fp), intent(inout)  Variance_AD,
type(ivar_type), intent(in)  iVar,
real(fp), intent(inout)  Wind_Speed_AD 
)

Definition at line 153 of file Slope_Variance.f90.

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

◆ compute_slope_variance_tl()

subroutine, public slope_variance::compute_slope_variance_tl ( real(fp), intent(in)  Wind_Speed_TL,
type(ivar_type), intent(in)  iVar,
real(fp), intent(out)  Variance_TL 
)

Definition at line 119 of file Slope_Variance.f90.

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

Variable Documentation

◆ f_coeffs

real(fp), dimension(3), parameter slope_variance::f_coeffs = (/1.0000_fp, 0.02000_fp, 0.30000_fp/)
private

Definition at line 54 of file Slope_Variance.f90.

◆ module_version_id

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

Definition at line 44 of file Slope_Variance.f90.

◆ one

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

Definition at line 49 of file Slope_Variance.f90.

◆ two

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

Definition at line 50 of file Slope_Variance.f90.

◆ var_coeffs

real(fp), dimension(2), parameter slope_variance::var_coeffs = (/0.0030_fp, 0.00512_fp/)
private

Definition at line 53 of file Slope_Variance.f90.

◆ xscale

real(fp), parameter slope_variance::xscale = 1000000.0_fp
private

Definition at line 57 of file Slope_Variance.f90.

◆ zero

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

Definition at line 48 of file Slope_Variance.f90.