-
Notifications
You must be signed in to change notification settings - Fork 53
Check for missing variables in MPAS time series #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@milenaveneziani, I discovered this bug in the process of testing #294. Here's a simple test where you should see that things don't work with With this branch, you should see an Note the warning about deleting the output file. With |
If variables are missing in an existing time series data set, delete the data set and start over rather than trying to append.
7dd91c3 to
9eca784
Compare
|
@xylar, I can confirm that this branch is behaving as expected. All tests passed as indicated. |
|
Thanks, @milenaveneziani |
If variables are missing in an existing time series data set, delete the data set and start over rather than trying to append.