Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

question about ysu pbl scheme

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Hello professor, I want to change the magnitude of eddy diffusivity (Km) and boundary layer height (PBLH) in YSU PBL scheme. The code is module_bl_ysu.F. And Km is exch_m in this code, PBLH is hpbl in this code. Could you please give me some help? Thank you so much.
 
Hi,
Both of these two variables are diagnostic variables calculated in PBL scheme at each time time.
If you change their magnitude, then the physics behind to support their calculation will be unreasonable and unrealistic.
 
Thank you for your reply. I got it and I only want to do some test simulation with different magnitude of Km or PBLH. And (1) make Km mutiply 1.5 or 0.5, change Km to 1.5Km or 0.5Km; (2) make PBLH mutiply 1.5 or 0.5, change PBLH to 1.5PBLH or 0.5PBLH. in the code module_bl_ysu.F, Km is EXCH_M, and PBLH is hpbl. Could you please give me some help to change it? Thank you.

In the figure of formula, Km is diffusivity, and h is PBL height. How to change it in the code?
 

Attachments

  • 1.PNG
    1.PNG
    30.4 KB · Views: 127
Please look at the code module_bl_ysu.F, in which you will find the subroutine "ysu2d". PBLH, EXCH_M and EXCH_H are calculated in this subroutine.
I suppose you can change their values in this subroutine.
 
Top