Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Update create_run_xml_from_template.bash (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Jan 24, 2024
1 parent 09a764e commit 26dc42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/create_run_xml_from_template.bash
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ else
fi

# check with references
export TMPDIR=$PWD/tmp
if [ -f check.log ]; then rm -rf check.log ; fi
frecheck -x ocean_ice_cobalt_experiments.xml -p ncrc5.intel22 -r NWA12_RT -t repro NWA12_COBALT_V1 > check.log
frecheck -v -x ocean_ice_cobalt_experiments.xml -p ncrc5.intel22 -r NWA12_RT -t repro NWA12_COBALT_V1 > check.log

# String to check
expected_string="REFERENTIALLY PASSED: NWA12_COBALT_V1"
Expand Down

0 comments on commit 26dc42c

Please sign in to comment.