adding --no-hsts to wget options,, hangs otherwise
[wrfxpy.git] / clamp2mesh.sh
blob29bf195e99276643389339301729eb064f68eb6b
1 #!/usr/bin/env bash
2 if [ $# -eq 0 ]
3 then
4 echo usage to search grid coordinates: ./clamp2mesh.sh wrffile x y
5 echo usage to add subgrid coordinates: ./clamp2mesh.sh wrffile
6 exit 1
7 fi
8 cd $(dirname "$0")
9 PYTHONPATH=src
10 python src/clamp2mesh.py $*