Update bl_ysu_gwdo parameterization scheme #1358
Closed
Songyou184 wants to merge 5 commits intoMPAS-Dev:developfrom
Closed
Update bl_ysu_gwdo parameterization scheme #1358Songyou184 wants to merge 5 commits intoMPAS-Dev:developfrom
Songyou184 wants to merge 5 commits intoMPAS-Dev:developfrom
Conversation
Committer: Song You Hong <hong@derecho4.hsn.de.hpc.ucar.edu>
On branch KIM_GWDO
Changes to be committed:
modified: src/core_atmosphere/Registry.xml
modified: src/core_atmosphere/physics/mpas_atmphys_driver_gwdo.F
modified: src/core_atmosphere/physics/mpas_atmphys_driver_sfclayer.F
modified: src/core_atmosphere/physics/mpas_atmphys_vars.F
modified: src/core_atmosphere/physics/physics_wrf/module_bl_gwdo.F
modified: src/core_atmosphere/physics/physics_wrf/module_sf_sfclayrev.F
modified: src/core_init_atmosphere/Registry.xml
modified: src/core_init_atmosphere/mpas_init_atm_gwd.F
Your branch is up to date with 'origin/KIM_GWDO'. Changes to be committed: modified: core_atmosphere/Registry.xml modified: core_atmosphere/physics/mpas_atmphys_control.F modified: core_atmosphere/physics/mpas_atmphys_driver.F modified: core_atmosphere/physics/mpas_atmphys_driver_gwdo.F modified: core_atmosphere/physics/mpas_atmphys_driver_sfclayer.F modified: core_atmosphere/physics/physics_wrf/module_bl_gwdo.F modified: core_atmosphere/physics/physics_wrf/module_sf_sfclayrev.F
modified: core_atmosphere/Registry.xml
Contributor
|
FYI: Testing this PR requires a companion PR NCAR/MMM-physics#7 |
Author
|
Yes, it is true... ! a few more points to be addressed.
1. The name of the scheme is "bl_kim_gwdo" instead of "bl_ysu_gwdo".
2. Two additional configures in "namelist.atmosphere"
&physics
config_sst_update = false
config_sstdiurn_update = false
config_deepsoiltemp_update = false
config_radtlw_interval = '00:30:00'
config_radtsw_interval = '00:30:00'
config_bucket_update = 'none'
config_kim_tofd = true
config_gwdo_nonhyd = true
config_physics_suite = 'mesoscale_reference'
/
These two red configs are defined as "false" by default.
"config_kim_gwdo=true" should result in an overall decrease of surface
layer wind.
"config_gwdo_nonhyd=true" should result in an overall decrease of GWD
stress by less than 10 % over high mountains. A significant reduction
appears over the Antarctic.
Songyou
…On Wed, Aug 20, 2025 at 10:12 AM Byoung-Joo (BJ) Jung < ***@***.***> wrote:
*byoung-joo* left a comment (MPAS-Dev/MPAS-Model#1358)
<#1358 (comment)>
FYI: Testing this PR requires a companion PR NCAR/MMM-physics#7
<NCAR/MMM-physics#7>
—
Reply to this email directly, view it on GitHub
<#1358 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVR3U6SPRT46MWY3AWNA2SD3OSM5DAVCNFSM6AAAAACEGJNKY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMBXGAZTCNRTGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update of the YSU_GWD scheme (Choi and Hong 2015, JGR), and renamed it as KIM_GWD scheme.
Revisions include sub-grid orographic statistics and configuration of the drag stress and blocking stress, as
described in Hong et al. (2025,WAF)