CESR-lab / ucla-roms

GNU General Public License v3.0
3 stars 8 forks source link

Does ROMS support domains which cross the Greenwich Meridian? #1

Closed TomNicholas closed 4 months ago

TomNicholas commented 7 months ago

Does ROMS support domains which cross the Greenwich Meridian?

@sdbachman and I were unsure, but after we noticed that the MATLAB tools don't seem to generate a sensible grid for this case, we've just been avoiding trying running any domains which do cross. At the moment in the new python version of the setup tools I have just forbidden this case (see https://github.com/CWorthy-ocean/roms-tools/issues/3), but it would be nice to know if it's something that should be supported or something that we are definitely not supporting.

nmolem commented 7 months ago

We totally should support it and some of the tools have (had) provisions to deal with that, but it might need some fresh attention as our recent work has exclusively been in the Pacific. ROMS itself has no awareness of latitude at all, but the atmospheric (and tidal) forcing pre-processing tools do. It's not a big deal, but like everything, it's represents work.

TomNicholas commented 7 months ago

Thanks @nmolem ! In that case I suggest we close this issue once we are sure that the necessary code in this repository supports this case (sounds like maybe it does already?), and I'll close https://github.com/CWorthy-ocean/roms-tools/issues/3 once the setup / pre-processing tools support it.

nmolem commented 4 months ago

I added this functionality in our pre-processing tools and am closing the issue.