Skip to content

Commit

Permalink
update build.sh and compile.sh
Browse files Browse the repository at this point in the history
add RegressionTests_wcoss_dell_p3.log
update 4 datm tests
  • Loading branch information
binli2337 committed Jul 7, 2021
1 parent b91a740 commit b58d781
Show file tree
Hide file tree
Showing 7 changed files with 694 additions and 304 deletions.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export ESMFMKFILE=${ESMFMKFILE:?"Please set ESMFMKFILE environment variable"}
BUILD_DIR=${BUILD_DIR:-${UFS_MODEL_DIR}/build}
mkdir -p ${BUILD_DIR}

[[ -n "${CCPP_SUITES:-""}" ]] && CMAKE_FLAGS+=" -DCCPP_SUITES=${CCPP_SUITES}"
[[ -n "${MAPL_ROOT:-""}" ]] && CMAKE_FLAGS+=" -DCMAKE_MODULE_PATH=${MAPL_ROOT}/share/MAPL/cmake"

cd ${BUILD_DIR}
Expand Down
989 changes: 692 additions & 297 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ set -ex
# Valid applications

if [[ "${MAKE_OPT}" == *"-DAPP=S2S"* ]]; then
CMAKE_FLAGS="${CMAKE_FLAGS} -DMOM6SOLO=ON"
CMAKE_FLAGS+=" -DMOM6SOLO=ON"
fi

if [[ "${MAKE_OPT}" == *"-DAPP=NG-GODAS"* ]]; then
CMAKE_FLAGS="${CMAKE_FLAGS} -DMOM6SOLO=ON"
CMAKE_FLAGS+=" -DMOM6SOLO=ON"
fi

CMAKE_FLAGS=$(trim "${CMAKE_FLAGS}")
Expand Down
1 change: 0 additions & 1 deletion tests/tests/datm_cdeps_mx025_cfsr
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export FHMAX=12
export RESTART_N=${FHMAX}
export DT_DYNAM_MOM6='900'
export DT_THERM_MOM6='1800'
export CPL_SLOW=${DT_THERM_MOM6}

export TASKS=$TASKS_cdeps_025
export TPN=$TPN_cdeps_025
Expand Down
1 change: 0 additions & 1 deletion tests/tests/datm_cdeps_mx025_gefs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export FHMAX=12
export RESTART_N=${FHMAX}
export DT_DYNAM_MOM6='900'
export DT_THERM_MOM6='1800'
export CPL_SLOW=${DT_THERM_MOM6}

export IATM=1536
export JATM=768
Expand Down
1 change: 0 additions & 1 deletion tests/tests/datm_mx025_cfsr
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export FHMAX=12
export RESTART_N=${FHMAX}
export DT_DYNAM_MOM6='900'
export DT_THERM_MOM6='1800'
export CPL_SLOW=${DT_THERM_MOM6}

export TASKS=$TASKS_datm_025
export TPN=$TPN_datm_025
Expand Down
1 change: 0 additions & 1 deletion tests/tests/datm_mx025_gefs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export FHMAX=12
export RESTART_N=${FHMAX}
export DT_DYNAM_MOM6='900'
export DT_THERM_MOM6='1800'
export CPL_SLOW=${DT_THERM_MOM6}

export TASKS=$TASKS_datm_025
export TPN=$TPN_datm_025
Expand Down

0 comments on commit b58d781

Please sign in to comment.