Y yashu-1417 New member Dec 2, 2024 #1 i have created geo-em files ,met_em files for 2 domains but error was resulting in 2 domain parent id is wrong even i set it to 1 Attachments namelist.wps namelist.wps 1.1 KB · Views: 4 rsl.error.0000 rsl.error.0000 361 bytes · Views: 2 namelist.input namelist.input 2.3 KB · Views: 3
i have created geo-em files ,met_em files for 2 domains but error was resulting in 2 domain parent id is wrong even i set it to 1
William.Hatheway Well-known member Dec 2, 2024 #2 From namelist.wps: Code: dx = 30000 dy = 10000 need to be Code: dx = 30000 dy = 30000 also I would look at the best practices of namelist.input to check your e_vert and ptop WRF Namelist.input Best Prac There's a chance you might run into some errors
From namelist.wps: Code: dx = 30000 dy = 10000 need to be Code: dx = 30000 dy = 30000 also I would look at the best practices of namelist.input to check your e_vert and ptop WRF Namelist.input Best Prac There's a chance you might run into some errors
M Ming Chen Moderator Staff member Dec 2, 2024 #3 The error message might be misleading. I found that you set num_metgrid_levels = 9, 9. There are 2 issues here: (1) it should be num_metgrid_levels = 9 (2) the value of 9 is way too small, --- what data did you ungrib ?
The error message might be misleading. I found that you set num_metgrid_levels = 9, 9. There are 2 issues here: (1) it should be num_metgrid_levels = 9 (2) the value of 9 is way too small, --- what data did you ungrib ?