FV3 Bundle
|
Functions/Subroutines | |
logical function, public | eq (x, y) |
logical function, public | inf (x, y) |
logical function, public | infeq (x, y) |
logical function, public | sup (x, y) |
logical function, public | supeq (x, y) |
logical function, public | indist (x, y) |
Variables | |
real(kind_real), parameter, public | rth = 1.0e-12 |
logical function, public tools_repro::eq | ( | real(kind_real), intent(in) | x, |
real(kind_real), intent(in) | y | ||
) |
logical function, public tools_repro::indist | ( | real(kind_real), intent(in) | x, |
real(kind_real), intent(in) | y | ||
) |
logical function, public tools_repro::inf | ( | real(kind_real), intent(in) | x, |
real(kind_real), intent(in) | y | ||
) |
logical function, public tools_repro::infeq | ( | real(kind_real), intent(in) | x, |
real(kind_real), intent(in) | y | ||
) |
Definition at line 66 of file tools_repro.F90.
logical function, public tools_repro::sup | ( | real(kind_real), intent(in) | x, |
real(kind_real), intent(in) | y | ||
) |
logical function, public tools_repro::supeq | ( | real(kind_real), intent(in) | x, |
real(kind_real), intent(in) | y | ||
) |
Definition at line 104 of file tools_repro.F90.
real(kind_real), parameter, public tools_repro::rth = 1.0e-12 |
Definition at line 15 of file tools_repro.F90.