Skip to content

Commit

Permalink
mfpbltq.f, mfscuq.f, satmedmfvdifq.F: change comments in code from "H…
Browse files Browse the repository at this point in the history
…AFS version" to "updated version"
  • Loading branch information
climbfuji committed Nov 20, 2019
1 parent bd47378 commit cbbac67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion physics/mfpbltq.f
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!>\file mfpbltq.f
!! This file contains the subroutine that calculates mass flux and
!! updraft parcel properties for thermals driven by surface heating
!! for use in the TKE-EDMF PBL scheme (HAFS version).
!! for use in the TKE-EDMF PBL scheme (updated version).

!>\ingroup satmedmfq
!! This subroutine computes mass flux and updraft parcel properties for
Expand Down
2 changes: 1 addition & 1 deletion physics/mfscuq.f
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!>\file mfscuq.f
!! This file contains the mass flux and downdraft parcel preperties
!! parameterization for stratocumulus-top-driven turbulence (HAFS version).
!! parameterization for stratocumulus-top-driven turbulence (updated version).

!>\ingroup satmedmfq
!! This subroutine computes mass flux and downdraft parcel properties
Expand Down
8 changes: 4 additions & 4 deletions physics/satmedmfvdifq.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!> \file satmedmfvdifq.F
!! This file contains the CCPP-compliant SATMEDMF scheme (HAFS version) which computes
!! subgrid vertical turbulence mixing using scale-aware TKE-based moist
!! This file contains the CCPP-compliant SATMEDMF scheme (updated version) which
!! computes subgrid vertical turbulence mixing using scale-aware TKE-based moist
!! eddy-diffusion mass-flux (TKE-EDMF) parameterization (by Jongil Han).

module satmedmfvdifq
Expand Down Expand Up @@ -33,10 +33,10 @@ end subroutine satmedmfvdifq_init
subroutine satmedmfvdifq_finalize ()
end subroutine satmedmfvdifq_finalize

!> \defgroup satmedmfq GFS Scale-aware TKE-based Moist Eddy-Diffusivity Mass-flux (TKE-EDMF, HAFS version) Scheme Module
!> \defgroup satmedmfq GFS Scale-aware TKE-based Moist Eddy-Diffusivity Mass-flux (TKE-EDMF, updated version) Scheme Module
!! @{
!! \brief This subroutine contains all of the logic for the
!! scale-aware TKE-based moist eddy-diffusion mass-flux (TKE-EDMF, HAFS version) scheme.
!! scale-aware TKE-based moist eddy-diffusion mass-flux (TKE-EDMF, updated version) scheme.
!!
!> \section arg_table_satmedmfvdifq_run Argument Table
!! \htmlinclude satmedmfvdifq_run.html
Expand Down

0 comments on commit cbbac67

Please sign in to comment.