Add better error check for cases when data files don't contain the data fields asked for #244
Labels
enhancement
New feature or request
Responsibility: CTSM
Responsibility to manage and accomplish this issue is the CTSM Software group
One of the reasons issue #243 was hard to track down was because it was NOT obvious what was going on. There was no obvious error about the variable being asked for didn't exist on the file. I don't think all of the output was flushed, so it was hard to tell even how far it got.
An example for #243 has this:
atm.log:
cesm.log:
Without DEBUG on, not much showed up.
With DEBUG on ...
So there is an error in PIO that says a variable was not found. But, it's not obvious from which file, or what variable couldn't be read. And I'm not sure I even saw the PIO error at first when I looked at this.
The text was updated successfully, but these errors were encountered: