Skip to content

Commit

Permalink
add METPLOTPY_HOME location #156
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed May 22, 2024
1 parent 311fc40 commit 56e12f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/mv_scorecard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ CLASSPATH=$CLASSPATH:$MV_HOME/dist/lib/metviewer.jar

PYTHON_ENV=<path_to_python_env>
METCALCPY_HOME=<path_to_metcalcpy_home>
METPLOTPY_HOME=<path_to_metplotpy_home>

java -classpath $CLASSPATH -Xmx4096M -Dpython.env=$PYTHON_ENV -Dmetcalcpy.home=$METCALCPY_HOME edu.ucar.metviewer.scorecard.Scorecard $@
java -classpath $CLASSPATH -Xmx4096M -Dpython.env=$PYTHON_ENV -Dmetcalcpy.home=$METCALCPY_HOME -Dmetplotpy.home=$METPLOTPY_HOME edu.ucar.metviewer.scorecard.Scorecard $@

0 comments on commit 56e12f5

Please sign in to comment.