simonweppe
simonweppe
Curious to know if you found a workaround for this ? Im having similar issues for global model data that spans across the 180deg West longitude...
Hi Knut-Frode, and all , I have actually done a fair bit of work on that aspect, as I needed to use native netcdf file from the SCHISM model, using...
Hi there, Happy to merge of course. I'll tidy up the code, move `ReaderBlockUnstruct` to the interpolation module, then do a pull request. This was developed totally independently from the...
Hi @knutfrode, Yes of course, feel free to borrow anything you like ! I have made a fair bit of testing on it recently (though focusing on native SCHISM files)...
@knutfrode - I believe schism files can have sigma-levels, z-levels or mix of sigma and z-levels. This means the depths of vertical level are often time-varying (they are saved in...
Hi all - I was in the same situation as @stefraynaud. I needed to add pure tidal currents, with residual currents. The idea of doing `reader_cur_total = reader_cur_tide + reader_cur_res`...
same issues with 3.34.0-Prizren
I finally got to an error message : ``` Couldn't load plugin 'crayfish' due to an error when calling its initGui() method AttributeError: module 'pyqtgraph' has no attribute 'GraphicsWindow' Traceback...
Would be great to have that as an option @ocefpaf !
Hi @knutfrode I have a question about ROMS projection as well (but not related to FTLE). If used "as is" the reader will use the `fakeproj` that assumes: ``` No...