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

Sarakhj

New member
Hi Everyone,
Unfortunately, after configuring the namelist.input, I am encountering the following error:
taskid: 0 hostname: computenode
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist physics ------
Maybe here?: mp_zero_out = 0, 0,
Maybe here?: cu_physics = 1, 1,
------ ERROR while reading namelist dynamics ------
Maybe here?: gwd_opt = 0, 0,
Maybe here?: max_rot_angle_gwd = 71,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11164
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

I have installed WRF version 4.3.3 and want to run the model for the Antarctic region. I am sending you the configured namelist.input. I would appreciate your guidance.

Best regards,
 

Attachments

  • namelist.input
    6.2 KB · Views: 2
  • namelist.wps
    778 bytes · Views: 0
------ ERROR while reading namelist physics ------
Maybe here?: mp_zero_out = 0, 0,

Please change to

mp_zero_out =0,

Maybe here?: cu_physics = 1, 1,
------ ERROR while reading namelist dynamics ------
Maybe here?: gwd_opt = 0, 0,
Maybe here?: max_rot_angle_gwd = 71,

What is max_rot_angle_gwd? where did you find its definition?
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11164
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

I have installed WRF version 4.3.3 and want to run the model for the Antarctic region. I am sending you the configured namelist.input. I would appreciate your guidance.

Best regards,
 
Top