Sign inSign up

geoschem/gchp_model

By geoschem

Updated almost 8 years ago

GEOS-Chem High-Performance (GCHP) precompiled code

Image
0

373

geoschem/gchp_model repository overview

GEOS-Chem High-Performance (GCHP) precompiled code

Precompiled GCHP code for immediate use. Also needs ~150GB input dataset (the ExtData/ folder). Can be downloaded from AWS cloud. See http://cloud.geos-chem.org.

Usage

You can download and run this image using the following commands:

docker pull geoschem/gchp_model
input_path=/full/path/to/input/directory/on/host
output_path=/full/path/to/output/directory/on/host
docker run --rm -it -v $input_path:/ExtData -v $output_path:/OutputDir  zhuangjw/gchp_model
mpirun -np 6 -oversubscribe ./geos  # inside container, just execute model

Tag summary

Content type

Image

Digest

Size

477.9 MB

Last updated

almost 8 years ago

docker pull geoschem/gchp_model