-
Notifications
You must be signed in to change notification settings - Fork 254
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
MYNNsfc uniform real kind #1522
MYNNsfc uniform real kind #1522
Conversation
@DusanJovic-NOAA we like to start working on this pr alone if @binli2337 and @dustinswales are off for holidays. |
Which PR? This one? |
Bin's PR is #1541. Dustins' is #1522. #1541 is simple. I think you can force to push the #1541 change into this pr. But feel free. |
@dustinswales if you are working this week, we can start working on this pr from today. |
…r-model into mynnsfc_uniform_real_kind
on-behalf-of @ufs-community <[email protected]>
on-behalf-of @ufs-community <[email protected]>
Automated RT Failure Notification |
@dustinswales @jkbk2004 I noticed that this PR points to the new ccpp-framework hash, which is in climbfuji/ccpp-framework repo but not in NCAR/ccpp-framework. Looks like the new commit in climbfuji/ccpp-framework has not been merged into NCAR/ccpp-framework yet. |
@ChunxiZhang-NOAA I think that this is "by design". It is being treated like any other CCPP PR. The supermodules point to the PR branch until everything is tested. The fv3atm PR branch will be updated to point to the NCAR/ccpp-framework after we start merging. |
@grantfirl I see, thanks. I didn't realize this PR was combined with the ccpp-framework PR until now. |
@dustinswales fv3atm dependency 611 was merged. can you update submodule point and revert branch on gitmodules one more time? |
…swales/ufs-weather-model into mynnsfc_uniform_real_kind
PR Checklist
This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
Results for one or more of the regression tests change and the reasons for the changes are understood and explained below.
New or updated input data is required by this PR. If checked, please work with the code managers to update input data sets on all platforms.
Description
This change modifies REAL-type variables and specific REAL-type constants so that they uniformly utilize the kind=kind_phys definition for REAL types found in the CCPP-physics machine.F file. This reduces casting and recasting of REALs between types of differing precision. Additional changes include changing occurances of ALOG to LOG to support more than single precision REALs as needed when kind=kind_phys is defined in that manner.
Opened on behalf of @timsliwinski-noaa.
There are no changes to the UFS regression test baselines on Cheyenne using Intel.
Testing
How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)