Skip to content

Commit

Permalink
Revert "Modifications to allow workflow to run to completion with GNU…
Browse files Browse the repository at this point in the history
… build on Hera (#526)" (#559)

This reverts commit 19a872b.
  • Loading branch information
JeffBeck-NOAA authored Jul 23, 2021
1 parent ea648a0 commit c7c48a3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 124 deletions.
7 changes: 0 additions & 7 deletions scripts/exregional_make_ics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -608,13 +608,6 @@ $settings"
# of chgres_cube is nonzero.
# A similar thing happens in the forecast task.
#
#-----------------------------------------------------------------------
# Deactivate the conda environment to avoid conflicts between the
# environment used by the regional workflow (prepended to your $PATH)
# and that used in the run environment.
#-----------------------------------------------------------------------
unload_python

${APRUN} ${exec_fp} || \
print_err_msg_exit "\
Call to executable (exec_fp) to generate surface and initial conditions
Expand Down
7 changes: 0 additions & 7 deletions scripts/exregional_make_lbcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,6 @@ $settings"
# of chgres_cube is nonzero.
# A similar thing happens in the forecast task.
#
#-----------------------------------------------------------------------
# Deactivate the conda environment to avoid conflicts between the
# environment used by the regional workflow (prepended to your $PATH)
# and that used in the run environment.
#-----------------------------------------------------------------------
unload_python

${APRUN} ${exec_fp} || \
print_err_msg_exit "\
Call to executable (exec_fp) to generate lateral boundary conditions (LBCs)
Expand Down
7 changes: 0 additions & 7 deletions scripts/exregional_run_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,6 @@ Call to function to create a diag table file for the current cycle's
#
#-----------------------------------------------------------------------
#
#-----------------------------------------------------------------------
# Deactivate the conda environment to avoid conflicts between the
# environment used by the regional workflow (prepended to your $PATH)
# and that used in the run environment.
#-----------------------------------------------------------------------
unload_python

$APRUN ${FV3_EXEC_FP} || print_err_msg_exit "\
Call to executable to run FV3-LAM forecast returned with nonzero exit
code."
Expand Down
97 changes: 0 additions & 97 deletions ush/bash_utils/unload_python.sh

This file was deleted.

6 changes: 0 additions & 6 deletions ush/source_util_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,6 @@ function source_util_funcs() {
#
#-----------------------------------------------------------------------
#
# Unload python or miniconda3 if loaded
#
#-----------------------------------------------------------------------
#
. ${bashutils_dir}/unload_python.sh
#
# Source the file containing the function that creates a symlink to a
# file (including performing checks).
#
Expand Down

0 comments on commit c7c48a3

Please sign in to comment.