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

update physics for RRFS baseline E #164

Merged
merged 3 commits into from
Oct 13, 2022

Conversation

hu5970
Copy link

@hu5970 hu5970 commented Oct 10, 2022

The MYNN and RUCLSM were updated. The code has been tested with retros.
This PR includes three parts:

  1. MYNN code changes from Joe.
  2. Update Thompson MP for reducing the reflectivity bias.
  3. ruclsm updates from Tanya:
    1) add a special treatment to melting hail on the ground after hail storm.
    2) moved parameter for snow over and conductivity definition to the top

hu5970 added 2 commits October 6, 2022 21:06
1) add a special treatment to melting hail on the ground after hail storm.
2) moved parameter for snow over and conductivity definition to the top
Copy link
Collaborator

@SamuelTrahanNOAA SamuelTrahanNOAA left a comment

Choose a reason for hiding this comment

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

Smoke debug tests fail with a floating-point exception at line 5353 of module_bl_mynn.F90.

@SamuelTrahanNOAA
Copy link
Collaborator

Everyone please examine the diffs more carefully. The line that is failing (5353 of module_bl_mynn.F90) was apparently not supposed to be in the PR, and was inserted by accident during a merge. There may be more such errors.

    IF ( rrfs_sd .and. enh_mix ) THEN
       kmaxfire = ceiling(log(frp))  <====== line should not be

Copy link
Collaborator

@tanyasmirnova tanyasmirnova left a comment

Choose a reason for hiding this comment

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

@SamuelTrahanNOAA I reviewed RUC lsm and surface layer MYNN changes, and everything looks good to me.

@SamuelTrahanNOAA SamuelTrahanNOAA merged commit a099ced into NOAA-GSL:RRFS_dev Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants