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

Zero values for turbulent kinetic energy (tke_pbl) while using MYNN 2.5 pbl scheme

Lakshman_179

New member
Hello everyone,

I run wrf model v 4.3 and using MYNN level 2.5 pbl scheme , i am interested in tke_pbl but it is showing zero values for every level and i tried with different cases, again it gives zero values. what is the reason for this?

&physics

mp_physics = 6, 6, 6,

ra_lw_physics = 1, 1, 1,
ra_sw_physics = 2, 2, 2,
radt = 10, 10, 10,
sf_sfclay_physics = 2, 2, 2,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 5, 5, 5,
bl_mynn_edmf_mom = 1, 1, 1,
bl_mynn_edmf_tke = 1, 1, 1,
bl_mynn_edmf = 1, 1, 1,
bldt = 0, 0, 0,
cu_physics = 1, 1, 1,




Many thanks in advance for your help,

Best Regards,
Lakshman
 
Last edited:
Hi lakshman,
Can you pls try editing your namelist.input in &physics as follows..:

bl_mynn_tkebudget (max_dom) (new since V3.4.1)

0

(default) off

1

adds MYNN tke budget terms to output

I hope it may work .
 
I'm having the same problem but with WRF 4.5 version.

I'm using the same options as Lakshman, with tke_budget = 1 for the WRF 4.5 version, but TKE_PBL values are always 0.0.

Do you know if I need to activate any other parameter?

Regards!!
 
TKE_PBL == 0 because MYNN PBL no longer output this variable. However the variable QKE is output and it is twice TKE.
 
Top