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

when I running the wrf "tail rsl.error.0000", I got error

Ananthan R

New member
good afternoon everyone;

"taskid: 0 hostname: nccrmaster
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist time_control ------
Maybe here?: interval_seconds = 10800
Maybe here?: inp ut_from_file = .true.,.true.,.true.,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 10851
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
[usp@nccrmaster run]$ gedit namelist.input"

pls help me

thanks
 

Attachments

  • namelist.input
    3.9 KB · Views: 5
Hi,
The error message is telling you that something is wrong with your namelist syntax, in the general area it's pointing you to. The message shows

Code:
Maybe here?: interval_seconds = 10800
Maybe here?: inp ut_from_file = .true.,.true.,.true.

If you look closely at that, you'll see that the word "input" has a space in it, which isn't allowed. Correct that and try again.
 
Hi,
The error message is telling you that something is wrong with your namelist syntax, in the general area it's pointing you to. The message shows

Code:
Maybe here?: interval_seconds = 10800
Maybe here?: inp ut_from_file = .true.,.true.,.true.

If you look closely at that, you'll see that the word "input" has a space in it, which isn't allowed. Correct that and try again.
goodmorning sir,
I checked sir but same error again and again shows.
 

Attachments

  • namelist.input
    3.8 KB · Views: 2
Hi,
This new error is not the same. This is the error given in your latest rsl.error.0000 file:

Code:
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:      70
 program wrf: error opening wrfinput_d01 for reading ierr=       -1021

This means the model is unable to find the file "wrfinput_d01" that should have been created when you ran real.exe. Did you successfully run real.exe?
 
Top