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

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!
 
Back
Top