Error running real.exe

saurav

New member
Hello!

I tried to simulate an event from February 2020. But each time I try the 'real.exe', I get the following error message:

ims,ime,jms,jme -4 36 -4 29
ips,ipe,jps,jpe 1 29 1 22
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 109932736 bytes allocated
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 401
error opening met_em.d01.2024-02-27_00:00:00.nc for input; bad date in namelist or file not in directory
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

I have the 'met_em' files copied inside the 'run' folder. So, could anyone please help me with the error?
I am copying the 'namelist.input', and some other files that will probably help understand the source of the error.
 

Attachments

Hello, and apologies for the delay. If you are still experiencing this error, will you issue the following in the directory where you run WRF:

Code:
ls -ls >& ls.txt

and then issue:

Code:
ncdump -h met_em.d01.2024-02-27_00:00:00.nc >& ncdump.txt

and then attach the ls.txt and ncdump.txt files. Thanks!
 
Hello!

Thank you for the reply. I have attached the files that you requested.
Please let me know how I can resolve this issue.
 

Attachments

Thank you for sharing those files. Thus far, I don't see any reason for you to get that error. Just to make sure everything aligns (corresponding namelist, rsl files, etc.), will you remove all rsl* files from the running directory. Please also remove your met_em* files and re-link those to the running directory (try linking, instead of copying the files from WPS). Then comment out or remove the following lines in namelist.input:

Code:
blowing_snow           = 1, 1,    ! Blowing snow option: 0=no, 1=yes
 num_blsnow_levels     = 100,    ! Number of blowing snow levels
 blsnow_top            = 1000.0, ! Top height of the suspension layer (m)
 num_blsnow_sizes      = 24,    ! Number of snow grain size classes

After that, run real.exe again. If you get the same error, please package all of the rsl* files into a single *.tar or zipped file, then attach that, along with the namelist.input you used, and please also share the following files:

met_em.d01.2024-02-27_00:00:00.nc
met_em.d01.2024-02-27_06:00:00.nc

Those files are probably too large to share here, so see the home page of the forum for instructions on sharing large files.
 
Back
Top