Aurélien Ponte
Aurélien Ponte
It'd be great to write netcdf output files. This is the standard for many users in the geophysical community. Parallel file writing is implemented in [netCDF4](http://unidata.github.io/netcdf4-python/). I failed to install...
I will be in the next incoming months start writing a code library solving fluid flows with different sets of physics, in different types of domains (periodic vs closed). The...
I have not seen either in the shenfun paper or on spectralDNS/shenfun guidelines regarding large scale applications, e.g: what operations are costly at the end? what variables hold data at...
Hi, I'm trying to understand the layout of data among MPI procs. Could anybody please take a look at the following [pics](https://github.com/apatlpo/shenfun_trial/blob/master/paper/layout.md ) in order to see if I got...
Hi, I am trying to build upon KleinGordon in order to setup a 1 layer shallow water model: https://github.com/apatlpo/shenfun_trial/blob/master/swater_1L/swater_1L.py Unfortunately, the time rate of change of variables is very small...
These are really minor issues but may be of some help. I installed shenfun with: ``` conda create --name shenfun -c conda-forge -c spectralDNS python=3.6 shenfun ``` - h5py was...
I'd like to use [generalized Morse wavelets](https://doi.org/10.1109/TSP.2012.2210890) for an analysis and am under the impression that it is not implemented in pywt. These wavelets are defined by in the frequency...
Follows from issue #1128 Test notebook is on the [following gist](https://gist.github.com/apatlpo/b85198b0ce36f7edf07e931d07ed4e89)
We are running simulations with a moving vertical grid. It works fine with netcdf files but fails when we attempt to create the fieldset from an xarray dataset (see error...