Fortran runtime error: Bad integer while reading precipitation data #116
-
|
Hi mHM community, What are your suggestions to fix this problem? The images are attached below.
As always, thanks for your feedback! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi @klekarkar Thanks for sharing the issue. I have two suggestions:
Pallav |
Beta Was this translation helpful? Give feedback.
-
|
Hi @klekarkar Thanks for following my suggestions.
Let me know if you could progress with these hints. Regards p.s. Nice model setup by the way.
|
Beta Was this translation helpful? Give feedback.




Hi @klekarkar
Thanks for following my suggestions.
I checked your setup, mainly your meteo files and have the following suggestions:
The error that you are getting in this case is because mHM is getting confused while reading the reference time from your netcdf file. I am referring to the
time:unitsattribute. In your case it is :days since 1994-01-01T23:00:00.000000000. Please try to convert this todays since 1994-01-01 23:00:00. E.g., see the screenshot (test_domain data)Please ensure the
_FillValueandmissing_valueattributes fortavgandpetfollow what you have done forpre.nc. Due to the missing attributes/ correct attributes, your pet and temp data currently have-9999in t…