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 failing to read met_em files

hlburns

New member
Hi

I've just built WRF 4.7.1 and WPS 4.6.0 using intel (oneapi) and OpenMPI on our new HPC, but my test run fails when I get to running real.exe with:

`forrtl: severe (66): output statement overflows record, unit -5, file Internal List-Directed Write`

if I put debug level up (I note that building with ./configure_new -- -DCMAKE_BUILD_TYPE=Debug fails), the error message complains of a bunch of variables not found in the met_em files e.g.

d01 2005-08-28_00:00:00 NetCDF error: NetCDF: Attribute not found
d01 2005-08-28_00:00:00 NetCDF error in /mnt/scratch/earhbu/software/build/WRF/4.7.1/1/intel-2025.1-openmpi-5.0.6/WRF
V4.7.1/external/io_netcdf/ext_ncd_get_dom_ti.code REAL, line 83 Element P_TOP

I'm using namelists modified from using WRF 4.3.3 and WPS 4.2, running in directories copied from the new source code, so I should have all the right.TBL files etc

I'm really struggling to track down what's causing this, so I've included my namelists, the error files and my WRF build script. I'm hoping it's just a namelist change I've missed.

Just in case it's relevant the versions of libraries I'm using:
1) intel/2025.2.0 2) openmpi/5.0.6 3) netcdf/4.9.3 4) hdf5/1.14.6
 

Attachments

  • namelist.wps
    1.2 KB · Views: 0
  • rsl.error.0000
    2.3 KB · Views: 0
  • namelist.input
    3.1 KB · Views: 0
  • rsl.error.0000_debug.txt
    28.7 KB · Views: 0
  • build.txt
    5.3 KB · Views: 0
Top