FV3 Bundle
tools_repro Module Reference

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
 

Function/Subroutine Documentation

◆ eq()

logical function, public tools_repro::eq ( real(kind_real), intent(in)  x,
real(kind_real), intent(in)  y 
)

Definition at line 28 of file tools_repro.F90.

Here is the caller graph for this function:

◆ indist()

logical function, public tools_repro::indist ( real(kind_real), intent(in)  x,
real(kind_real), intent(in)  y 
)

Definition at line 123 of file tools_repro.F90.

Here is the caller graph for this function:

◆ inf()

logical function, public tools_repro::inf ( real(kind_real), intent(in)  x,
real(kind_real), intent(in)  y 
)

Definition at line 47 of file tools_repro.F90.

Here is the caller graph for this function:

◆ infeq()

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.

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

◆ sup()

logical function, public tools_repro::sup ( real(kind_real), intent(in)  x,
real(kind_real), intent(in)  y 
)

Definition at line 85 of file tools_repro.F90.

Here is the caller graph for this function:

◆ supeq()

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.

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

Variable Documentation

◆ rth

real(kind_real), parameter, public tools_repro::rth = 1.0e-12

Definition at line 15 of file tools_repro.F90.