generated from GEOS-ESM/geos-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
SMT Stack BackendWorkflows
Florian Deconinck edited this page May 6, 2024
·
3 revisions
There's two main worfklows for the backend depending on which model code is targeted for transpiling: stencils (a.k.a GridTools, a.k.a GT
) and full program optimizer (a.k.a orchestration
).
The orchestration
workflows wraps the GT
workflow and extend transpiling to the python code in-between the stencils.
GridTools (GT) workflow
Orchestreation workflow