Open AaronDonahue opened 4 months ago
I'm a bit reluctant to make the ParameterList class case-insensitive. But we could implement a validator routine for the main classes (atm proc and IO, for instance), so that if the input YAML contains an unrecognized parameter (due to case or misspelling), we can error out. Notice, however, that this can only be done at runtime.
We discussed this during our most recent dev-call. There are 2 feature requests:
Frequency
will work for a output yaml file.frequency
will not. Is there functionality in EKAT forparams.get<>()
to treat the key as case insensitive?