MOM6
mom_restart::p4d Type Reference

Detailed Description

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

Definition at line 31 of file MOM_restart.F90.

Collaboration diagram for mom_restart::p4d:
[legend]

Private variables and constants

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

Variables and constants

◆ p

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

A pointer to a 4d array.

Definition at line 32 of file MOM_restart.F90.

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

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