BoldingBruggeman / getm-rewrite

Rewrite of the General Estuarine Transport Model (GETM) in Python (mostly) and Fortran (performance-critical sections)
https://pygetm.readthedocs.io/
Other
7 stars 3 forks source link

pygetm test case to run 2D box_cartesian #3

Closed bolding closed 2 years ago

bolding commented 3 years ago

A python script to run the box cartesian test case - i.e. closed box with constant surface stress

includes calls to: pressure%surface() dynamics%momentum%do_2d() dynamics%sealevel%update() domain%depth_update()

bolding commented 2 years ago

A series of test cases has been implemented - some run as Github actions as unit tests