Skip to content

Commit

Permalink
Update cloud.geos-chem.org doc for 12.3.2
Browse files Browse the repository at this point in the history
Now point to new AMI in quick start guide and in resource list.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed May 3, 2019
1 parent 5df87c5 commit f83cec9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions doc/source/chapter02_beginner-tutorial/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In the EC2 console, make sure you are in the **US East (N. Virginia)** region as

.. _choose_ami-label:

In the EC2 console, click on "AMIs" (Amazon Machine Images) under "IMAGES" on the left navigation bar. Then select "Public images" and search for ``ami-0ee8892ae47c31be1`` or ``GEOSChem12.2.0_tutorial_20190221`` – that's the system with both the classic version of GEOS-Chem installed. Select it and click on "Launch".
In the EC2 console, click on "AMIs" (Amazon Machine Images) under "IMAGES" on the left navigation bar. Then select "Public images" and search for ``ami-0413eb49d1666c8f4`` or ``GEOSChem12.3.2_tutorial_20190503`` – that's the system with both the classic version of GEOS-Chem installed. Select it and click on "Launch".

.. figure:: img/search_ami.png

Expand Down Expand Up @@ -110,7 +110,7 @@ Just run the pre-compiled the model by::
Or you can re-compile the model on your own::

$ make realclean
$ make -j4 mpbuild NC_DIAG=y BPCH_DIAG=n TIMERS=1
$ make -j4 mpbuild TIMERS=1

Congratulations! You’ve just done a GEOS-Chem simulation on the cloud, without spending any time on setting up a physical server, configuring software libraries, and preparing model input data!

Expand All @@ -128,7 +128,7 @@ Step 4: Analyze output data with Python
If you wait for the simulation to finish (takes 5~10 min), it will produce `NetCDF diagnostics <http://wiki.seas.harvard.edu/geos-chem/index.php/List_of_diagnostics_archived_to_netCDF_format>`_ called ``GEOSChem.SpeciesConc.20160701_0020z.nc4`` inside ``OutputDir/`` of the run directory. To save time, you can also cancel the simulation (``Ctrl+c``) and use the pre-generated file with the same name::

$ cd ~/tutorial/geosfp_4x5_standard/OutputDir/
$ ncdump -h GEOSChem.SpeciesConc.20160701_0020z.nc4
$ ncdump -h GEOSChem.SpeciesConc.20160701_0000z.nc4
netcdf GEOSChem.SpeciesConc.20160701_0000z {
dimensions:
time = UNLIMITED ; // (1 currently)
Expand Down Expand Up @@ -156,7 +156,7 @@ Activate the pre-installed `geoscientific Python environment <https://github.com

In [1]: import xarray as xr

In [2]: ds = xr.open_dataset('GEOSChem.SpeciesConc.20160701_0020z.nc4')
In [2]: ds = xr.open_dataset('GEOSChem.SpeciesConc.20160701_0000z.nc4')

In [3]: ds
Out[3]:
Expand Down
10 changes: 5 additions & 5 deletions doc/source/chapter06_appendix/aws-resources-for-gc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Latest resources:
+-------------------+------------------------+----------+----------------------------------+
| Resource | ID/name | Size | Content |
+===================+========================+==========+==================================+
|| Standard tutorial| ami-0ee8892ae47c31be1 | 200 GB | 0. Ubuntu 18.04 |
|| Standard tutorial| ami-0413eb49d1666c8f4 | 200 GB | 0. Ubuntu 18.04 |
| AMI | | | 1. gfortran 7.3.0, |
| | | | netCDF-Fortran 4.4.4 |
| | | | 2. Geoscientific Python |
| | | | environment |
| | | | 3. Pre-compiled GC-classic |
| | | | 12.2.0 |
| | | | 3. Pre-compiled GC-classic and |
| | | | 12.3.2 |
| | | | 4. Minimum GEOS-Chem input data |
+-------------------+------------------------+----------+----------------------------------+
|| Container | ami-040f96ea8f5a0973e | 200 GB | 0. Amazon Linux 2 AMI |
Expand All @@ -32,11 +32,11 @@ Old resources (for record):
+-------------------+------------------------+----------+----------------------------------+
| Resource | ID/name | Size | Content |
+===================+========================+==========+==================================+
|| Old tutorial | ami-08c83a8b3ebd20b63 | 100 GB | 0. Ubuntu 16.04 |
|| Old tutorial | ami-0ee8892ae47c31be1 | 200 GB | 0. Ubuntu 16.04 |
| AMI | | | 1. gfortran 5.4.0, |
| | | | netCDF-Fortran 4.4.3 |
| | | | 2. Geoscientific Python |
| | | | environment |
| | | | 3. Pre-compiled GC-classic 12.0.0|
| | | | 3. Pre-compiled GC-classic 12.2.0|
| | | | 4. Minimum GEOS-Chem input data |
+-------------------+------------------------+----------+----------------------------------+

0 comments on commit f83cec9

Please sign in to comment.