Difference between revisions of "Minimum system requirements for GEOS-Chem"

From Geos-chem
Jump to: navigation, search
(Overview)
Line 14: Line 14:
 
#[[Running GEOS-Chem|Running]]
 
#[[Running GEOS-Chem|Running]]
 
#[[GEOS-Chem output files|Output files]]
 
#[[GEOS-Chem output files|Output files]]
#[[Guide_to_visualization_and_analysis_tools_for_GEOS-Chem|Visualizing and processing output]]
+
#[[Python tools for use with GEOS-Chem]]
 
#[[GEOS-Chem_coding_and_debugging|Coding and debugging]]
 
#[[GEOS-Chem_coding_and_debugging|Coding and debugging]]
 
#[[GEOS-Chem_overview#Further_reading|Further reading]]
 
#[[GEOS-Chem_overview#Further_reading|Further reading]]

Revision as of 21:26, 8 December 2020

Previous | Next | Getting Started with GEOS-Chem

  1. Minimum system requirements
  2. Installing required software
  3. Configuring your computational environment
  4. Downloading source code
  5. Downloading data directories
  6. Creating run directories
  7. Configuring runs
  8. Compiling
  9. Running
  10. Output files
  11. Python tools for use with GEOS-Chem
  12. Coding and debugging
  13. Further reading


Overview

This manual will walk you through setting up and running GEOS-Chem simulations in "Classic" mode (using OpenMP parallelization across several cores of a single computational node).

If you interested in using GEOS-Chem's high-performance mode (GCHP) to parallelize across hundreds or thousands of computational cores, please see: https://gchp.readthedocs.io.

System requirements for GEOS-Chem Classic

Before obtaining the GEOS-Chem source code, you should consider if your computational system meets the minimum system requirements. Please see the following chapters for more information:

  1. GEOS-Chem required hardware
  2. GEOS-Chem required software
  3. GEOS-Chem required disk space



Previous | Next | Getting Started with GEOS-Chem