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

FATAL CALLED: STOP: activate before 48000

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

pramodadhikari

New member
Hi,
I got the FATAL CALLED which stop the simulation after 1 hour of run. I have attached the rsl files and namelist.input.

Can anyone please help me to solve this issue.

The FATAL CALLED is as follows.

-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 2232
STOP: activate before 48000

Thank you so much in advance.

Pramod
 

Attachments

  • namelist.input
    8.3 KB · Views: 72
  • rsl.error.0227.txt
    134 KB · Views: 57
  • rsl.error.0000.txt
    157.6 KB · Views: 63
Hi Pramod,

The problem is that you have cfl errors:

d01 2017-06-28_01:01:30 5051 points exceeded cfl=2 in domain d01 at time 2017-06-28_01:01:30 hours
d01 2017-06-28_01:01:30 MAX AT i,j,k: 44 157 59 vert_cfl,w,d(eta)= 7.311847 12.04821 4.1962974E-03
d01 2017-06-28_01:01:30 66 points exceeded cfl=2 in domain d01 at time 2017-06-28_01:01:30 hours
d01 2017-06-28_01:01:30 MAX AT i,j,k: 44 157 56 vert_cfl,w,d(eta)= 2.223671 -24.94527 4.8264265E-03
d01 2017-06-28_01:02:15 5345 points exceeded cfl=2 in domain d01 at time 2017-06-28_01:02:15 hours
d01 2017-06-28_01:02:15 MAX AT i,j,k: 44 156 59 vert_cfl,w,d(eta)= 7.942958 12.82919 4.1962974E-03
d01 2017-06-28_01:02:15 442 points exceeded cfl=2 in domain d01 at time 2017-06-28_01:02:15 hours
d01 2017-06-28_01:02:15 MAX AT i,j,k: 44 157 52 vert_cfl,w,d(eta)= 2103.483 -9717.979 5.8160871E-03

This is likely caused by strong vertical winds coupled with too long of a timestep - Since so many points are having errors, the first thing to do is decrease your timestep (e.g., 4 * dx). If you still have issues, you may try a different PBL scheme, or try using the dynamics namelist options w_damping or diff_6th_opt.

Jordan
 
Top