Procedure | Location | Procedure Type | Description |
---|---|---|---|
add_variable | namelist_parser_module | Subroutine | Infers the variable type and adds it to the namelist JSON structure. |
lowercase_string | namelist_parser_module | Function | Returns lowercase version of the string. |
parse_namelist | namelist_parser_module | Subroutine | Parse a Fortran namelist into a |
read_line_from_file | namelist_parser_module | Subroutine | Read a single line from a file. |
to_integer | namelist_parser_module | Subroutine | Convert a string to an |
to_logical | namelist_parser_module | Subroutine | Convert a string to a |
to_real | namelist_parser_module | Subroutine | Convert a string to a |