Skip to content

read_param_char_array() only reads first entry in list of strings #72

@adcroft

Description

@adcroft

I suspect I broke read_param_char_array() two years ago! It seems we haven't exercised the ability to read a list of strings since.

@jkansong reported issues reading multiple tidal input files. A list of files in is MOM_input but only the first in the list is seen by the MOM_tidal_forcing.F90 and written out by log_param().

I've think I've traced it back to read_param_char_array() which appears to expect multiple strings from get_variable_line() but get_variable_line() is only returning one string.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions