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

Fix 3-domain restart by allowing climatological ozone interpolated to each nest domains in RRTMG #246

Merged
merged 2 commits into from
Apr 7, 2017

Conversation

weiwangncar
Copy link
Collaborator

@weiwangncar weiwangncar commented Apr 6, 2017

TYPE: bug fix

KEYWORDS: ozone input, RRTMG

SOURCE: internal

DESCRIPTION OF CHANGES:

In this PR "failure" is defined as not being bit-for-bit when comparing a restart to the original run.

A restart problem using 3 domains was traced to using o3input = 2 option. This option interpolates climatological ozone onto coarse grid, and uses special mechanism (p2c) to interpolate it to the nest. This appears to work ok with 2 domain cases in restart, but fails 3-domain restart. The fix is to do interpolation directly onto each nest grids.

LIST OF MODIFIED FILES:

modified: phys/module_radiation_driver.F

TESTS CONDUCTED: Regtested with WTF-3.07 (with some PGI compilation failure due to ICENSE MANAGER PROBLEM. Tested on a case with and without this change.

… and this corrects restart problem for 3 domains since 3.7.
Copy link
Contributor

@mkavulich mkavulich left a comment

Choose a reason for hiding this comment

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

Remove f=p2c from registry

Copy link
Contributor

@mkavulich mkavulich left a comment

Choose a reason for hiding this comment

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

Approved by wrf-dev committee (pending removal from registry)

@weiwangncar weiwangncar merged commit 6ff94b4 into wrf-model:master Apr 7, 2017
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.

None yet

2 participants