Skip to content

Commit

Permalink
Merge pull request #1 from climbfuji/grant_ccpp_release_3_work_dom_mods
Browse files Browse the repository at this point in the history
Bugfix for PGI compiler
  • Loading branch information
grantfirl authored May 22, 2019
2 parents 19b59fd + 4faf293 commit 0eea207
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions physics/GFS_DCNV_generic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ end subroutine GFS_DCNV_generic_pre_init
subroutine GFS_DCNV_generic_pre_finalize()
end subroutine GFS_DCNV_generic_pre_finalize

#if 0
!> \brief Interstitial scheme called prior to any deep convective scheme to save state variables for calculating tendencies after the deep convective scheme is executed
!! \section arg_table_GFS_DCNV_generic_pre_run Argument Table
!! | local_name | standard_name | long_name | units | rank | type | kind | intent | optional |
Expand All @@ -34,6 +35,7 @@ end subroutine GFS_DCNV_generic_pre_finalize
!! | errmsg | ccpp_error_message | error message for error handling in CCPP | none | 0 | character | len=* | out | F |
!! | errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | 0 | integer | | out | F |
!!
#endif
subroutine GFS_DCNV_generic_pre_run (im, levs, ldiag3d, cnvgwd, lgocart, do_ca, &
isppt_deep, gu0, gv0, gt0, gq0_water_vapor, &
save_u, save_v, save_t, save_qv, ca_deep, &
Expand Down Expand Up @@ -101,6 +103,7 @@ end subroutine GFS_DCNV_generic_post_init
subroutine GFS_DCNV_generic_post_finalize ()
end subroutine GFS_DCNV_generic_post_finalize

#if 0
!> \section arg_table_GFS_DCNV_generic_post_run Argument Table
!! | local_name | standard_name | long_name | units | rank | type | kind | intent | optional |
!! |-----------------|---------------------------------------------------------------------------------------------|----------------------------------------------------------------------|---------------|------|-------------------|-----------|--------|----------|
Expand Down Expand Up @@ -162,6 +165,7 @@ end subroutine GFS_DCNV_generic_post_finalize
!! | errmsg | ccpp_error_message | error message for error handling in CCPP | none | 0 | character | len=* | out | F |
!! | errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | 0 | integer | | out | F |
!!
#endif
subroutine GFS_DCNV_generic_post_run (im, levs, lssav, ldiag3d, lgocart, ras, cscnv, do_ca, &
isppt_deep, frain, rain1, dtf, cld1d, save_u, save_v, save_t, save_qv, gu0, gv0, gt0, &
gq0_water_vapor, ud_mf, dd_mf, dt_mf, con_g, clw_ice, clw_liquid, npdf3d, num_p3d, ncnvcld3d, &
Expand Down

0 comments on commit 0eea207

Please sign in to comment.