Skip to content

INIT_GWDO: Revisions in computing mountain statistics#1408

Open
Songyou184 wants to merge 1 commit into
MPAS-Dev:developfrom
Songyou184:INITGWDO2026
Open

INIT_GWDO: Revisions in computing mountain statistics#1408
Songyou184 wants to merge 1 commit into
MPAS-Dev:developfrom
Songyou184:INITGWDO2026

Conversation

@Songyou184
Copy link
Copy Markdown

@Songyou184 Songyou184 commented Feb 10, 2026

modified:   src/core_init_atmosphere/mpas_init_atm_gwd.F

This PR is a part of Revised GWDO + new PBL option for SHIN-HONG scheme #1389

See the below examples for more information.
MPAS-Dev/MPAS#930
MPAS-Dev/MPAS#931

	modified:   src/core_init_atmosphere/mpas_init_atm_gwd.F
@jihyeonjang jihyeonjang self-requested a review May 22, 2026 03:37
Copy link
Copy Markdown
Collaborator

@jihyeonjang jihyeonjang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR looks fine to me. I only have a minor suggestion for clean-up.

In this PR, hc (critical height) is no longer used; box_mean is used instead. In src/core_init_atmosphere/mpas_init_atm_gwd.F, can we comment out hc-related lines as follows?

    integer (kind=I1KIND), dimension(:), pointer :: hlanduse ! Dominant land mask (0 or 1)
-   real (kind=RKIND) :: hc   ! critical height
+   !real (kind=RKIND) :: hc   ! critical height

    contains

@@ -301,7 +301,7 @@ module mpas_init_atm_gwd
          ! Critical height, to be used in OL computation
          ! See Appendix of Kim, Y-J, 1996: Representation of Sub-Grid Scale Orographic Effects
          ! in a General Circulation Model. J. Climate, 9, 2698-2717.
-         hc = 1116.2_RKIND - 0.878_RKIND * var2d(iCell)
+         !hc = 1116.2_RKIND - 0.878_RKIND * var2d(iCell)

@Songyou184
Copy link
Copy Markdown
Author

Songyou184 commented Jun 4, 2026 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants