File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
echo " ============================================================="
26
26
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} "
29
29
echo " = "
30
30
echo " ============================================================="
31
31
#
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
33
39
34
- echo " Post-procession completed"
40
+ echo " Post-processing completed"
35
41
exit 0
You can’t perform that action at this time.
0 commit comments