Skip to content

Commit

Permalink
Correctly format the code block
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed May 8, 2019
1 parent 5627466 commit e12d8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/chapter02_beginner-tutorial/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The default simulation length is only 20 minutes, for demonstration purpose. The
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_0000z.nc4`` inside ``OutputDir/`` of the run directory.
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_0000z.nc4`` inside ``OutputDir/`` of the run directory::

$ cd ~/tutorial/geosfp_4x5_standard/OutputDir/
$ ncdump -h GEOSChem.SpeciesConc.20160701_0000z.nc4
Expand Down

0 comments on commit e12d8ae

Please sign in to comment.