-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a script or function to remove timeseries #7
Comments
@MartinDix I am having a look at where using mule in perturbIC specifically would fail and the error could be caught for if someone doesn't remove the timeseries, with the goal to try to catch the error if someone attempts to use this code with out stripping the timeseries data. The warning is |
Demo script https://github.com/ACCESS-NRI/umfile_utils/blob/7-remove-timeseries/src/remove_timeseries_demo.py When run with |
Currently is producing a validation error attached to Issue #7 #8 I have implemented mule here with the intention of adding a pre-step to strip out the time series Update perturbIC.py I have made some adjustments to convert to using mule. Note that this implementation still will not work till Issue #8 is solved
Mule has problems reading timeseries in fieldsfiles. Would be better to have a separate function to remove these?
Something similar to
um_fields_subset.py
or something mule_based (if the read error can be trapped and handled).The text was updated successfully, but these errors were encountered: