MOM6
mom_restart::field_restart Type Reference

Detailed Description

A structure with information about a single restart field.

Definition at line 56 of file MOM_restart.F90.

Collaboration diagram for mom_restart::field_restart:
[legend]

Private variables and constants

type(vardesc) vars
 Description of a field that is to be read from or written to the restart file. More...
 
logical mand_var
 If .true. the run will abort if this field is not successfully read from the restart file. More...
 
logical initialized
 .true. if this field has been read from the restart file. More...
 
character(len=32) var_name
 A name by which a variable may be queried. More...
 

Variables and constants

◆ initialized

logical mom_restart::field_restart::initialized
private

.true. if this field has been read from the restart file.

Definition at line 61 of file MOM_restart.F90.

61  logical :: initialized !< .true. if this field has been read from the restart file.

◆ mand_var

logical mom_restart::field_restart::mand_var
private

If .true. the run will abort if this field is not successfully read from the restart file.

Definition at line 59 of file MOM_restart.F90.

59  logical :: mand_var !< If .true. the run will abort if this field is not successfully

◆ var_name

character(len=32) mom_restart::field_restart::var_name
private

A name by which a variable may be queried.

Definition at line 62 of file MOM_restart.F90.

62  character(len=32) :: var_name !< A name by which a variable may be queried.

◆ vars

type(vardesc) mom_restart::field_restart::vars
private

Description of a field that is to be read from or written to the restart file.

Definition at line 57 of file MOM_restart.F90.

57  type(vardesc) :: vars !< Description of a field that is to be read from or written

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