Nick Hodgskin
Nick Hodgskin
Oliver was mentioning that the MRI model https://www.mri-jma.go.jp/Publish/Technical/DATA/VOL_80/tec_rep_mri_80.pdf has some different definition (U velocities on the cell centres and T/salinity on the edges). Also something about variable grid size. Just...
Thanks for diving into this @michaeldenes - I think you're right that we should be able to support this.
@erikvansebille in the case of NEMO, should we also provide datasets for the W (used for the depth F points) and the mesh file (used for the F points? If...
I think this sounds good. It would be really helpful to have all the grid specific tasks isolated in the grid classes. Some comments: > I'd like to propose that...
This has been resolved via the PRs xref'ed above, and also clarified in #2048
While adding 3.12/3.13 support it would be good to also patch one (or perhaps more, I only found 1) [invalid escape sequences](https://stackoverflow.com/q/52335970/15545258). e.g., `\s` in `self.raw_text = re.sub("\n\s*(?=\n)", "", raw_text)`
@castelao would you be able to run CI and review?
Yes - this is something that should be cleared up (mainly legacy from v3 for compatibility at the moment).
Just had a meeting with Erik, and we have decided to keep time out of the grid (i.e., also out of the `search`). If in the future we want to...
@erikvansebille I'm not sure what the code at da87f9b9a2c2bc40de86b4dd94872f9b5544280b does (in particular the `if grid.mesh == 'spherical':` block), something to do with the international dateline? Could you provide some insight...