GEOS-5 Documentation for Heracles 5.4: Difference between revisions
Copied from GEOS-5 Documentation for Heracles 5.3, revision 3722 |
Move links and references to 5.4 |
||
Line 1: | Line 1: | ||
__FORCETOC__ | __FORCETOC__ | ||
This page lists pages with information on setting up and running GEOS-5 Heracles 5. | This page lists pages with information on setting up and running GEOS-5 Heracles 5.4. Earlier and later versions of GEOS-5 may differ in details that, while minor, will require different steps for building and running, so ''caveat utilitor''. | ||
'''Back to [[GEOS-5 User's and Developer's Guides]]''' | '''Back to [[GEOS-5 User's and Developer's Guides]]''' | ||
Line 111: | Line 111: | ||
</pre> | </pre> | ||
== Running Heracles 5. | == Running Heracles 5.4 == | ||
* [[Heracles 5. | * [[Heracles 5.4 Quick Start]]: This page describes the minimum steps required to build and run GEOS-5 Heracles 5.4 on NCCS discover and NAS pleiades. You should successfully complete the steps in these instructions before doing anything more complicated. | ||
* [[Heracles 5. | * [[Heracles 5.4 User's Guide]] | ||
* [[Using the ExtData component]] | * [[Using the ExtData component]] | ||
Line 127: | Line 127: | ||
* [[Heracles Single Column Model]] | * [[Heracles Single Column Model]] | ||
== Heracles 5. | == Heracles 5.4 Documentation == | ||
* [[Media:GEOS5_doc.pdf|GEOS 5 Developer's Guide]] (pdf) | * [[Media:GEOS5_doc.pdf|GEOS 5 Developer's Guide]] (pdf) | ||
* List of Export/Import/Internal states, generated with <code>src/GMAO_Shared/MAPL_Base/mapl_vlist.py</code> | * List of Export/Import/Internal states, generated with <code>src/GMAO_Shared/MAPL_Base/mapl_vlist.py</code> | ||
** [[Heracles 5. | ** [[Heracles 5.4 states sorted by short name | Sorted by short name]] | ||
** [[Heracles 5. | ** [[Heracles 5.4 states sorted by component name | Sorted by component name]] | ||
<!-- | <!-- | ||
Created by: | Created by: | ||
$ ./GMAO_Shared/MAPL_Base/mapl_vlist.py --sort comp --format wiki /home/mathomp4/Models/Heracles- | $ ./GMAO_Shared/MAPL_Base/mapl_vlist.py --sort comp --format wiki /home/mathomp4/Models/Heracles-5_4_p1/GEOSagcm/src/GEOSgcs_GridComp/ > states_sort_by_comp.txt | ||
$ ./GMAO_Shared/MAPL_Base/mapl_vlist.py --sort short --format wiki /home/mathomp4/Models/Heracles- | $ ./GMAO_Shared/MAPL_Base/mapl_vlist.py --sort short --format wiki /home/mathomp4/Models/Heracles-5_4_p1/GEOSagcm/src/GEOSgcs_GridComp/ > states_sort_by_short.txt | ||
--> | --> | ||
Line 144: | Line 144: | ||
* [[GEOS-5 Run-Time Characteristics]] | * [[GEOS-5 Run-Time Characteristics]] | ||
* Hierarchical structure: Below is a (partially folded) view of the Heracles 5. | * Hierarchical structure: Below is a (partially folded) view of the Heracles 5.4 hierarchy where each node is a GridComp. Some of the nodes are folded (marked with a circle at the end) for clarity - clicking the composite node reveals the sub-nodes. | ||
<!-- | <!-- | ||
Line 150: | Line 150: | ||
GEOSgcs (or agcm or ogcm) and ran: | GEOSgcs (or agcm or ogcm) and ran: | ||
$ tree -d -I CVS -X | sed -f ~/MindMapFiles/mindmap.sedfile > ~/MindMapFiles/ | $ tree -d -I CVS -X | sed -f ~/MindMapFiles/mindmap.sedfile > ~/MindMapFiles/h54p1_tree.mm | ||
You'll then need to manually go into the XML file and change the top | You'll then need to manually go into the XML file and change the top | ||
Line 156: | Line 156: | ||
--> | --> | ||
<mm>[[ | <mm>[[h54p1_tree.mm|flash|500px|parameters startCollapsedToLevel=4]]</mm> | ||
---- | ---- | ||
'''Back to [[GEOS-5 User's and Developer's Guides]]''' | '''Back to [[GEOS-5 User's and Developer's Guides]]''' |