MOM6
mom_restart::obsolete_restart Type Reference

Detailed Description

A structure to store information about restart fields that are no longer used.

Definition at line 66 of file MOM_restart.F90.

Collaboration diagram for mom_restart::obsolete_restart:
[legend]

Private variables and constants

character(len=32) field_name
 Name of restart field that is no longer in use. More...
 
character(len=32) replacement_name
 Name of replacement restart field, if applicable. More...
 

Variables and constants

◆ field_name

character(len=32) mom_restart::obsolete_restart::field_name
private

Name of restart field that is no longer in use.

Definition at line 67 of file MOM_restart.F90.

67  character(len=32) :: field_name !< Name of restart field that is no longer in use

◆ replacement_name

character(len=32) mom_restart::obsolete_restart::replacement_name
private

Name of replacement restart field, if applicable.

Definition at line 68 of file MOM_restart.F90.

68  character(len=32) :: replacement_name !< Name of replacement restart field, if applicable

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