MOM6
mom_restart::p3d Type Reference

Detailed Description

A type for making arrays of pointers to 3-d arrays.

Definition at line 36 of file MOM_restart.F90.

Collaboration diagram for mom_restart::p3d:
[legend]

Private variables and constants

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

Variables and constants

◆ p

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

A pointer to a 3d array.

Definition at line 37 of file MOM_restart.F90.

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

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