GEOS-Chem Online User's Guide

Previous | Next | Printable View (no frames)

2. Getting set up with GEOS-Chem

2.1 Useful skills for working with GEOS-Chem

In order to use GEOS-Chem, it is helpful to have general experience with the following:

For a useful list of resorces, including tutorials, please see the GEOS-Chem basics and Version control with Git wiki pages.

2.2 Where can I run GEOS-Chem?

You can run GEOS-Chem on the following types of machines:

Architecture Description

Any computer system running a version of the Unix operating system

These include the Linux (Red Hat, CentOS, SuSE), Fedora, Ubuntu, etc. operating systems.

Please see the following wiki pages for a list of required system software (compilers, libraries, and utilities) that you will need to install before you can run GEOS-Chem on your system.

If you are not sure what hardware or software is available to you, then please check with your IT department. For the most up-to-date information regarding GEOS-Chem performance on specific platforms and operating systems, please see our GEOS-Chem performance wiki page.

NOTE: While it may be possible to run GEOS-Chem on Windows (via a Unix emulator such as CygWin), we cannot officially support this platform.

Amazon Web Services
Elastic Compute (EC2) cloud

If your institution does not have its own computer cluster, or if you are looking for some extra computational capacity not available at your institution, you might want to consider running GEOS-Chem on the Amazon EC2 cloud computing platform. This brings the following advantages:

  • Your computational enviroment can be initialized with the exact same hardware and software each time you log in. This will ensure that your GEOS-Chem simulations will be 100% reproducible.

  • All of the input data (meteorological fields, emissions, etc.) required to run GEOS-Chem have already been uploaded to the Amazon S3 storage system. This will let you get started with GEOS-Chem right away, without having to download terabytes of data to a local disk server.

For more information, please see our very comprehensive cloud computing tutorial (written by Jiawei Zhuang): cloud.geos-chem.org.

2.3 Additional downloads

The required software packages mentioned in the prior section—the compilers, the operating system, the Git version control system, etc.—will usually come pre-installed on your system (or machine image if you are using the Amazon cloud). The most important items that you will still need to download to your system are the following:

Item Description

A NetCDF Library

All of the data files read by GEOS-Chem are now in COARDS-compliant netCDF format. As part of the High-Performance Computing (HPC) GEOS-Chem project, we are in the process of converting the remaining binary data files to netCDF format. This will facilitate running GEOS-Chem in HPC environments, a requirement for several objectives such as interfacing GEOS-Chem with the NASA GEOS-5 GCM.

  • If you are using the Amazon EC2 cloud, then a netCDF library will be included in the machine image (or software container) that you use to initialize your computational environment. (If you are an advanced user, you can also install netCDF and other libraries on the cloud by yourself.) See our tutorial cloud.geos-chem.org for more information.

  • If you are using your institution's computer system, then your IT staff may have already pre-built one or more versions of the netCDF library that you can load into your Unix environment. If not, then you can build a netCDF library with our installer package.

For more information, please see Chapter 3.

GEOS-Chem Shared Data Directories (including the sample restart files)

The GEOS-Chem shared data directories contain many large files (e.g. emissions, metorological fields) that cannot fit into your own personal disk space. We recommend that you (or your IT staff) download the shared data directories to a common disk space where all GEOS-Chem users in your group or institution can access them.

  • If you are using the Amazon EC2 cloud, then a copy of the shared data directories has been synced to the Amazon S3 storage system. For more information about how to access the data, please see our tutorial cloud.geos-chem.org.

  • If you are using your institution's computer system: You will only need to download the shared data directories from disk once from scratch. As new met fields or emissions data are added, you can download the new folders and files individually. (NOTE: If several people at your institution are alreasy using GEOS-Chem, then chances are the shared data directories have already been downloaded to a location on your disk storage server. Check with your IT staff.)

For more information, please see Chapter 4.

GEOS-Chem Source Code Directory

The GEOS-Chem source code is available for download to your personal disk space using the Git source code management system.

For more information, please see Chapter 5.

GEOS-Chem Run Directories

You must create a run directory for each combination of meteorology field , grid resolution, and simulation type that you use. Run directories are created with our GEOS-Chem Unit Tester and may be stored locally in your personal disk space.

For more information, please see Chapter 6.

Previous | Next | Printable View (no frames)