All,
I updraded my WRF version from 4.2 to 4.5 and now the bl_mynn_tkebudget parameter in namelist.input isn't recognized anymore.
In the release notes from 4.5 (Releases · wrf-model/WRF) I found the following:
(3) vacate bl_pbl_physics = 6 (now only run with bl_pbl_physics = 5); will instead regulate the closure level with new namelist variable “bl_mynn_closure” set to 2.5, 2.6, or 3.0,
(4) important bug fixes for the TKE budget and the bl_mynn_tkebudget flag is not renamed to tke_budget for use in other schemes (although may not be hooked up for other schemes yet),
But when I substitute bl_mynn_tkebudget with tke_budget, real.exe doesn't show any errors.
in the manual for V4.2 there is:
bl_mynn_tkebudget (max_dom) (new since V3.4.1)
0 (default) off
1 adds MYNN tke budget terms to output
but in the manual for 4.5 it is set like this:
I do not get any error from real.exe using 0 or 1 for tke_budget. But which is the correct one now? In the manual for 4.5 there is no variable tke_budget listet.
My configuration in 4.2 was:
mp_physics = 4, 4, 4,
sf_sfclay_physics = 5, 5, 5,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 5, 5, 5,
bl_mynn_tkebudget = 1,
bl_mynn_tkeadvect = .true.,
Can I use it like this in 4.5?
mp_physics = 4, 4, 4,
sf_sfclay_physics = 5, 5, 5,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 5, 5, 5,
bl_mynn_closure = 2.5,
tke_budget = 0,
bl_mynn_tkeadvect = .true.,
Thanks in advance.
I updraded my WRF version from 4.2 to 4.5 and now the bl_mynn_tkebudget parameter in namelist.input isn't recognized anymore.
In the release notes from 4.5 (Releases · wrf-model/WRF) I found the following:
(3) vacate bl_pbl_physics = 6 (now only run with bl_pbl_physics = 5); will instead regulate the closure level with new namelist variable “bl_mynn_closure” set to 2.5, 2.6, or 3.0,
(4) important bug fixes for the TKE budget and the bl_mynn_tkebudget flag is not renamed to tke_budget for use in other schemes (although may not be hooked up for other schemes yet),
But when I substitute bl_mynn_tkebudget with tke_budget, real.exe doesn't show any errors.
in the manual for V4.2 there is:
bl_mynn_tkebudget (max_dom) (new since V3.4.1)
0 (default) off
1 adds MYNN tke budget terms to output
but in the manual for 4.5 it is set like this:
bl_mynn_tkebudget | 0 | adds MYNN TKE budget terms to output | max_dom |
I do not get any error from real.exe using 0 or 1 for tke_budget. But which is the correct one now? In the manual for 4.5 there is no variable tke_budget listet.
My configuration in 4.2 was:
mp_physics = 4, 4, 4,
sf_sfclay_physics = 5, 5, 5,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 5, 5, 5,
bl_mynn_tkebudget = 1,
bl_mynn_tkeadvect = .true.,
Can I use it like this in 4.5?
mp_physics = 4, 4, 4,
sf_sfclay_physics = 5, 5, 5,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 5, 5, 5,
bl_mynn_closure = 2.5,
tke_budget = 0,
bl_mynn_tkeadvect = .true.,
Thanks in advance.
Last edited: