Add ww3_bounc preprocessing for regional-grid boundary conditions#18
Draft
manishvenu wants to merge 3 commits into
Draft
Add ww3_bounc preprocessing for regional-grid boundary conditions#18manishvenu wants to merge 3 commits into
manishvenu wants to merge 3 commits into
Conversation
… grids Mirrors the existing ww3_grid prestaging pattern: builds nest.ww3 from ww3_bounc and boundary-condition input files when WW3_NEST is 'unset', or stages a pre-built nest.ww3 when WW3_NEST points to an existing file. Supports any combination of fresh/pre-built grid and fresh/pre-built nest.
Points at CROCODILE-CESM/WW3 branch add-ww3-bounc-executable (ESCOMP/WW3#41, pending upstream merge), which adds ww3_bounc as a standalone CMake executable so the ww3_bounc preprocessing added here has something to run.
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.
Summary
ww3_bouncpreprocessing tocime_config/buildnml, mirroring the existingww3_gridprestaging pattern, to buildnest.ww3(boundary condition forcing) for regional/nested WW3 grids.WW3_NEST(mirrorsWW3_MODDEF):'unset'buildsnest.ww3fresh fromww3_bounc+ staged boundary-condition inputs (ww3_bounc.nml, spectra files); set to a path to stage a pre-builtnest.ww3instead.Changes
This is a draft, opening for early feedback on the approach before finalizing.