Skip to content

Commit

Permalink
fix indentation innrocoto jobs (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Sep 25, 2023
1 parent c5606ec commit 2d4d020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jobs/rocoto/anal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
# Append compiler (only on machines that have multiple compilers)
COMPILER=${COMPILER:-"intel"}
if [[ "${MACHINE_ID}" = "hera" ]] || [[ "${MACHINE_ID}" = "cheyenne" ]]; then
MACHINE_ID=${MACHINE_ID}.${COMPILER}
MACHINE_ID=${MACHINE_ID}.${COMPILER}
fi

# Source machine specific GSI-EnKF modules
Expand Down
2 changes: 1 addition & 1 deletion jobs/rocoto/eobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
# Append compiler (only on machines that have multiple compilers)
COMPILER=${COMPILER:-"intel"}
if [[ "${MACHINE_ID}" = "hera" ]] || [[ "${MACHINE_ID}" = "cheyenne" ]]; then
MACHINE_ID=${MACHINE_ID}.${COMPILER}
MACHINE_ID=${MACHINE_ID}.${COMPILER}
fi

# Source machine specific GSI-EnKF modules
Expand Down
2 changes: 1 addition & 1 deletion jobs/rocoto/eupd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
# Append compiler (only on machines that have multiple compilers)
COMPILER=${COMPILER:-"intel"}
if [[ "${MACHINE_ID}" = "hera" ]] || [[ "${MACHINE_ID}" = "cheyenne" ]]; then
MACHINE_ID=${MACHINE_ID}.${COMPILER}
MACHINE_ID=${MACHINE_ID}.${COMPILER}
fi

# Source machine specific GSI-EnKF modules
Expand Down

0 comments on commit 2d4d020

Please sign in to comment.