Skip to content

Commit

Permalink
Merge pull request #106 from grantfirl/ufs-dev-PR88
Browse files Browse the repository at this point in the history
UFS-dev PR88
  • Loading branch information
grantfirl authored Nov 2, 2023
2 parents 18631eb + a67b30d commit e1ce405
Show file tree
Hide file tree
Showing 6 changed files with 5,237 additions and 7,821 deletions.
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BL_DATE=20230713
export BL_DATE=20230720

2 changes: 1 addition & 1 deletion tests/bl_date.ncar.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BL_DATE=20231004
export BL_DATE=20231031

2 changes: 1 addition & 1 deletion tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi
BUILD_NAME=fv3${COMPILE_NR}

PATHTR=${PATHTR:-$( cd ${MYDIR}/.. && pwd )}
BUILD_DIR=$(pwd)/build_${BUILD_NAME}
BUILD_DIR=${BUILD_DIR:-$(pwd)/build_${BUILD_NAME}}

# ----------------------------------------------------------------------
# Make sure we have reasonable number of threads.
Expand Down
2 changes: 1 addition & 1 deletion tests/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ case $(hostname -f) in

esac

case $(echo $PW_CSP:-nono) in
case $(echo ${PW_CSP:-nono}) in

aws) MACHINE_ID=aws ;; ### parallelworks aws
google) MACHINE_ID=gcp ;; ### parallelworks gcp
Expand Down
Loading

0 comments on commit e1ce405

Please sign in to comment.