lijimdavid
New member
I have a couple of issues in getting the files created while running ungrib.exe.
I am using the GFS0p5fcst files at 00, 06, 12, and 18 hours.
1. What I understand from the code is the date and time are read from the grib2 file. For example, even though the file name is for 06 hours, the time is 09 hours (for 2015-01-10). Therefore, the file FILE:2015-01-10_06 is not created. The code has an option to create the file at 06 hours using the surrounding files at 00 and 09 hours, which it fails to do.
2. What should be done if one of the four grib2 files are missing?
Thank you.
I am using the GFS0p5fcst files at 00, 06, 12, and 18 hours.
1. What I understand from the code is the date and time are read from the grib2 file. For example, even though the file name is for 06 hours, the time is 09 hours (for 2015-01-10). Therefore, the file FILE:2015-01-10_06 is not created. The code has an option to create the file at 06 hours using the surrounding files at 00 and 09 hours, which it fails to do.
2. What should be done if one of the four grib2 files are missing?
Thank you.