Skip to content

Commit

Permalink
Merge pull request #473 from dustinswales/feature/ufs_case_gen_exact_…
Browse files Browse the repository at this point in the history
…mode

Feature/ufs case gen exact mode
  • Loading branch information
grantfirl authored Jul 29, 2024
2 parents 7e7959d + e7d2760 commit 5702b65
Show file tree
Hide file tree
Showing 3 changed files with 1,288 additions and 275 deletions.
6 changes: 3 additions & 3 deletions scm/doc/TechGuide/chap_cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,16 +409,16 @@ Activate environment:
.. _`ufsicgenerator`:

UFS_IC_generator.py
UFS_case_gen.py
~~~~~~~~~~~~~~~~~~~

A script exists in ``scm/etc/scripts/UFS_IC_generator.py`` to read in UFS history (output) files and their
A script exists in ``scm/etc/scripts/UFS_case_gen.py`` to read in UFS history (output) files and their
initial conditions to generate a SCM case input data file, in DEPHY
format.

.. code:: bash
./UFS_IC_generator.py [-h] (-l LOCATION LOCATION | -ij INDEX INDEX) -d
./UFS_case_gen.py [-h] (-l LOCATION LOCATION | -ij INDEX INDEX) -d
DATE -i IN_DIR -g GRID_DIR -f FORCING_DIR -n
CASE_NAME [-t {1,2,3,4,5,6,7}] [-a AREA] [-oc]
[-lam] [-sc] [-near]
Expand Down
Loading

0 comments on commit 5702b65

Please sign in to comment.