MOM6
mom_document::link_msg Type Reference

Detailed Description

Definition at line 65 of file MOM_document.F90.

Collaboration diagram for mom_document::link_msg:
[legend]

Private variables and constants

type(link_msg), pointer next => NULL()
 
character(len=80) name
 
character(len=620) msg
 

Variables and constants

◆ msg

character(len=620) mom_document::link_msg::msg
private

Definition at line 68 of file MOM_document.F90.

68  character(len=620) :: msg ! Parameter value and default

◆ name

character(len=80) mom_document::link_msg::name
private

Definition at line 67 of file MOM_document.F90.

67  character(len=80) :: name ! Parameter name

◆ next

type(link_msg), pointer mom_document::link_msg::next => NULL()
private

Definition at line 66 of file MOM_document.F90.

66  type(link_msg), pointer :: next => null() ! Facilitates linked list

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