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

Stochastic land perturbations: add roughness length over land to the perturbed variables #61

Merged
merged 5 commits into from
Jan 19, 2021

Conversation

climbfuji
Copy link

@climbfuji climbfuji commented Jan 16, 2021

Description

This PR and associated PRs below add the roughness length over land to the perturbed variables. They also fix a number of small bugs in fv3atm and ccpp-physics. With these, the regression tests in rt_ccpp_dev.conf pass with both Intel and GNU.

Issue(s) addressed

Fixes NOAA-GSL/ccpp-physics#68.

Testing

Regression testing on Cheyenne (instead of Hera because of the data loss there) against official baselines:

  • with Intel using rt.conf: all tests pass except the two known to have different answers (because of recent updates in gsl/develop)
  • with GNU using rt_gnu.conf: all tests pass except the two known to have different answers (because of recent updates in gsl/develop)

Regression testing on Cheyenene with Intel and GNU using rt_ccpp_dev.conf: first create, then verify - all tests pass.

rt_ccpp_dev_gnu_create.log
rt_ccpp_dev_gnu_verify.log

rt_ccpp_dev_intel_create.log
rt_ccpp_dev_intel_verify.log

Dependencies

NOAA-GSL/fv3atm#70
NOAA-GSL/stochastic_physics#2

@DomHeinzeller DomHeinzeller merged commit 77f56a4 into NOAA-GSL:gsl/develop Jan 19, 2021
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.

Fix GSL physics test with GNU
3 participants