Aurélien Ponte
Aurélien Ponte
The error is typically: ``` fft = PFFT(MPI.COMM_WORLD, N, collapse=False, slab=2) File "/Users/aponte/.miniconda3/envs/shenfun/lib/python3.6/site-packages/mpi4py_fft/mpifft.py", line 106, in __init__ assert axes[-1] != axis ``` `slab=1` seems to fix the issue. Where can...
I downloaded data (wind stress llc4320) from the ECCO data portal and would like to read it with llcreader as advertised in this [post](https://medium.com/pangeo/petabytes-of-ocean-data-part-1-nasa-ecco-data-portal-81e3c5e077be). My understanding is that I need...
I am trying to update the following code with the xmitgcm (as of 6147c27f1254042c51b7d190fcbe4e83c0ff380c ): https://github.com/apatlpo/mit_equinox/blob/f1b0dd2fa6d129c447a81240134df80d57960b19/mitequinox/utils.py#L89-L147 I have updated lines 128-129 with: ``` hfac = xm.utils.read_mds(grid_dir + 'hFac' + point,...
Hi A postdoc should start sometime early next year on the analysis of LLC4320 surface fields. One objective will be to reconstruct and decompose (spatiotemporal filtering) surface momentum equations. I'd...
I apologize in advance for posting an issue that may be incomplete. After a recent library update I am no longer able to use rechunker for [my use case](https://nbviewer.jupyter.org/github/apatlpo/lops-array/blob/master/datarmor/rechunk.ipynb). This...
usage question I guess I'm working on an HPC system with a GPFS filesystem and I've been told a couple of times by sys admins (ping @guillaumeeb for confirmation) that...
Data objects (scalar, vectors ...) should probably be dataarray that are augmented with grid information (as done with grid_location) and should be in an independent part of the code.
Have you already thought about how you wanted to that Julien?
In practice this means that one need to use coordinates from grid objects in order to plot fields and one cannot rely on xarray plotting methods. This may be an...