Add rectangular-wind WW3 validation cases (7 test cases)#23
Draft
mochell wants to merge 1 commit into
Draft
Conversation
Moves wind input and WW3 reference data from the untracked data_folder/
into validation/rectangular_wind_ww3/data/{wind,reference}/. Adds three
scripts:
- gridded_wind.jl: GriddedWind struct with trilinear (x,y,t) interpolation,
extending Ripple.wind_speed / wind_angle for use with PressureCorrelationInput
- run_ripple.jl: runs all 7 cases on a 51×51 physical grid with PrecomputedSources
(ST3-equivalent physics + DIA), LowStorageRK3, CFL-limited dt; writes hourly
Hs(x,y,t) NetCDF output
- compare.jl: loads Ripple + WW3 reference, computes spatial-mean Hs time series,
plots per-case time series and final-time heatmaps, prints RMSE/bias table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mochell
marked this pull request as draft
May 20, 2026 14:41
Member
|
Nice! We don't want to add these .nc files to the repo. This will inflate the repo size. We should add them to another repo, say |
Collaborator
Author
|
Let's call them |
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.
Added 7 test cases of static wind problems.
Summary
Validation
julia --startup-file=no --project=. test/runtests.jlnothingsemantics for absent model componentsOptional Gates