-
Notifications
You must be signed in to change notification settings - Fork 388
Add Hurricane Sandy test case for Delaware Bay #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@sbrus89 Very nice! It's exciting to see your test case with the hurricane forcing! Please test-compile with both intel and gnu. Compile with one in debug mode and run your test case, as that can pick up some things. Otherwise, all looks good. |
|
Thanks @mark-petersen! I tested with gnu initially, but will do intel and gnu with debug flags. I'll let you know how it goes. |
pwolfram
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some preliminary comments @sbrus89 -- I'm still reviewing and testing on IC...
testing_and_setup/compass/ocean/hurricane/USDEQU120at30cr10rr2/sandy/config_forward.xml
Show resolved
Hide resolved
testing_and_setup/compass/ocean/hurricane/interpolate_time_varying_forcing.py
Show resolved
Hide resolved
testing_and_setup/compass/ocean/jigsaw_to_MPAS/inject_preserve_floodplain.py
Show resolved
Hide resolved
testing_and_setup/compass/ocean/hurricane/USDEQU120at30cr10rr2/sandy/config_forward.xml
Outdated
Show resolved
Hide resolved
|
@sbrus89, did you include the script that produces the comparison plots in this PR? Often I like to do this step in an |
|
Note, model ran cleanly-- just wanted to verify that the results are as expected and comparable to what you got in the plots above- thanks! |
|
Thanks for the comments @xylar!
|
The bouy data files I used for comparison are located here: The script I used to generate the plots is in QuickVis: |
mark-petersen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@mark-petersen, I tested with intel and gnu debug. Everything looks good. @pwolfram, I'll squash my last two small commits and then you can merge when you're ready. |
- Remove link to ocean_model - Remove link to metis - Use gpmetis
|
@sbrus89, yes I can hold off-- still want to verify that I can reproduce your figures but have permissions issues still with the files you pointed me to on IC. Maybe we can chat to make sure permissions are open so that I can test? |
|
Sorry, I'm traveling tomorrow and have to be up in 7 hours. I'm not going to have time to re-review this. I'm sure what you've go it okay. Don't feel like you need to wait for my feedback. |
|
@sbrus89, are you ok with me merging now? |
|
@pwolfram, I am. Go ahead whenever you're ready. |
Adds a COMPASS test case to simulate Hurricane Sandy for Delaware Bay, including use of point stats and validation. * hurricane_squashed: Update COMPASS forwad and init config files Make concatenate_cfsr.py python 3 compatible Fix whitspace issue in mpas_ocn_init_mode.F Add Hurricane Sandy test case for Delaware Bay
Adds a COMPASS test case to simulate Hurricane Sandy for Delaware Bay, including use of point stats and validation. * hurricane_squashed: Update COMPASS forwad and init config files Make concatenate_cfsr.py python 3 compatible Fix whitspace issue in mpas_ocn_init_mode.F Add Hurricane Sandy test case for Delaware Bay
This PR is an accumulation of PRs into the ocean/coastal branch. We are bringing them in at once for efficiency: MPAS-Dev#285, MPAS-Dev#289, MPAS-Dev#284, MPAS-Dev#295, MPAS-Dev#310, MPAS-Dev#311, MPAS-Dev#312, MPAS-Dev#335, MPAS-Dev#354, MPAS-Dev#356, MPAS-Dev#358, MPAS-Dev#359, MPAS-Dev#365, MPAS-Dev#371
Adds a COMPASS test case to simulate Hurricane Sandy for Delaware Bay, including use of point stats and validation. * hurricane_squashed: Update COMPASS forwad and init config files Make concatenate_cfsr.py python 3 compatible Fix whitspace issue in mpas_ocn_init_mode.F Add Hurricane Sandy test case for Delaware Bay
This PR is an accumulation of PRs into the ocean/coastal branch. We are bringing them in at once for efficiency: MPAS-Dev#285, MPAS-Dev#289, MPAS-Dev#284, MPAS-Dev#295, MPAS-Dev#310, MPAS-Dev#311, MPAS-Dev#312, MPAS-Dev#335, MPAS-Dev#354, MPAS-Dev#356, MPAS-Dev#358, MPAS-Dev#359, MPAS-Dev#365, MPAS-Dev#371
Adds a COMPASS test case to simulate Hurricane Sandy for Delaware Bay, including use of point stats and validation. * hurricane_squashed: Update COMPASS forwad and init config files Make concatenate_cfsr.py python 3 compatible Fix whitspace issue in mpas_ocn_init_mode.F Add Hurricane Sandy test case for Delaware Bay
This PR is an accumulation of PRs into the ocean/coastal branch. We are bringing them in at once for efficiency: MPAS-Dev#285, MPAS-Dev#289, MPAS-Dev#284, MPAS-Dev#295, MPAS-Dev#310, MPAS-Dev#311, MPAS-Dev#312, MPAS-Dev#335, MPAS-Dev#354, MPAS-Dev#356, MPAS-Dev#358, MPAS-Dev#359, MPAS-Dev#365, MPAS-Dev#371
There are 60 vertical layers with a z-star coordinate system. Minimum and maximum depths are 30 and 2000m, respectively.
PointwiseStats are recorded ever 0.5 hours at the cell locations nearest to NOAA-COOPS and USGS water level gauges for storm surge validation.
Simulation time frame is between 10/1/2012 - 11/8/2012 to allow for a 20 ramp for the atmospheric forcing. Sandy made landfall on 10/29/2012.
Runs in under 2.5 hours on Grizzly using 360 cores.
Wetting and drying of land is not enabled.
No tidal forcing
There are some spurious oscillations that need to be addressed.