-
Notifications
You must be signed in to change notification settings - Fork 19
Proposed MAPL Tutorial Outline
Amidu Oloso edited this page Mar 12, 2021
·
6 revisions
- What is ESMF? What is MAPL
- Relationship with ESMF
- Why MAPL
- MAPL place within GEOS
- High level introduction of MAPL major functionalities and variables (with annotated APIs as sensible)
- Cap
- GridComp
- Generic (SetServices, Initialize, Run, Finalize)
- Field
- Field Bundle
- Grid
- Config
- VarSpec (Import, Export, Internal)
- MetaComp
- I/O
- etc.
- Dependencies to build and test MAPL
- Build and run instructions
- Frequently touched aspects by (most) users with examples
- Resource (Configuration) Files (introduce the YAML approach?)
- Adding a field or field bundle (including how to use VarSpec)
- ExtData
- etc
- More examples geared towards users who are also developers
- MAPL App from scratch
- How to add a new GridComp (model, history, coupler, etc)
- Others?