Skip to content

Commit 8808431

Browse files
committed
Added automation for output formatting and running t-test
1 parent 01a5991 commit 8808431

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

scripts/exnsem_post.sh.ecf

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@
2424

2525
echo "============================================================="
2626
echo "= "
27-
echo "= RUNNING NSEM FOR STORM: ${STORM} "
28-
echo "= RUN TYPE: ${RUN_TYPE} "
27+
echo "= RUNNING POSTPROCESSING NSEM FOR STORM: ${STORM} "
28+
echo "= RUN TYPE: ${RUN_TYPE} "
2929
echo "= "
3030
echo "============================================================="
3131
#
32-
python ${USHnsem}/postproc-nsemodel.py > ${LOGdir}/jnsem_post.log
32+
echo "Plotting output fields..."
33+
python ${USHnsem}/postproc-nsemodel.py
34+
echo "Formatting point output..."
35+
python ${USHnsem}/extract_ww3_pnt.py
36+
python ${USHnsem}/extract_adcirc_pnt.py
37+
echo "Performing 90% accuracy assessment..."
38+
python ${USHnsem}/postproc-nsemodel-ttest.py
3339

34-
echo "Post-procession completed"
40+
echo "Post-processing completed"
3541
exit 0

0 commit comments

Comments
 (0)