MOM6
mom_restart::p2d Type Reference

Detailed Description

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

Definition at line 41 of file MOM_restart.F90.

Collaboration diagram for mom_restart::p2d:
[legend]

Private variables and constants

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

Variables and constants

◆ p

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

A pointer to a 2d array.

Definition at line 42 of file MOM_restart.F90.

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

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