MONC
Public Attributes | List of all members
prognostics_mod::prognostic_field_ptr_type Type Reference

A pointer to the prognostic field. This is so we can wrap prognostics up in an array and still refer to the origonal field rather than a copy. More...

Collaboration diagram for prognostics_mod::prognostic_field_ptr_type:
Collaboration graph
[legend]

Public Attributes

type(prognostic_field_type), pointer ptr
 

Detailed Description

A pointer to the prognostic field. This is so we can wrap prognostics up in an array and still refer to the origonal field rather than a copy.

Definition at line 24 of file prognostics.F90.

Member Data Documentation

◆ ptr

type(prognostic_field_type), pointer prognostics_mod::prognostic_field_ptr_type::ptr

Definition at line 25 of file prognostics.F90.

25  type(prognostic_field_type), pointer :: ptr

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