Workflow meeting: Difference between revisions
Jump to navigation
Jump to search
Denis.nadeau (talk | contribs) New page: == March 3rd 2011 meeting == === Requirements === * Can be used by all GMAO staff * Easy for newcomers to understand. * Easily expandable * Can query resource files * Can query resolutio... |
Denis.nadeau (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
=== MAPL Python === | === MAPL Python === | ||
* Infrastructure development | * Infrastructure development based on ESMF design (Arlindo). | ||
** Object oriented code. | ** Object oriented code. | ||
*** '''Classes''' | *** '''Classes''' |
Revision as of 15:32, 4 March 2011
March 3rd 2011 meeting
Requirements
- Can be used by all GMAO staff
- Easy for newcomers to understand.
- Easily expandable
- Can query resource files
- Can query resolution, time and HISTORY file.
- Plotting diagnostic output
GCMsetup
- Create directory structure to run an experiment
- Create CAP.rc, AGCM.rc, gcmrun.j and HISTORY.rc
- Must copy restart files and manually create cap_restart.
MAPL Python
- Infrastructure development based on ESMF design (Arlindo).
- Object oriented code.
- Classes
- Abstract.py (Method)
- config.py (Config)
- exp.py (Experiment class)
- history.py (History.rc)
- MAPL (Main class)
- job.py (execute job)
- run.py (run a segment)
- Classes
- Object oriented code.