Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dev/test/nccmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ HOMEgfs=$(cd "$(dirname "$(readlink -f -n "${BASH_SOURCE[0]}")")" && git rev-par
declare -rx HOMEgfs

source "${HOMEgfs}/dev/ush/load_modules.sh" run
set +eu
module load "nccmp/${nccmp_ver:-"1.9.0.1"}"

file1=${1:?}
file2=${2:?}

nccmp -d -S -f -B --warn=format "${file1}" "${file2}"
echo $?
2 changes: 1 addition & 1 deletion sorc/ufs_model.fd
Submodule ufs_model.fd updated 126 files
3 changes: 3 additions & 0 deletions ush/parsing_ufs_configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ UFS_configure() {
local MED_history_n=1000000

local histaux_enabled=".false."
local MOM6_OUTPUT_DIR="./MOM6_OUTPUT"
local MOM6_RESTART_DIR="./MOM6_RESTART"
local MOM6_HISTFREQ_N=${FHOUT_OCN:-6}
fi

if [[ "${cplice}" = ".true." ]]; then
Expand Down
Loading