-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further modification based on EE2 review (#13)
Co-authored-by: wx20hw <[email protected]>
- Loading branch information
1 parent
6ab7598
commit d47e8a4
Showing
5 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ set -ux | |
|
||
if [ $# -lt 1 ]; then | ||
echo "usage: ksh $0 sdate [edate]" | ||
exit | ||
exit $? | ||
fi | ||
|
||
sdate=$1 | ||
|
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,7 +1,7 @@ | ||
#!/bin/sh | ||
if [ $# -lt 3 ]; then | ||
echo usage $0 yyyymmddhh1 yyyymmddhh2 126/382/574/1534 | ||
exit | ||
exit $? | ||
fi | ||
|
||
date1=$1 | ||
|
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 |
---|---|---|
|
@@ -30,5 +30,5 @@ rm -f fort.11 fort.12 fort.22 | |
|
||
echo ${sfcanl}.gldas | ||
|
||
exit | ||
exit $? | ||
|