HenryDane / glEBM

A high performancee EBM using OpenGL compute shaders.
GNU General Public License v3.0
1 stars 0 forks source link

Non-uniform grid #3

Closed HenryDane closed 8 months ago

HenryDane commented 1 year ago

Maybe look at this: https://www.gfdl.noaa.gov/cubed-sphere-quickstart/

https://www.gfdl.noaa.gov/fv3/fv3-grids/

HenryDane commented 8 months ago

Technically, as of 37a9afe on the ebm_project branch, arbitrary grids will now work although grid element's neighbors in-memory must also be their neighbors in model space.