diff --git a/docs/sections/user_guide/uw_yaml/forecast_yaml.rst b/docs/sections/user_guide/uw_yaml/forecast_yaml.rst index a046d7fa1..d28601065 100644 --- a/docs/sections/user_guide/uw_yaml/forecast_yaml.rst +++ b/docs/sections/user_guide/uw_yaml/forecast_yaml.rst @@ -198,7 +198,7 @@ The MPI command used to run the model executable. Typical options are ``srun``, ``scheduler:`` ^^^^^^^^^^^^^^ -The name of the batch system. Supported options are ``lfs``, ``pbs``, and ``slurm``. +The name of the batch system. Supported options are ``lsf``, ``pbs``, and ``slurm``. The ``preprocessing:`` block ---------------------------- diff --git a/src/uwtools/resources/FV3Forecast.jsonschema b/src/uwtools/resources/FV3Forecast.jsonschema index f472fb15a..f79cdbbbb 100644 --- a/src/uwtools/resources/FV3Forecast.jsonschema +++ b/src/uwtools/resources/FV3Forecast.jsonschema @@ -214,7 +214,7 @@ }, "scheduler": { "enum": [ - "lfs", + "lsf", "pbs", "slurm" ], diff --git a/src/uwtools/tests/test_scheduler.py b/src/uwtools/tests/test_scheduler.py index 32c1e6c8a..49e7a0052 100644 --- a/src/uwtools/tests/test_scheduler.py +++ b/src/uwtools/tests/test_scheduler.py @@ -13,7 +13,7 @@ from uwtools.scheduler import JobScheduler from uwtools.tests.support import compare_files -# LFS tests +# LSF tests @fixture