GFSv17 optimized netcdf wave point output#3450
Closed
AliS-Noaa wants to merge 37 commits into
Closed
Conversation
fix broken logic so that we do not try to copy somethign to COM
and subsequent scripts
for addressing hang issues
… be compatible with the optimized ww3_outp fot netcdf point outputs, per_time_step
…tible with the new optimized ww3_outp program with the netcdf inputs
Author
|
We are waiting for a ufs-weather-model PR before converting the draft PR to open or opening the PR |
Contributor
|
The UFS PR has not been created as we are waiting for a PR that is being tested right now. Will have a PR soon to update this. |
| $ WAVEWATCH III Point output post-processing | ||
| $ ------------------------------------------ | ||
| TIME DT 999 | ||
| TIME DT 999 1 gfswave |
Contributor
There was a problem hiding this comment.
@AliS-Noaa this should be templated because we will want gdaswave for the GDAS runs.
| sed -e "s/TIME/${tstart}/g" \ | ||
| -e "s/DT/${DTPNT_WAV}/g" \ | ||
| -e "s/999/$N/g" \ | ||
| -e "s/PREFIX/$RUNwave/g" \ |
Contributor
There was a problem hiding this comment.
also below this needs to be fixed.
This was referenced Mar 26, 2025
Author
|
This PR is moving into #3528 |
Contributor
|
OBE |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Following @dkokron and @AliS-Noaa previous work on optimizing the ww3_outp program to read per time step binary point output and create bull, cbull, and spec files, this version is optimizing the ww3_outp program to process the netcdf point output and create different point outputs. Addressing #3157
Type of change
Change characteristics
How has this been tested?
This is develop version, so a ci test case (C48) with binary point output without optimized ww3_outp and a test case with optimized ww3_outp with netcdf point output. The bull, cbull, and spec point outputs were identical, however, the optimized netcdf ww3_outp is much more efficient in time and computation resources . These tests are conducted on WCOSS2.
Checklist