repo.or.cz
/
wrfxpy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adding --no-hsts to wget options,, hangs otherwise
[wrfxpy.git]
/
clamp2mesh.sh
blob
29bf195e99276643389339301729eb064f68eb6b
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 $
*