GEOS-5 Documentation for Icarus 3.1: Difference between revisions
m Copied from GEOS-5 Documentation for Icarus 3.0, revision 3998 |
m Update for Icarus 3.1 |
||
Line 1: | Line 1: | ||
__FORCETOC__ | __FORCETOC__ | ||
This page lists pages with information on setting up and running GEOS-5 Icarus 3. | This page lists pages with information on setting up and running GEOS-5 Icarus 3.1. 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 116: | Line 116: | ||
</pre> | </pre> | ||
== Running Icarus 3. | == Running Icarus 3.1 == | ||
* [[Icarus 3. | * [[Icarus 3.1 Quick Start]]: This page describes the minimum steps required to build and run GEOS-5 Icarus 3.1 on NCCS discover and NAS pleiades. You should successfully complete the steps in these instructions before doing anything more complicated. | ||
* [[Icarus 3. | * [[Icarus 3.1 User's Guide]] | ||
* [[Regridding Restarts for Icarus 3. | * [[Regridding Restarts for Icarus 3.1]] | ||
* [[Using the ExtData component]] | * [[Using the ExtData component]] | ||
Line 134: | Line 134: | ||
* [[Icarus Single Column Model]] | * [[Icarus Single Column Model]] | ||
== Icarus 3. | == Icarus 3.1 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> | ||
** [[Icarus 3. | ** [[Icarus 3.1 states sorted by short name | Sorted by short name]] | ||
** [[Icarus 3. | ** [[Icarus 3.1 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/Icarus- | $ ./GMAO_Shared/MAPL_Base/mapl_vlist.py --sort comp --format wiki /home/mathomp4/Models/Icarus-3_1/GEOSagcm/src/GEOSgcs_GridComp/ > /home/mathomp4/MindMapFiles/Icarus-3_1/i31_states_sort_by_comp.txt | ||
$ ./GMAO_Shared/MAPL_Base/mapl_vlist.py --sort short --format wiki /home/mathomp4/Models/Icarus- | $ ./GMAO_Shared/MAPL_Base/mapl_vlist.py --sort short --format wiki /home/mathomp4/Models/Icarus-3_1/GEOSagcm/src/GEOSgcs_GridComp/ > /home/mathomp4/MindMapFiles/Icarus-3_1/i31_states_sort_by_short.txt | ||
--> | --> | ||
Line 151: | Line 151: | ||
* [[GEOS-5 Run-Time Characteristics]] | * [[GEOS-5 Run-Time Characteristics]] | ||
* Hierarchical structure: Below is a (partially folded) view of the Icarus 3. | * Hierarchical structure: Below is a (partially folded) view of the Icarus 3.1 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 157: | Line 157: | ||
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/Icarus- | $ tree -d -I CVS -X | sed -f ~/MindMapFiles/mindmap.sedfile > ~/MindMapFiles/Icarus-3_1/i31_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 163: | Line 163: | ||
--> | --> | ||
<mm>[[ | <mm>[[i31_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]]''' |