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

ERROR when I run wrf.exe

pline

Member
1709110615768.png
ERROR reading namelist namelist_quilt
I don't know what went wrong. Real.exe succeeded.
 

Attachments

  • namelist.input
    3.9 KB · Views: 3
Hi,
I did a test, using your namelist (mostly - I changed the dates and grid dimensions to match some input I already had), and it works without issues. I don't get the quilting error. What version of WRF are you using, and did you make any modifications to the code?
 
Hi,
I, if I remember correctly, used WRF4.0 and never modified anything.
I tried defining a new namelist for both namelist.input and namelist.wps. It runs only for namelist.input. I can't post the one before running.
 

Attachments

  • namelist.input.txt
    4 KB · Views: 3
  • namelist.wps.txt
    1.6 KB · Views: 2
I'm still stuck with the same problem.
And I mean I try to go back and run namelist.input that was previously run did not have this problem.
 
Did you solve the error? I also got an error in wrf.exe after real.exe, so I wonder if it's a similar case...
 
Unfortunately since I am unable to repeat the issue, it's difficult for me to provide assistance. At this point, I would recommend downloading (or using "git clone") a new version of WRF and reinstalling it, and then trying again. If you don't necessarily need an older version of WRF (e.g., V4.0), I would recommend getting the latest version (V4.5.2). If you get past the issue, let us know how it was resolved.
 
Unfortunately since I am unable to repeat the issue, it's difficult for me to provide assistance. At this point, I would recommend downloading (or using "git clone") a new version of WRF and reinstalling it, and then trying again. If you don't necessarily need an older version of WRF (e.g., V4.0), I would recommend getting the latest version (V4.5.2). If you get past the issue, let us know how it was resolved.
I recently faced a similar issue and managed to solve it.

Code:
 module_io_quilt_old.F        2931 F
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:    6528
ERROR reading namelist namelist_quilt
-------------------------------------------

My namelist.input file was missing a newline character at the end of my namelist.input This was difficult to notice and caused me several days of debugging, as text editors automatically add this character. Therefore, I am writing this message in the hope that it will help someone like me, who is trying to find a solution on the forum.
 
Top