|
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. | |
| logical | mand_var |
| If .true. the run will abort if this field is not successfully read from the restart file. | |
| logical | initialized |
| .true. if this field has been read from the restart file. | |
| character(len=32) | var_name |
| A name by which a variable may be queried. | |