-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
There have been a number of feature requests regarding runtime I/O. This issue is meant to collect them all into one place so we can manage them.
- Check if list of output variables is valid - see Check output streams yaml files at buildnml time #2246
- Compare ATM
dtwith the frequency of output. This is an issue when the output frequency may be smaller thandt. - Make sure no two output streams will share a name (i.e. overwriting each other). This is a pretty edge case, so not high priority.
- Make sure all required keys are present. i.e. filename_prefix, grid, fields, frequency, etc.