MOM6
mom_coms::efp_type Type Reference

Detailed Description

The Extended Fixed Point (EFP) type provides a public interface for doing sums and taking differences with this type.

The use of this type is documented in Hallberg, R. & A. Adcroft, 2014: An Order-invariant Real-to-Integer Conversion Sum. Parallel Computing, 40(5-6), doi:10.1016/j.parco.2014.04.007.

Definition at line 64 of file MOM_coms.F90.

Collaboration diagram for mom_coms::efp_type:
[legend]

Public variables and constants

integer(kind=8), dimension(niv
 The value in this type. More...
 

Variables and constants

◆ v

integer(kind=8), dimension(ni) mom_coms::efp_type::v

The value in this type.

Definition at line 65 of file MOM_coms.F90.

65  integer(kind=8), dimension(ni) :: v !< The value in this type

The documentation for this type was generated from the following file: