forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename wave output and refactor some wave scripts
Wave products are renamed to be uniform with other components and follow NCO implementation standards. This means all output is in the format `${RUN}.wave.tCCz.product[.fHHH][.domain].suffix`. Some wave scripts (init and gridded post) are refactored to make them consistent with other parts of the workflow. All scripts for both jobs now pass `shellcheck` without warnings. The biggest changes in the refactor include beyond those necessary for the file rename include: - Using the `run_mpmd.sh` script - Updated templates to use atparse instead of `sed` - Removed redirection of output to logs that get deleted (NOAA-EMC#296) One functional change is raw interpolated grids are no longer copied to COM, only the resulting grib files. Need to confirm with Jessica this is okay. Refs NOAA-EMC#296 Refs NOAA-EMC#3270
- Loading branch information
1 parent
012c5ea
commit aa838e2
Showing
50 changed files
with
494 additions
and
970 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
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
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
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
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
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
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
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
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
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
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,10 +1,10 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 20 | ||
@[time] 7 @[modnr] @[gridnr] 0 20 | ||
$ | ||
-60 0 8.64919046313 8.64919046313 64 | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
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,9 +1,9 @@ | ||
$ WAVEWATCH-III gridded output input file | ||
$ ---------------------------------------- | ||
TIME DT NT | ||
@[time] @[dt] @[nt] | ||
N | ||
FLAGS | ||
@[grib_flags] | ||
$ | ||
TIME 7 MODNR GRIDNR 0 0 | ||
@[time] 7 @[modnr] @[gridnr] 0 0 | ||
$ | ||
$ end of input file |
Oops, something went wrong.