MOM6
mom_sponge::p2d Type Reference

Detailed Description

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

Definition at line 36 of file MOM_sponge.F90.

Collaboration diagram for mom_sponge::p2d:
[legend]

Public variables and constants

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

Variables and constants

◆ p

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

A pointer to a 2D array.

Definition at line 37 of file MOM_sponge.F90.

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

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