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

mesoscale reference for MPASv7.3 runs stalled citing problem with PBL scheme

jpen

New member
My runs with MPASv7.3 for the mesoscale reference suite and mp_wsm6 is stuck until walltime ends. While the log.atmosphere file does not hint at the problem, the slurm log file points to PBL scheme. Is this related to initial conditions? How to resolve it?
 

Attachments

  • log.atmosphere.0000.out.txt
    1.2 MB · Views: 2
  • slurm-11383413.out.txt
    157.9 KB · Views: 2
  • namelist.atmosphere.txt
    1.8 KB · Views: 1
  • streams.atmosphere.txt
    2 KB · Views: 0
Your case crashed after about 6 hours of integration with the error message "Floating point exception (core dumped)", suggesting that something is wrong in either physics or dynamics. Your namelist.atmopshere looks fine to me, except that the radiation interval is way too large. Can you set:

Code:
   config_radtlw_interval = '00:03:00'
   config_radtsw_interval = '00:03:00'

Then rerun this case. Please let me know whether it works.

Also, what data did you use to create initial condition for this case?
 
Top