MOM6
|
A structure with information about a single restart field.
Definition at line 56 of file MOM_restart.F90.
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... | |
|
private |
.true. if this field has been read from the restart file.
Definition at line 61 of file MOM_restart.F90.
|
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.
|
private |
A name by which a variable may be queried.
Definition at line 62 of file MOM_restart.F90.
|
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.