Julien Moreau

Results 32 comments of Julien Moreau

@gauteh you saved my day. I cannot stand Conda on Ubuntu, thanks!

> You probably meant @AndreLobato :) ? hahahahha yes, sorry :) just to say it worked

I followed the recipe, had to downgrade zope.sqlalchemy which was a bit annoying and didn't install shapely as I had done it already No tweak really on Ubuntu 20.04

I come back to this as I am trying to deploy Opendrift in a cloud environment. The main annoyance is this SQLAlchemy module. One version working is 1.1.18. Then the...

ok I am running 1.8 but oildrift and landmask requirements.txt are still SQLAlchemy I think, let me check

made a pull request then

I have made a bit of progress on making netcdf from Telemac 3D However there are some incompatibilities with [reader_netCDF_CF_unstructured](https://github.com/OpenDrift/opendrift/blame/master/opendrift/readers/reader_netCDF_CF_unstructured.py). Telemac 3D is a FE model and all the data...

@gauteh I would like to know what you need to get into the reader. I was musing a bit in the code recently and I wondered what exactly was needed....

Ok, In fact it is easy because you have z for each node and time. Sigma is just a convenience I added to look like FVCOM, it is not used...

That was my intention. The files are Selafin it is specific to Telemac, you would actually need to have a working Telemac installation. The files are pretty complex and I...