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

Ungrib error at last timestep: "Data not found: 2022-02-28_00:00:00.0000"

Ame

New member
Hello,

I'm encountering an issue with my WRF simulations that I haven't been able to resolve.

I'm running a series of 15-day simulations (with an additional 2-day spin-up), starting on January 1st, 2022, then January 15th, and so on, with the goal of covering the entire year. Everything worked as expected in January, but I started running into problems in February.

For example, when I try to run a simulation from 2022-02-12 to 2022-02-28, the ungrib.exe step systematically fails on the last time step with the following error:

Code:
ERROR: Data not found: 2022-02-28_00:00:00.0000

I checked the symbolic links for the GRIB files (GRIBFILE.*), and the file for that date does exist. However, the corresponding FILE:2022-02-28_00 file is never created, and I can't figure out why.

Has anyone encountered this kind of issue before, or have any ideas on what might be causing it?
Again, everything was working fine for the January runs, which makes this even more confusing.

Thanks in advance for your help!
 

Attachments

  • list_FILE.txt
    4.4 KB · Views: 0
  • list_fnl_files.txt
    2.7 KB · Views: 0
  • list_gribfile_links.txt
    12.7 KB · Views: 1
  • list_PFILE.txt
    7.5 KB · Views: 0
  • namelist.wps
    912 bytes · Views: 0
This error message indicates that the large scale foricng data on 2022-02-28_00 is missing. Can you issue the command:

ls -lrt /tmpdir/user/BIGFILES2023/AVN/fnl_20220228_00_00.grib2

I am suspicious that /tmpdir/user/BIGFILES2023/AVN/fnl_20220228_00_00.grib2 is either non-exist or is damaged.
 
Top