Created
September 2, 2015 19:08
-
-
Save lukecampbell/eb5202051f19857869b2 to your computer and use it in GitHub Desktop.
Shell script to run NcISO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Put the ncISO jar in to $HOME/lib | |
# Example nciso.sh -ts http://tds.glos.us/thredds/catalog/glos/habs/lakes/catalog.xml -iso true -waf /tmp/waf -num 1024 | |
java -cp "$HOME/lib/*" -Xms1024m -Xmx1024m -jar $HOME/lib/ncISO-2.3.jar $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment