MOM6
mom_variables::p3d Type Reference

Detailed Description

A structure for creating arrays of pointers to 3D arrays.

Definition at line 28 of file MOM_variables.F90.

Collaboration diagram for mom_variables::p3d:
[legend]

Public variables and constants

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

Variables and constants

◆ p

real, dimension(:,:,:), pointer mom_variables::p3d::p => NULL()

A pointer to a 3D array.

Definition at line 29 of file MOM_variables.F90.

29  real, dimension(:,:,:), pointer :: p => null() !< A pointer to a 3D array

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