Skip to content
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

Final bug fixes and tuning of MYNN PBL for v4.6 #2037

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

weiwangncar
Copy link
Collaborator

@weiwangncar weiwangncar commented Apr 15, 2024

TYPE: bug fix + tuning

KEYWORDS: MYNN EDMF

SOURCE: Joseph Olson (NOAA-GSL)

DESCRIPTION OF CHANGES:
Problems:

  1. overly diminished TKE in stable PBL - always dropping to the lower limit
  2. negative mass flux area fractions found (rarely) with activation criteria change from flt to fltv.
  3. edmf diagnostics erroneously included rho.

Solution:

  1. retuning of mixing lengths and stability function for momentum - mostly just limit changes.
  2. check for mf transfer of heat out of the lowest layer was modified
  3. removed rho.

LIST OF MODIFIED FILES:
phys/module_bl_mynn.F

TESTS CONDUCTED:

  1. Tested in RRFSv1.
  2. The Jenkins tests are all passing.

This commit contains the final tuning of the MYNN for RRFSv1, and part of the update for 4.6 (together with PR-1938 and 1996).

@weiwangncar weiwangncar requested a review from a team as a code owner April 15, 2024 15:43
@weiwangncar
Copy link
Collaborator Author

The regression test results:

Test Type              | Expected  | Received |  Failed
= = = = = = = = = = = = = = = = = = = = = = = =  = = = =
Number of Tests        : 23           24
Number of Builds       : 60           57
Number of Simulations  : 158           150        0
Number of Comparisons  : 95           86        0

Failed Simulations are: 
None
Which comparisons are not bit-for-bit: 
None

@weiwangncar
Copy link
Collaborator Author

@dudhia @joeolson42 Can you review and approve this PR?

Copy link
Contributor

@joeolson42 joeolson42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You beat me to it. Thanks a lot for redoing the PR! It looks as expected.

Copy link
Collaborator

@dudhia dudhia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add MYNN to the title of this PR

@weiwangncar weiwangncar changed the title final bug fixes and tuning for v4.6 Final bug fixes and tuning of MYNN PBL for v4.6 Apr 16, 2024
@weiwangncar
Copy link
Collaborator Author

@smileMchen Can you help approve this PR? Somehow Joe's approval wasn't counted....

@weiwangncar weiwangncar merged commit dbbb563 into wrf-model:release-v4.6.0 Apr 16, 2024
1 of 6 checks passed
@weiwangncar weiwangncar deleted the redo-pr2033 branch April 16, 2024 18:16
islas pushed a commit to islas/WRF that referenced this pull request Jun 10, 2024
TYPE: bug fix + tuning

KEYWORDS: MYNN EDMF

SOURCE: Joseph Olson (NOAA-GSL)

DESCRIPTION OF CHANGES:
Problems:
1. overly diminished TKE in stable PBL - always dropping to the lower limit
2. negative mass flux area fractions found (rarely) with activation criteria change from flt to fltv.
3. edmf diagnostics erroneously included rho.

Solution:
1. retuning of mixing lengths and stability function for momentum - mostly just limit changes.
2. check for mf transfer of heat out of the lowest layer was modified
3. removed rho.

LIST OF MODIFIED FILES:
phys/module_bl_mynn.F

TESTS CONDUCTED:
1. Tested in RRFSv1.
2. The Jenkins tests are all passing.

This commit contains the final tuning of the MYNN for RRFSv1, and part of the update for 4.6 (together with PR-1938 and 1996).
islas pushed a commit to islas/WRF that referenced this pull request Jun 10, 2024
TYPE: bug fix + tuning

KEYWORDS: MYNN EDMF

SOURCE: Joseph Olson (NOAA-GSL)

DESCRIPTION OF CHANGES:
Problems:
1. overly diminished TKE in stable PBL - always dropping to the lower limit
2. negative mass flux area fractions found (rarely) with activation criteria change from flt to fltv.
3. edmf diagnostics erroneously included rho.

Solution:
1. retuning of mixing lengths and stability function for momentum - mostly just limit changes.
2. check for mf transfer of heat out of the lowest layer was modified
3. removed rho.

LIST OF MODIFIED FILES:
phys/module_bl_mynn.F

TESTS CONDUCTED:
1. Tested in RRFSv1.
2. The Jenkins tests are all passing.

This commit contains the final tuning of the MYNN for RRFSv1, and part of the update for 4.6 (together with PR-1938 and 1996).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants