-
Notifications
You must be signed in to change notification settings - Fork 153
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
gwdc.f, gwdps.f, gscond.f: merge updates from gfsphysics #99
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to physics/gwdps.f look great. physics/gscond.f and physics/gwdc.f: a lot of the changes (in particular, all changes for physics/gscond.f) are just adding trailing whitespaces that we had removed earlier on in CCPP. Please revert those changes.
This PR is only for gwdc.f. I am still working on gwdps.f and gscond.f in this branch though |
physics/gwdps.f
Outdated
@@ -361,7 +361,7 @@ subroutine gwdps_run( & | |||
!----- ALSO INCLUDED IS RI SMOOTH OVER A THICK LOWER LAYER | |||
!----- ALSO INCLUDED IS DECREASE IN DE-ACC AT TOP BY 1/2 | |||
!----- THE NMC GWD INCORPORATING BOTH GLAS(P&S) AND GFDL(MIGWD) | |||
!----- MOUNTAIN INDUCED GRAVITY WAVE DRAG | |||
!----- MOUNTAIN INDUCED GRAVITY WAVE DRAG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mzhangw can you please remove the trailing whitespaces that your PR reintroduces? In particular in this file gwdps.f. Thank you!
physics/gscond.f
Outdated
@@ -121,7 +121,7 @@ subroutine zhaocarr_gscond_run (im,ix,km,dt,dtf,prsl,ps,q,clw1 & | |||
real (kind=kind_phys) qi(im), qint(im), ccrik, e0 | |||
&, cond, rdt, us, cclimit, climit | |||
&, tmt0, tmt15, qik, cwmik | |||
&, ai, qw, u00ik, tik, pres, pp0, fi | |||
&, ai, qw, u00ik, tik, pres, pp0, fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for gscond.f - please do not reintroduce trailing whitespaces.
physics/gwdc.f
Outdated
@@ -196,7 +196,7 @@ subroutine gwdc_run (im,ix,km,lat,u1,v1,t1,q1,deltim, & | |||
! 2013 S. Moorthi - Updated and optimized code for T1534 GFS implementation | |||
! ??? ?? 2015 J. Alpert - reducing the magnitude of tauctmax to fix blow up in L64 GFS | |||
! S. Kar & M. Young | |||
! aug 15 2016 - S. Moorthi - Fix for exessive dissipation which led to blow up in | |||
! aug 15 2016 - S. Moorthi - Fix for exessive dissipation which led to blow up in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and same here for gwdc.f
Sure. I am still working on gwdps.f, and will submit a PR for gwdps soon,
then for gscond
BTW, some white spaces are merged from operational version. I will omit
them.
…On Mon, Jun 25, 2018 at 11:14 AM Dom Heinzeller ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In physics/gwdc.f
<#99 (comment)>:
> @@ -196,7 +196,7 @@ subroutine gwdc_run (im,ix,km,lat,u1,v1,t1,q1,deltim, &
! 2013 S. Moorthi - Updated and optimized code for T1534 GFS implementation
! ??? ?? 2015 J. Alpert - reducing the magnitude of tauctmax to fix blow up in L64 GFS
! S. Kar & M. Young
-! aug 15 2016 - S. Moorthi - Fix for exessive dissipation which led to blow up in
+! aug 15 2016 - S. Moorthi - Fix for exessive dissipation which led to blow up in
and same here for gwdc.f
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#99 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ab87atBCYUvKL2inwygA2E2-CdVpwFzSks5uARpfgaJpZM4Uvw04>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, great work!
Reorganization of physics repository
update ccpp/physics/gwdc.f with NEMSfv3gfs. Got B4B results on theia with CCPP