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

move some parameters in mynn surface layer to namelist options #137

Closed
wants to merge 1 commit into from
Closed

Conversation

joeolson42
Copy link
Collaborator

Description

  1. Bug fix for COARE3.5 - this option is not used by default so it will not cause a change in results.
  2. Moved 4 internal parameters to namelist options:
  • isftcflx (default = 0)
  • iz0tlnd (default = 0)
  • sfclay_compute_flux (default = .false.)
  • sfclay_compute_diag (default = .false.)

Testing

Dependencies

If testing this branch requires non-default branches in other repositories, list them.
Those branches should have matching names (ideally)

Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs

  • waiting on noaa-emc/nems/pull/<pr_number>
  • waiting on noaa-emc/fv3atm/pull/<pr_number>

@@ -3419,6 +3423,10 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
real(kind=kind_phys) :: bl_mynn_closure = 2.6 !< <= 2.5 only prognose tke
!< 2.5 < and < 3.0, prognose tke and q'2
!< >= 3.0, prognose tke, q'2, T'2, and T'q'
logical :: sfclay_compute_diag = .false.
logical :: sfclay_compute_flux = .false.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This differs from the original defaults. I'm testing sfclay_compute_flux=.true. right now to see if it fixes the problem.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I've run a bunch of rrfs and rap regression tests with sfclay_compute_flux=.true. and they're passing. It seems this is the problem.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

So, is the solution to:

  1. add sfclay_compute_flux=.true. to the HRRR/RRFS namelists
  2. keep the non-HRRR/RRFS namelist as is (default to .false.). Also Keep RAP namelists as is.
  3. run new baselines for the HRRR/RRFS namelists
  4. then complete the regression testing
  5. merge
    ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For (2), we also need to configure nsst to turn off.

Copy link
Collaborator

@SamuelTrahanNOAA SamuelTrahanNOAA Mar 29, 2022

Choose a reason for hiding this comment

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

I don't understand step 2. Are you talking about the workflow?

Edit: I don't understand step 2.

Copy link
Collaborator Author

@joeolson42 joeolson42 Mar 29, 2022

Choose a reason for hiding this comment

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

I think so, assuming it's the workflow that determines which namelists are used for each test/suite. My thinking is that we should probably create a regresion test that actually mimics the way RRFS is run (with sfclay_compute_flux=.true.). This would require a new baseline. Most of the rest of the regression tests can stay with the default setting (sfclay_compute_flux=.false.) but the tests that use the mynn surface layer scheme and also use nsst will require new baselines since the original regression tests (with sfclay_compute_flux hard-coded as .false.) were overwritten with the baselines generated from Mike's PR.

@SamuelTrahanNOAA
Copy link
Collaborator

In a meeting, we've decided to include this modification to change the results since most configurations using MYNN should not have MYNN compute the fluxes. The RRFS parallels that need to do that will enable the new namelist option (sfclay_compute_flux=.false.) However, this means we need to update the regression tests for RRFS at the ufs-weather-model level. @SamuelTrahanNOAA is working on that now.

@SamuelTrahanNOAA
Copy link
Collaborator

These changes are in NOAA-EMC#526 and will be merged back to gsl/develop after the community repositories are updated.

@SamuelTrahanNOAA
Copy link
Collaborator

#144 will merge these changes

@SamuelTrahanNOAA
Copy link
Collaborator

This PR was already merged.

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.

4 participants