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

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

  • namelistPlab3.input
    3.1 KB · Views: 7
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.
 
Top