-
Notifications
You must be signed in to change notification settings - Fork 261
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
Changes to regression test files for recent changes to RRTMG and RRTMGP. #262
Changes to regression test files for recent changes to RRTMG and RRTMGP. #262
Conversation
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.
@dustinswales can you turn on the RRTMGP regression tests again in tests/rt.conf
and tests/rt_gnu.conf
? Do they pass?
Also, please update .gitmodules
temporarily to point to your fv3atm fork and your branch develop-emc-b955f81? Thanks.
@climbfuji |
That's good to know! I can help with staging the new data and creating the baselines. Please point me to the files that need to be updated and I can take care of it. |
@climbfuji |
Where should these files go? Replace the contents of
(of course not replace , but replace in the next version of the baseline) |
This is correct. |
Thanks, will do so. |
…r-model into ufs-develop-00a51e1
@dustinswales FYI, finally doing this on orion because hera remains unusable. I see that the two cloud optics coeffs files are identical between what is currently in the baseline and what is in the rte-rrtmgp repository (at least at the hash currently used inside ccpp-physics), while the two other files are different:
Can you confirm? in this case I only need to update the latter two files. |
@climbfuji |
Ok, thanks. Will try to re-enable the RRTMGP regression tests and use those files. Any other changes I need to make for the regression tests, or have you done everything in ufs-weather-model? |
@climbfuji |
We'll need to make a bunch of changes wrt iovr_{lw,sw} for some of the regression tests. I'll send a PR your way soon! |
…s-20201111 ufs-develop-00a51e1 RRTMGP bugfixes
…/ufs-weather-model into ufs-develop-00a51e1
A note on the regression testing. Compared to the existing baseline, the following tests fail (therefore a new baseline):
|
Regression test logs for PR 262
…/ufs-weather-model into ufs-develop-00a51e1
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.
need to revert fv3 after fv3 PR is committed.
Submodule pointer looks ok, ready to merge! |
…ommunity#262) Use the GFDL dycore repository dev/emc. The GFDL dev/emc branch of dycore was synchronized with the GFDL master, which included the FV3 202101 upgrade except inline GFDL_MP : https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere/releases/tag/FV3-202101-public
* Print usage() message if machine name is not passed. * Bug fix with macos modulefiles.
This PR contains changes to regression test files relating to recent changes to RRTMG and RRTMGP.
The gfs_physics namelist was modified to accommodate new functionality. Changes to the RT setup for RRTMG and RRTMGP were modified.
Also, GP has input files that need to be updated. These are provided with the rte-rrtmgp code, ccpp/physics/physics/rte-rrtmgp/rrtmgp/data/. Is there a way that we can set up the RT's to use this location when staging input files for the RTs? Just one less place for confusion.
This PR is dependent on: