MOM6
mom_tracer_hor_diff::p2d Type Reference

Detailed Description

A type that can be used to create arrays of pointers to 2D arrays.

Definition at line 88 of file MOM_tracer_hor_diff.F90.

Collaboration diagram for mom_tracer_hor_diff::p2d:
[legend]

Private variables and constants

real, dimension(:,:), pointer p => NULL()
 A pointer to a 2D array of reals. More...
 

Variables and constants

◆ p

real, dimension(:,:), pointer mom_tracer_hor_diff::p2d::p => NULL()
private

A pointer to a 2D array of reals.

Definition at line 89 of file MOM_tracer_hor_diff.F90.

89  real, dimension(:,:), pointer :: p => null() !< A pointer to a 2D array of reals

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