rom-py / rompy

Relocatable Ocean Modelling in PYthon (rompy) combines templated cookie-cutter model configuration with various xarray extensions to assist in the setup and evaluation of coastal ocean model
https://rom-py.github.io/rompy/
BSD 3-Clause "New" or "Revised" License
2 stars 9 forks source link

Identifying the offshore boundary and putting in the right grid coordinates - Xbeach #100

Open benjaminleighton opened 2 months ago

benjaminleighton commented 2 months ago

See Simon's notes Potentially use existing xbeach tools

benjaminleighton commented 2 months ago

● Selects which corner of the grid will be origin - XBEACH requires the origin to be on the offshore boundary with coast at 90 degrees on the right hand side of the offshore boundary (see next slide): ○ Identifies offshore boundary using bathymetry and selects origin ○ Adjusts user defined rotation angle to match selected origin ○ Adjusts bathymetry data structures to match selected origin

from Simon's notes