Skip to content

Commit

Permalink
Revert "orog.fd - Reduce dependency on SPLIB and some cleanup (ufs-co…
Browse files Browse the repository at this point in the history
…mmunity#889)" (ufs-community#893)

This reverts commit 6dee392.
  • Loading branch information
GeorgeGayno-NOAA authored Feb 6, 2024
1 parent 6dee392 commit 57bd832
Show file tree
Hide file tree
Showing 6 changed files with 1,356 additions and 112 deletions.
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module list
set -x
ulimit -s unlimited

export WORK_DIR="${WORK_DIR:-/work2/noaa/stmp/$LOGNAME}"
export WORK_DIR="${WORK_DIR:-/work/noaa/stmp/$LOGNAME}"
export WORK_DIR="${WORK_DIR}/reg-tests/grid-gen"
QUEUE="${QUEUE:-batch}"
PROJECT_CODE=${PROJECT_CODE:-fv3-cpu}
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/weight_gen/driver.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module use ../../modulefiles
module load build.$target.$compiler
module list

export DATA="${WORK_DIR:-/work2/noaa/stmp/$LOGNAME}"
export DATA="${WORK_DIR:-/work/noaa/stmp/$LOGNAME}"
export DATA="${DATA}/reg-tests/weight_gen"

#-----------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions sorc/orog_mask_tools.fd/orog.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_include_directories(orog_lib INTERFACE ${mod_dir})
target_link_libraries(
orog_lib
PUBLIC
bacio::bacio_4
w3emc::w3emc_d
ip::ip_d
sp::sp_d
Expand Down
Loading

0 comments on commit 57bd832

Please sign in to comment.