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

invalid parent id for domain 2

jhonpaul

New member
hi I have problems running ./real.exe.

here's the error:
tail: rsl.out.0000: truncated file
taskid: 0 hostname: DESKTOP-MOLGD1F
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 5859
invalid parent id for domain 2
----------------------------------------------

I will attach the namelist.input and namelist.wps files
 

Attachments

  • namelist.input
    3.8 KB · Views: 5
  • namelist.wps
    1.1 KB · Views: 2
Hi,
In your namelist.input file, you have the following line:

Code:
num_metgrid_levels   = 34,       34,       34,

That namelist parameter should only have a single value (i.e., not a value for every column). Can you change it to just

Code:
num_metgrid_levels   = 34,

and see if that gets rid of this error? I know the error doesn't make much sense if this is actually the problem, but I've seen the error for similar namelist issues in the past. Let me know!
 
Top