feature_brcoeff: slope-dependant breaking coefficient#12
Open
mpezerat wants to merge 2 commits intoerdc:developfrom
Open
feature_brcoeff: slope-dependant breaking coefficient#12mpezerat wants to merge 2 commits intoerdc:developfrom
mpezerat wants to merge 2 commits intoerdc:developfrom
Conversation
…e depth-induced breaking source term following Pezerat et al. (2021) - OM
Collaborator
|
@mpezerat Thank you for posting this pull request. I am clearing up a few merges with the NCEP github repo, and then I will turn my attention to this PR. One thing we will need to do is evaluate this code on our existing regression tests. The reg test for depth-limited breaking is ww3_tp2.19. If you made changes to the namelist input, @aliabdolali or I can help you make an update to ww3_tp2.19 with your breaking option for future testing. |
Author
|
Hi @thesser1 thank you for your reply. I will test the new feature on regtest tp2.19 as required. As far as I can see the grid file Boers.msh is missing in the input directory however. Can you provided it to me ? |
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.
Pull Request Summary
Computes a slope-dependant breaking coefficient for the depth-induced breaking source term
Description
Computes a slope-dependant breaking coefficient (BRCOEF) for the depth-induced breaking source term. A new flag (BRFLAG) is added to SDB1 namelist to choose between a constant breaking coefficient (BRFLAG=F, default value) prescribed with BJALFA parameter (same as before) or the adapting breaking coeff. (BRFLAG=T). In such case, the slope coefficient can be slightly adapted by the user through BJALFA parameter (default value 40).
Several studies demonstrate the robustness of this parameterization already implemented in the spectral wave model WWM (e.g. see Pezerat et al, 2021, OM), which allows to prevent an over dissipation by depth-induced breaking, especially in dissipative surf zone.
Please also include the following information:
Issue(s) addressed
None
Commit Message
Slope dependant breaking coefficient.
Check list
Testing