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

WRF4.2.1 restart run crashes with "forrtl: severe (66): output statement overflows record, unit -5, file ...

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.

Klemens

New member
Hi all,

I try to make a restart run with WRF4.2.1.m, but directly after starting I it stops with the following error:

alloc_space_field: domain 1 , 144503580 bytes allocated
forrtl: severe (66): output statement overflows record, unit -5, file Internal List-Directed Write

Attached is my namelist.input.

What is wrong ? Are there any inconsistencies with respect to the restart case ?

Many thanks in advance !

Klem
 

Attachments

  • namelist.input
    4 KB · Views: 20
Further checking the internet boiled down the problem:

https://github.com/wrf-model/WRF/issues/975

I could circumvent the problem by setting links from the directory where restart files are stored (defined by "rst_outname" from namelist.input) to the directory where WRF is run. You may find a Python script here (https://github.com/KlemensBarfus/WRF/blob/master/link_restart_files.py) doing the job for you.
 
Top