MOM6
mom_file_parser::file_data_type Type Reference

Detailed Description

The valid lines extracted from an input parameter file without comments.

Definition at line 35 of file MOM_file_parser.F90.

Collaboration diagram for mom_file_parser::file_data_type:
[legend]

Private variables and constants

integer num_lines = 0
 The number of lines in this type.
 
character(len=input_str_length), dimension(:), pointer line => NULL()
 The line content.
 
logical, dimension(:), pointer line_used => NULL()
 If true, the line has been read.
 

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