Skip to content

Commit

Permalink
Reverted regression_vars.sh to develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraDraper-NOAA committed Jan 4, 2024
1 parent 8aebd53 commit f33689e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions regression/regression_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
# To run with hybrid ensemble option on, change HYBENS_GLOBAL and/or HYBENS_REGIONAL from "false" to "true".
# These are located at the end of this script.

export ptmp="/scratch2/BMC/gsienkf/Clara.Draper/tmp/"
export group="gsienkf"
export accnt="gsienkf"



if [ "$#" = 7 ] ; then
export basedir=$1
export builddir=$2
Expand All @@ -28,8 +22,8 @@ if [ "$#" = 7 ] ; then
export ptmpName="${dir_root##*/}"
else
# Name of the branch being tested
updat="mine"
contrl="develop"
updat="XXXXXXXX"
contrl="XXXXXXXX"
export cmaketest="false"
export clean="false"
export ptmpName=""
Expand Down

0 comments on commit f33689e

Please sign in to comment.