csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Demonstrate babelizing for all supported languages #32

Closed mdpiper closed 6 months ago

mdpiper commented 3 years ago

We have an example of babelizing a model written in C and importing it into pymt. There should also be examples for

to cover all the languages supported by the babelizer, since each language has its own subtleties.

samharrison7 commented 1 year ago

I'd be happy to contribute a Fortran example, if that's helpful? It would basically be the same as the C example but with a few little tweaks to make it Fortran specific.

mdpiper commented 1 year ago

I'd be happy to contribute a Fortran example, if that's helpful? It would basically be the same as the C example but with a few little tweaks to make it Fortran specific.

@samharrison7 That would be wonderful, thank you!