MOM6
mom_restart::p1d Type Reference

Detailed Description

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

Definition at line 46 of file MOM_restart.F90.

Collaboration diagram for mom_restart::p1d:
[legend]

Private variables and constants

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

Variables and constants

◆ p

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

A pointer to a 1d array.

Definition at line 47 of file MOM_restart.F90.

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

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