Namelist.input and gridded input file mismatch

Francis Rodrigo

New member
Hello and Good day!

I tried running ndown.exe for 4 domains, however this error had come up in the rsl.out.0000:
i_parent_start from namelist.input file = 8
i_parent_start from gridded input file = 57
j_parent_start from namelist.input file = 10
j_parent_start from gridded input file = 24
---- ERROR: Nest start locations do not match: namelist.input vs gridded input file
NOTE: 1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1248
NOTE: Please check and reset these options
 

Attachments

In your namelist.input, I could see the following settings:

max_dom = 4,

e_we = 83, 193, 232, 143,

e_sn = 53, 103, 145, 165,

e_vert = 35, 35, 35, 35,

feedback = 0

I suppose this is not a ndown case. It is a one-way 4-domain nesting case.

Please send me your namelist.wps to take a look. It is possible that there exist an inconsistency between namelist.wps and namelist.input.
 
Back
Top