You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
What new functionality do you need?
All intermediate and final wave output should be standardized according to proposed format.
What are the requirements for the new functionality?
All wave output should use the standardized format
RUN.wave.tHHz.product[.domain][.fHHH].suffix
, as per the COM inventory spreadsheet.Acceptance Criteria
Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: