-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54fe2e2
commit 0c74c10
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
#!/bin/sh | ||
# This checks the use of ip external library, only available if USE_IPOLATES is turned on in CMake. | ||
# This checks the use of ip external library, only available if USE_IPOLATES=1 CMake. | ||
# | ||
# Alyson Stahl 5/9/2024 | ||
|
||
set -e | ||
|
||
../wgrib2/wgrib2.exe data/tmp_int.grb -new_grid_winds earth -new_grid latlon 0:359:1 0:90:1 OUT.grb | ||
echo "*** SUCCESS!" | ||
exit 0 |