-
Notifications
You must be signed in to change notification settings - Fork 66
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
Error when opening pickup files with open_mdsdataset #272
Comments
Welcome @ds4g15 and thanks for the useful question! We should definitely be able to support this application, but unfortunately it's a bit tricky, as explained below. Evidently our assumption in xmitgcm that Fixing this would require generalizing the code to handle this more complex situation, plus hard-coding some information about the pickup variables. Has anyone else successfully read pickup files with xmitgcm before? |
Thanks a lot for the reply, that's super helpful insight into what's happening with the pickup files. I'll look out for this functionality in future but for now I've found a way around for my purposes by modifying the ECCO initialisation files. Shall I close the issue? |
No, please leave the issue open, as it remains unresolved. Glad you found a workaround, but we should still try to fix this in xmitgcm eventually. |
Hi all,
I'm fairly new at this so this may be more an issue with me than the package, but I'm getting an AssertionError when trying to open the pickup files associated with ECCO v4r4
The files can be found here:
https://ecco.jpl.nasa.gov/drive/files/Version4/Release4/input_init/pickup.0000000001.meta
https://ecco.jpl.nasa.gov/drive/files/Version4/Release4/input_init/pickup.0000000001.data
My hope is to open them, make some modifications and then save somewhere else, using the following lines:
But run into an error
The meta file shows
nrecords=403
andnFlds=11
, which seems to be what triggers the error:Thanks for any help.
The text was updated successfully, but these errors were encountered: