We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
gws_src_vort
Could the MPAS team provide this code so MPAS can me fully supported with CAM7? @kuanchihwang @gdicker1 @mgduda
@kuanchihwang @gdicker1 @mgduda @adamrher @JulioTBacmeister @mbramberger
Yes
No
The text was updated successfully, but these errors were encountered:
mgduda
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: