Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Dec 19, 2018
1 parent 8d6b7a7 commit 2ba2a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/chapter03_advanced-tutorial/container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ Run the container without mounting any directories::

The ``-w`` options gives write access in the container. This is usually required. ``bash`` starts a interactive bash shell, like the ``/bin/bash`` command in Docker.

Rerun the container with input/output directories mounted (the ``-b`` option is equivalent to the ``-v`` option in Docker)::
Exit the container by ``Ctrl + d``, rerun the container with input/output directories mounted (the ``-b`` option is equivalent to the ``-v`` option in Docker)::

ch-run -b $HOME/ExtData:/ExtData -b $HOME/OutputDir:/OutputDir -w geoschem.gchp_model -- bash
ch-run -b $HOME/ExtData:/ExtData -b $HOME/OutputDir:/OutputDir -w geoschem.gc_model -- bash

Inside the container, execute the model::

Expand Down Expand Up @@ -222,4 +222,4 @@ There are two ways of getting the data:

2. `Harvard FTP <http://wiki.seas.harvard.edu/geos-chem/index.php/Downloading_GEOS-Chem_source_code_and_data>`_: This is the traditional way. The bandwidth is not as great as S3 but there is no charge on users.

In our tests, transferring data from S3 is typically ~10x faster than transferring from traditional FTP (e.g. to the NASA Pleiades cluster). But this depends on the network of users' own servers.
In our tests, transferring data from S3 is typically ~10x faster than transferring from traditional FTP (e.g. to the NASA Pleiades cluster). But this depends on the network of users' own servers.

0 comments on commit 2ba2a63

Please sign in to comment.