CWorthy-ocean / roms-tools

Tools for setting up and running ROMS simulations
https://roms-tools.readthedocs.io
GNU General Public License v3.0
7 stars 3 forks source link

Domains which cross Greenwich meridian #3

Closed TomNicholas closed 1 month ago

TomNicholas commented 7 months ago

@sdbachman and I are unsure if ROMS can handle grids which cross the Greenwich Meridian (or the international dateline). For the moment I've forbidden the user from creating any grid which crosses the Greenwich Meridian, but it would be nice to support this.

NoraLoose commented 1 month ago

@sdbachman and I are unsure if ROMS can handle grids which cross the Greenwich Meridian (or the international dateline).

Maybe @ubbu36 knows the answer to this question? If ROMS can handle it, I will modify grid.py to support domains that cross the Greenwich Meridian.

ubbu36 commented 1 month ago

@NoraLoose The setup tools for atmospheric boundary conditions currently do not support crossing the 0th meridian. I'm not sure if the other setup tools support it or not, we should check. But this should be an easy fix.

NoraLoose commented 1 month ago

Our python tools will enable such domains. I'm closing this issue.