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

WRF namelist setting ---MYNN2.5

haohao

New member
Here is my choice of physical parameters:
physics_suite = 'CONUS'
mp_physics = 8, 8,
cu_physics = 3, 3,
ra_lw_physics = 1, 1,
ra_sw_physics = 1, 1,
bl_pbl_physics = 5, 5,
sf_sfclay_physics = 1, 1,
sf_surface_physics = 3, 3,
radt = 15, 15,
bldt = 0, 0,
cudt = 0, 0,
icloud = 1,
num_land_cat = 24,
sf_urban_physics = 0, 0,
fractional_seaice = 1,
sst_update = 1,
bl_mynn_tkebudget = 1,
bl_mynn_tkeadvect = 1,
bl_mynn_mixlength = 1, 1,
bl_mynn_edmf = 1, 1,
bl_mynn_edmf_tke = 1, 1,

But when I run it, I get an error:
module_io_quilt_old.F 2931 F
Quilting with 1 groups of 0 I/O tasks.
------ ERROR while reading namelist physics ------
Maybe here?: bl_mynn_tkebudget = 1, 1,
Maybe here?: bl_mynn_tkeadvect = 1, 1,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11934
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
 
Can you please attach the full namelist.input file and let us know which version of WRF you are running? Thanks!
 
Thanks for attaching that. I'm not sure if this is causing the issue, but the two variables bl_mynn_tkebudget and bl_mynn_tkeadvect should have a setting for each domain. In the namelist you sent, you only have each one set to = 1, but they should be = 1, 1 (a setting per domain). I also doubt this is the issue, but try removing the blank line above bl_mynn_tkebudget in the namelist.

After that, run it again. If it still fails, please attach the new namelist, as well as the error log. Thanks!
 
Top