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

Error opening "non-existing" met_em file in real.exe

htan2013

Member
Dear all,

I try to test one simulation in Cheyenne (/glade/scratch/htan2013/4.2.1_WRF/WRF/test/em_real). I tried the same configuration on other HPC but it crashed after 12hrs. So I compile WRF4.2.1 in debug mode in Cheyenne, trying to find the reason for that seg fault. All my met_em files are from 06_30_06:00:00 to 07_06_06:00:00. The rsl, on the other hand, shows that:

-------------- FATAL CALLED ---------------
16 FATAL CALLED FROM FILE: <stdin> LINE: 403
17 error opening met_em.d01.1993-03-13_12:00:00.nc for input; bad date in namelist or file not in directory
18 -------------------------------------------

I am attaching namelist and rsl file here. Thank you for any suggestions.
Haochen
 

Attachments

  • namelist.input
    4.8 KB · Views: 2
  • rsl.error.0000
    865 bytes · Views: 0
Hi,
The error message is confusing, but I believe the issue is that at the beginning of the &time_control namelist record, you have an extra character that needs to be removed. This is causing the model to not be able to read the entire &time_control section, and therefore it's just choosing all the default settings (i.e., 1993-03-13... is the default date). Please remove that extra character and try again.

Code:
、 &time_control
 
Hi,
The error message is confusing, but I believe the issue is that at the beginning of the &time_control namelist record, you have an extra character that needs to be removed. This is causing the model to not be able to read the entire &time_control section, and therefore it's just choosing all the default settings (i.e., 1993-03-13... is the default date). Please remove that extra character and try again.

Code:
、 &time_control
Hi Kelly,

Thank you so much for your help! That was a stupid typo:eek:.
 
Top