Skip to content

Commit

Permalink
change .sh to .py
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Sep 17, 2024
1 parent 69a66ee commit 60ddb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/run_srw_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SRWTest:
The expectation is to have a "clean" experiment directory with only new experiments
that are ready to run (e.g., no ``_old*`` experiments left around from previous tests).
This script takes only one parameter (``-e`` or ``--exptdir``) which points to the
``expt_basedir`` specified when the ``run_WE2E_tests.sh`` script is run to set up the tests.
``expt_basedir`` specified when the ``run_WE2E_tests.py`` script is run to set up the tests.
The script will work sequentially through each of the test directories and
launch the workflow for each with a call to ``launch_FV3LAM_wflow.sh``.
After the initial launch, the ``checkTests`` method is called to monitor the
Expand Down

0 comments on commit 60ddb77

Please sign in to comment.