Skip to content

Commit

Permalink
Mention GCPy in section for plotting GCHP data
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
  • Loading branch information
lizziel committed Jun 30, 2022
1 parent a198c75 commit 80371ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/user-guide/debugging.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Debugging
=========

This page provides strategies for debugging GCHP.
This page provides strategies for investigating errors encountered while using GCHP.

.. contents:: Table of contents
:depth: 4
Expand Down
4 changes: 3 additions & 1 deletion docs/source/user-guide/plotting-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Some suggestions
Python
------

To plot GCHP data with Python you will need the following libraries:
To make a basic plot of GCHP data using Python you will need the following libraries:

* cartopy >= 0.19 (0.18 won't work -- see `cartopy#1622 <https://github.com/SciTools/cartopy/pull/1622>`_)
* xarray
Expand Down Expand Up @@ -76,3 +76,5 @@ Here is a basic example of plotting cubed-sphere data:

The grid-box corners should be used with :code:`pcolormesh()` because the grid-boxes are not regular (it's a curvilinear grid).
This is why we use :code:`corner_lats` and :code:`corner_lons` in the example above.

You may also use the GCPy python toolkit to work with GCHP files. For more information see `https://github.com/geoschem/gcpy/ <https://github.com/geoschem/gcpy/>`_.

0 comments on commit 80371ef

Please sign in to comment.