-
Notifications
You must be signed in to change notification settings - Fork 62
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
Trouble with routine NCDF_VARPUT: Dimension bound exceeded. (NC_ERROR=-57) #1890
Comments
@phubanks thanks for reporting this. The error says that the start position + count of elements to be written would exceed the size of the destination NCDF variable. I wonder (IDL sometimes is very forgiving) if IDL just silently does not write the overbound part, when GDL is more, eh, strict. Could you cook a simple example that can be reproduced and that gives this error? Cheers |
thank you so much for your feedback. It was really helpful to hear from you so i really do appreciate it. I will investigate further on my end. But its helpful knowing EVERYTHING is the same between IDL and GDL ... i thought maybe i would need to tweak some of the syntax or call names. esp with NetCDF4 calls. |
Despite the fact that GDL appears to works well and fast for simple (and not so simple) day to day use, the GDL project was started only with the humble task of being able to run existing, "historical" IDL code, mostly huge data reduction (in the broad sense) pipelines, should IDL disappear. So, if the pipeline works with IDL, it should with GDL, without any change. Of course, every time an historical pipeline is tested with GDL, we find missing commands and bugs, and here you are. And we have, due to the lack of hands, difficulties to implement more specialized functions and recent IDL features, of course. |
We do have a limited amount of tests devoted on NetCDF in the testsuite. Yes some really need to be re-write, but we are all quite busy ! Yes, most of them come from a very old time we were newcomers in the art of automatic tests. We very welcome any snippet we can include in the testsuite. If you could reduce your problem in a few lines example, we will be happy to try it. (we do have 3 nc files in the testsuite) Thanks Alain |
Hello,
I am having trouble running some IDL code under GDL (version 1.0.5)
I am getting the following error under (GDL) ... meanwhile my code works fine with no errors under IDL
% NCDF_VARPUT: Dimension bound exceeded. (NC_ERROR=-57)
Any ideas? I cant find any online reference manuals for GDL that talk about NetCDF4 calls ?
Thank you
The text was updated successfully, but these errors were encountered: