Constantine Khrulev
Constantine Khrulev
I believe that this is a known issues: the [documentation string for `netcdftime.utime`](https://github.com/Unidata/netcdf4-python/blob/master/netcdftime/netcdftime.py#L631) states: ``` Example usage: >>> from netcdftime import utime >>> from datetime import datetime >>> cdftime =...
@dopplershift Please see the pull request #605 for a possible fix. (I noticed that `vldata` allocated by `Variable._get(...)` may still be uninitialized when it's passed to `nc_free_vlens()`, which may result...
Not yet. Could you describe the functionality you need?
Yes, I still consider this worthwhile but we don't have the resources to work on this at the moment. Please let me know if you (or somebody you know) would...
The BibTeX entry (for the record): ``` bibtex @article{janssens2000treatment, title={The treatment of meltwater retention in mass-balance parameterizations of the Greenland ice sheet}, author={Janssens, Ives and Huybrechts, Philippe}, journal={Annals of Glaciology},...
Ed-- Thanks for putting my mental "to do" list on GitHub! :-)
@bueler I still want to make this possible, so I'd keep it open.
@talbrecht This issue refers to the desired ability to have *one* program using 2 instances of PISM code (`IceModel`, etc), using different MPI communicators, different tuning parameters and so on....
@bueler Hmm. This idea is closely linked to the odd convergence criterion used by SSAFD. I should create a new version of SSAFD using SNES to manage Picard iterations instead....
Right. I suppose I should implement the old criterion so that we can compare it to the one using a norm of the residual... but aside from that the idea...