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

implement python driver for the Fortran advection() routine #7

Closed bolding closed 2 years ago

bolding commented 3 years ago

proof of concept

a Python interface to the GETM Fortran core routines

Using advection() being the most complicated as case

also included is python-mpi infrastructure

bolding commented 2 years ago

Fully implemented