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. More...
 
character(len=input_str_length), dimension(:), pointer line => NULL()
 The line content. More...
 
logical, dimension(:), pointer line_used => NULL()
 If true, the line has been read. More...
 

Variables and constants

◆ line

character(len=input_str_length), dimension(:), pointer mom_file_parser::file_data_type::line => NULL()
private

The line content.

Definition at line 37 of file MOM_file_parser.F90.

37  character(len=INPUT_STR_LENGTH), pointer, dimension(:) :: line => null() !< The line content

◆ line_used

logical, dimension(:), pointer mom_file_parser::file_data_type::line_used => NULL()
private

If true, the line has been read.

Definition at line 38 of file MOM_file_parser.F90.

38  logical, pointer, dimension(:) :: line_used => null() !< If true, the line has been read

◆ num_lines

integer mom_file_parser::file_data_type::num_lines = 0
private

The number of lines in this type.

Definition at line 36 of file MOM_file_parser.F90.

36  integer :: num_lines = 0 !< The number of lines in this type

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