Skip to content

Slight modification in orographic gravity wave drag (OGWD) scheme#972

Merged
jkbk2004 merged 7 commits into
NOAA-EMC:developfrom
rhaesung:ogwd
Jun 25, 2025
Merged

Slight modification in orographic gravity wave drag (OGWD) scheme#972
jkbk2004 merged 7 commits into
NOAA-EMC:developfrom
rhaesung:ogwd

Conversation

@rhaesung
Copy link
Copy Markdown
Contributor

@rhaesung rhaesung commented May 22, 2025

This modification is from @JongilHan66

Description

  1. The reference height (href) in the OGWD (Orographic Gravity Wave Drag) scheme is a critical parameter that significantly influences the strength of OGWD. Currently, href is defined as the maximum of the maximum subgrid orographic elevation (Omax) and twice the standard deviation of subgrid orography (sigma), i.e.,
    href = max(Omax, 2*sigma).

    In the proposed modification, this is changed to:
    href = max(Omax, 2*sigma, hpbl),
    where hpbl is the planetary boundary layer height.

    The inclusion of hpbl in determining href is informed by prior studies on the OGWD scheme:

    href = hpbl (Kim and Arakawa, 1995)
    href = 2* sigma (Kim and Doyle, 2005)
    href = max(2*sigma, hpbl) (Hong et al., 2005)

  2. This updated formulation of href not only improves the 500 hPa height anomaly correlation, but also helps to reduce too strong wintertime polar vortex in the upper stratosphere, where hr4a11 is the control run and hr5c01 is same as the control run but with the modified href.

Testing

UFS-RTs on Hera

Dependencies

ufs-community/ccpp-physics#287

@rhaesung rhaesung changed the title update .gitmodules and ccpp/physics Slight modification in orographic gravity wave drag (OGWD) scheme May 22, 2025
@RuiyuSun RuiyuSun added this to GFS v17 May 22, 2025
@RuiyuSun RuiyuSun moved this to In Progress in GFS v17 May 22, 2025
@DusanJovic-NOAA
Copy link
Copy Markdown
Collaborator

Please update PR description to specify which ccpp-physics PR this PR depends on. Use provided PR template.

@rhaesung
Copy link
Copy Markdown
Contributor Author

Please update PR description to specify which ccpp-physics PR this PR depends on. Use provided PR template.

@DusanJovic-NOAA Updated, thanks!

@grantfirl
Copy link
Copy Markdown
Collaborator

@rhaesung ufs-community/ccpp-physics#287 was merged. Please revert .gitmodules and update the ccpp-physics pointer to ufs-community/ccpp-physics@8a5f4f5

@rhaesung
Copy link
Copy Markdown
Contributor Author

@rhaesung ufs-community/ccpp-physics#287 was merged. Please revert .gitmodules and update the ccpp-physics pointer to ufs-community/ccpp-physics@8a5f4f5

Done!

@jkbk2004 jkbk2004 merged commit 921278b into NOAA-EMC:develop Jun 25, 2025
3 of 8 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in GFS v17 Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants