Skip to content

Commit

Permalink
Add cross-ref to preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli authored and Eli committed Mar 1, 2024
1 parent cc49aa4 commit bcf2e44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docsrc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ To use schimpy tools in a project::

import schimpy
Many schimpy utilities can be invoked as command line utilities and the most common of these is the `prepare_schism` command for the `preprocessor`_ ::
Many schimpy utilities can be invoked as command line utilities and the most common of these is the `prepare_schism` command for the `preprocessor`_ invoked like this::

$ prepare_schism main_bay_delta.yaml
$ prepare_schism main_bay_delta.yaml

where `main_bay_delta.yaml` is the main yaml input file for your project.

Expand Down
14 changes: 11 additions & 3 deletions docsrc/preprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@
.. _preprocessor:

Preprocessing
==============
=============

Invoking the preprocessor
-------------------------

prepare_SCHISM.py
^^^^^^^^^^^^^^^^^
The preprocessor can prepare and manipulate many components of the SCHISM input.
It is usually invoked using a command like this::

$ prepare_schism main_bay_delta.yaml
The contents of main_bay_delta.yaml are discussed below. Industrial strength samples, used as the point of departure for most applied projects, are available in the `templates` directory of BayDeltaSCHISM distribution.


prepare_schism
^^^^^^^^^^^^^^

.. argparse::
:module: schimpy.prepare_schism
Expand Down

0 comments on commit bcf2e44

Please sign in to comment.