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

real.exe: ERROR while reading namelist time_control

sstikle

New member
Hi,
I am running real.exe, received same massage but rsl error is different. Could you please help to resolve it?
Massage in window:
starting wrf task 0 of 1
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
RSl error
taskid: 0 hostname: levante0.lvt.dkrz.de
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist time_control ------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11345
ERRORS while reading one or more namelists from namelist.input.

&time_control
start_year = 2019,
start_month = 01,
start_day = 03,
start_hour = 12,
start_minute = 00,
start_second = 00,
end_year = 2019,
end_month = 01,
end_day = 06,
end_hour = 00,
end_minute = 00, 00,
end_second = 00, 00,
! override_restart_timers = .true., .true.,
interval_seconds = 21600,
input_from_file = .true., .true.,
history_interval = 60,
frames_per_outfile = 1, 1,
restart = .false.,
restart_interval = 720,
io_form_history = 2,
!io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2
debug_level = 0,
!iofields_filename = 'hist_io_mods_d01' ,'hist_io_mods_d02',
auxinput1_inname = "met_em.d<domain>.<date>",
! auxinput4_inname = "wrflowinp_d<domain>",
auxinput5_inname = "wrfchemi_d<domain>_<date>",
!auxinput5_inname = "wrfchemi_<hour>_d<domain>",
auxinput6_inname = "wrfbiochemi_d<domain>",
auxinput7_inname = "wrffirechemi_d<domain>_<date>",
! auxinput4_interval_h = 6, 6,
auxinput5_interval_h = 1, 1,
auxinput6_interval_d = 30, 30,
auxinput7_interval_h = 1, 1,
io_form_auxinput2 = 2,
!io_form_auxinput4 = 2,
io_form_auxinput5 = 2,
io_form_auxinput6 = 0,
io_form_auxinput7 = 0,
frames_per_auxinput5 = 1, 1,
!frames_per_auxinput6 = 1, 1,
frames_per_auxinput7 = 1, 1,
force_use_old_data = T
/

Thanks and Regards,
Suvarna
 
Last edited:
Sure! I made following changes. It's work.

interval_seconds = 10800,
restart_interval = 120,
debug_level = 1000,
 
Hello @sstikle , I was encountering the same error in running the "./real.exe" command. However, mine is kind of different from yours a little. When i look both into the rsl.error and rsl.out, they both state the same error regarding the namelists which was I have no idea what to do since I am new to WRF and been only following an online guide from "ARW Online Tutorial" in running WRF. Can you help me out? I already attached the files below for reference, and it would be highly appreciated to hear back with regards to this matter.

Thank you in advance.
 

Attachments

  • rsl.out.0000
    396 bytes · Views: 2
  • rsl.error.0000
    433 bytes · Views: 2
  • namelist.input
    2.9 KB · Views: 3
  • namelist.wps
    634 bytes · Views: 1
Hello @sstikle , I was encountering the same error in running the "./real.exe" command. However, mine is kind of different from yours a little. When i look both into the rsl.error and rsl.out, they both state the same error regarding the namelists which was I have no idea what to do since I am new to WRF and been only following an online guide from "ARW Online Tutorial" in running WRF. Can you help me out? I already attached the files below for reference, and it would be highly appreciated to hear back with regards to this matter.

Thank you in advance.
Since this is a new issue. @june_jomes can you make a new post? NCAR likes to keep the issues seperate
 
Top