Hello,
I’m creating a new river forcing dataset that includes a runoff depth variable. However, the model fails to read the rodepth
variable. The ocean.output
file ends at “==>>> runoffs depth read in a file”, and my log file shows a “Fortran runtime error: end of record”. I believe the issue is related to iom_get
reading the runoff depth variable in the corresponding file.
When I disable reading depth information (setting ln_rnf_depth
to false), the model runs normally.
I’ve removed all coordinate values and ensured the time dimension is unlimited. At first glance, it looks exactly like my old forcing files.
As the rodepth
value is constant in time, I’ve also tried creating it without the time dimension, but it doesn’t help.
Any assistance would be greatly appreciated. Thank you!
Mathurin
(See next post for ncdump/namelist sections)