Romain Beucher

Results 63 comments of Romain Beucher

Thanks for the update and for helping with this @aekiss

> [SeaIce_Obs_Model_Compare](https://github.com/COSIMA/cosima-recipes/blob/4d2579294e9fca1259075666a96e90b6179aa546/DocumentedExamples/SeaIce_Obs_Model_Compare.ipynb) which works fine in ARE, but fails as a Gadi job because it relies on accessing data through a URL / online. This relies on the NSIDC Sea...

Hi @navidcy , I think the testing should go in the COSIMA repo. It needs a bit of refactoring and I need to adjust the folder structure. I'll have a...

@max-anu, I believe you have made a list somewhere.

@max-anu, @paigem should be able to help with this. @adele-morrison, I can see there are some re-gridded WOA datasets. Is it something that would be worth adding to the ACCESS-NRI...

This is a stripy / underworld issue. Underworld 2.11 Stripy latest as of 8/11/2021

> Using python3.9 and trying: `pip install stripy` I get the following error: > > ```shell > Error: Rank mismatch in argument ‘lcc’ at (1) (rank-1 and scalar) > src/srfpack.f:7391:37:...

OK results of my investigations for today... x.txt and y.txt are just dumps of Neng's code when using stripy only... What does not work: ``` import underworld from stripy._tripack import...

One thing that might confuse the loader is the fact that the routines have the same names in the different Fortran extensions...

Yep that is exactly what is happening... There is an ambiguity between the trmesh subroutine in stripack.f90 and tripack.f90...