From d0532b584192b0ca4abd69b90167acc6087642e1 Mon Sep 17 00:00:00 2001 From: "Chan-Hoo.Jeon-NOAA" <60152248+chan-hoo@users.noreply.github.com> Date: Mon, 2 May 2022 12:23:56 -0400 Subject: [PATCH] update hash of regional workflow (#247) --- Externals.cfg | 2 +- docs/UsersGuide/source/ConfigWorkflow.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index 88f43bc461..0958315c45 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -3,7 +3,7 @@ protocol = git repo_url = https://github.com/ufs-community/regional_workflow # Specify either a branch name or a hash but not both. #branch = develop -hash = 3f83cde +hash = 6800643 local_path = regional_workflow required = True diff --git a/docs/UsersGuide/source/ConfigWorkflow.rst b/docs/UsersGuide/source/ConfigWorkflow.rst index 0a41d08bd4..d605e95b41 100644 --- a/docs/UsersGuide/source/ConfigWorkflow.rst +++ b/docs/UsersGuide/source/ConfigWorkflow.rst @@ -45,11 +45,11 @@ Platform Environment ``LMOD_PATH``: (Default: "") Path to the LMOD shell file on the user's Linux system. It is set automatically for supported machines. -``BUILD_ENV_FN``: (Default: "") - Name of alternative build environment file to use if running on an unsupported platform. Is set automatically for supported machines. +``BUILD_MOD_FN``: (Default: "") + Name of alternative build module file to use if running on an unsupported platform. Is set automatically for supported machines. -``WFLOW_ENV_FN``: (Default: "") - Name of alternative workflow environment file to use if running on an unsupported platform. Is set automatically for supported machines. +``WFLOW_MOD_FN``: (Default: "") + Name of alternative workflow module file to use if running on an unsupported platform. Is set automatically for supported machines. ``SCHED``: (Default: "") The job scheduler to use (e.g., Slurm) on the specified ``MACHINE``. Set this to an empty string in order for the experiment generation script to set it automatically depending on the machine the workflow is running on. Valid values: "slurm" "pbspro" "lsf" "lsfcray" "none"