repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update version info for release v4.6.1 (#2122)
[WRF.git]
/
chem
/
KPP
/
kpp
/
kpp-2.1
/
kpp_compile
blob
3f89e58bd4c0b77864887704ea8c1d2533a92083
1
#!/bin/csh -f
2
3
4
setenv KPP_HOME
`pwd`
5
set
path
=(
`pwd`
/
bin
$path
)
6
7
echo
$KPP_HOME
8
echo
$path
9
10
make
11
12
exit
0