FV3 Bundle
|
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 |
subroutine, public hyperbolic_step::step | ( | real(fp), intent(in) | x, |
real(fp), intent(out) | g | ||
) |
subroutine, public hyperbolic_step::step_ad | ( | real(fp), intent(in) | x, |
real(fp), intent(inout) | g_AD, | ||
real(fp), intent(inout) | x_AD | ||
) |
subroutine, public hyperbolic_step::step_tl | ( | real(fp), intent(in) | x, |
real(fp), intent(in) | x_TL, | ||
real(fp), intent(out) | g_TL | ||
) |
|
private |
Definition at line 33 of file Hyperbolic_Step.f90.
|
private |
Definition at line 38 of file Hyperbolic_Step.f90.
|
private |
Definition at line 37 of file Hyperbolic_Step.f90.
|
private |
Definition at line 40 of file Hyperbolic_Step.f90.
|
private |
Definition at line 36 of file Hyperbolic_Step.f90.