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

MPAS dycore support for moving mountains parameterization #1277

Open
PeterHjortLauritzen opened this issue Mar 13, 2025 · 0 comments
Open

MPAS dycore support for moving mountains parameterization #1277

PeterHjortLauritzen opened this issue Mar 13, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request mpas

Comments

@PeterHjortLauritzen
Copy link
Collaborator

PeterHjortLauritzen commented Mar 13, 2025

What is the feature/what would you like to discuss?

The new moving mountains scheme in CAM7 requires the dycore to compute vorticity and pass it to physics.

Basically we need this call in mpas/dp_coupling.F90

 if (use_gw_movmtn_pbl ) then
         call gws_src_vort(elem, tl_f, tl_qdp_np0, vort4gw, nphys)
 end if

where gws_src_vort computes vorticity (subroutine located in gravity_waves_sources.F90).

Could the MPAS team provide this code so MPAS can me fully supported with CAM7? @kuanchihwang @gdicker1 @mgduda

Is there anyone in particular you want to be part of this conversation?

@kuanchihwang @gdicker1 @mgduda @adamrher @JulioTBacmeister @mbramberger

Will this change (regression test) answers?

Yes

Will you be implementing this enhancement yourself?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mpas
Projects
Status: To Do
Development

No branches or pull requests

3 participants