-
Notifications
You must be signed in to change notification settings - Fork 149
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
dtc/develop: update from EMC 2019/11/27 #360
dtc/develop: update from EMC 2019/11/27 #360
Conversation
updates in gfdlmp to reduce cold bias in lower level
…le zl, comment out unused variables
…d tendency limiter, bugfix for calculating number concentrations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve changes to drag_suite.F90.
@@ -661,6 +660,17 @@ subroutine drag_suite_run( & | |||
enddo | |||
enddo | |||
! | |||
! calculate mid-layer height (zl), interface height (zq), and layer depth (dz2). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a big deal, but this comment no longer reflects what the code is doing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually left it on purpose (and just commented out the parts that are no longer calculated, zq and dz2) in case Mike wants to put it back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
Add metadata for three constants that are required for the changes in PR NCAR#525. The motivation behind these changes is that physical parameterizations should receive constants (e.g. gravitational acceleration) from the host model via the argument list instead of importing them from some Fortran module or defining them locally. This ensures consistency and enhances interoperability.
This PR contains:
Associated PRs see below, for regression testing see NCAR/ufs-weather-model#9.