FV3 Bundle
hyperbolic_step Module Reference

Functions/Subroutines

subroutine, public step (x, g)
 
subroutine, public step_tl (x, x_TL, g_TL)
 
subroutine, public step_ad (x, g_AD, x_AD)
 

Variables

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

Function/Subroutine Documentation

◆ step()

subroutine, public hyperbolic_step::step ( real(fp), intent(in)  x,
real(fp), intent(out)  g 
)

Definition at line 81 of file Hyperbolic_Step.f90.

Here is the caller graph for this function:

◆ step_ad()

subroutine, public hyperbolic_step::step_ad ( real(fp), intent(in)  x,
real(fp), intent(inout)  g_AD,
real(fp), intent(inout)  x_AD 
)

Definition at line 185 of file Hyperbolic_Step.f90.

Here is the caller graph for this function:

◆ step_tl()

subroutine, public hyperbolic_step::step_tl ( real(fp), intent(in)  x,
real(fp), intent(in)  x_TL,
real(fp), intent(out)  g_TL 
)

Definition at line 130 of file Hyperbolic_Step.f90.

Here is the caller graph for this function:

Variable Documentation

◆ module_version_id

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

Definition at line 33 of file Hyperbolic_Step.f90.

◆ one

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

Definition at line 38 of file Hyperbolic_Step.f90.

◆ point5

real(fp), parameter hyperbolic_step::point5 = 0.5_fp
private

Definition at line 37 of file Hyperbolic_Step.f90.

◆ xcutoff

real(fp), parameter hyperbolic_step::xcutoff = 70.0_fp
private

Definition at line 40 of file Hyperbolic_Step.f90.

◆ zero

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

Definition at line 36 of file Hyperbolic_Step.f90.