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

Subroutine DATINT: Interpolating 3-d files to fill in any missing data...

ankitpatte0698

New member
I am unable to run ./ungrib.exe command. I have downloaded the correct ERA5 data from 17/01/2020 to 21/01/2020. and running the model for these dates :
wrf_core = 'ARW',
max_dom = 3,
start_date = '2020-01-18_00:00:00','2020-01-18_00:00:00','2020-01-18_00:00:00',
end_date = '2020-01-19_00:00:00','2020-01-19_00:00:00','2020-01-19_00:00:00',

However i am getting the following error:
Error opening GRIBFILE.ADC Error status: 2
c_open.c: No such file or directory
Subroutine DATINT: Interpolating 3-d files to fill in any missing data...
Looking for data at time 2020-01-18_00
ERROR: Data not found: 2020-01-18_00:00:00.0000
 

Attachments

  • Screenshot 2025-02-16 170043.png
    Screenshot 2025-02-16 170043.png
    63 KB · Views: 1
  • namelist.wps
    1.8 KB · Views: 0
Hi,
Can you attach the full ungrib.log file, and then issue this command, and then attach the gribfile.txt file, as well?

Code:
ls -ls GRIBFILE* >& gribfile.txt
 
Top