Hi,
I am doing an interannual run using ERA5 as BULK forcing with ONLINE.
All files for a year have been downloaded and are in the DATA directory, however for month 4 I get this message:
ONLINE_GET_BULK - ERROR: The dataset for the year 2021 month 5 is missing: T2M
Why the file has not been found?
1 Like
Aparies
2
Hello,
I have the same problem. If you managed to solve it, I’d be interested to know how.
Alice
Hi,
Have you used BULK_MONTH_1DIGIT ?
M or M0? (example 2021_M1 or 2021_M01)please check file name and change accordingly .
you may change (line-64)
write(unit=bulkmonth1,fmt='(I1)') bulkmonthnum(bvar)
to
write(unit=bulkmonth1,fmt='(I2)') bulkmonthnum(bvar)
I believe changing the file name will fix these issues.
for T2M month-5 (for interpolation you need before and after one month of data). please check .
Thank you!
Aparies
4
Thank you for your reply.
Indeed, my file was missing some data.
Alice
Try first with one domain. If you can run one domain with the ONLINE option the 1 digit issue is not a problem.
My error was in the croco.in.1, I had the wrong path for the ERA5 files. Please try again and share your croco.in and your croco.in.1 files