Open aekiss opened 6 years ago
As the offending code is within the model initialization, I wonder what you mean by
"occur in the first few minutes before any output diagnostics are output."
These lines of code should only be accessed during model initialization.
I meant the first few minutes of walltime, ie in initialization.
As the offending code is within the model initialization, I wonder what you mean by
"occur in the first few minutes before any output diagnostics are output."
These lines of code should only be accessed during model initialization.
Ok, so that is odd. It does appear to be a system issue, no? As this line of code looks innocent, I wonder where the actual problem might be. Do you have a strategy for uncovering the issue?
Hi Andrew, I am also getting a floating-point exception issue during the model initialization. Could you please let me know, how you have resolved the issue?
https://gist.github.com/shweta121sharma/b5c46fec57b68c801c1c9e285da36ae3
Hi @shweta121sharma Your error crops up due to a negative salinity occurring and is unrelated to the error here. Check that there are no negative salinities in your initial restart file including missing values. The initialisation can do some vertical interpolation in topog.F90 and you get negatives creeping into the wet ocean. I got caught with this interpolating WOA13 to a fine grid and didn't quite fill enough points.
Also these errors like yours are better first reported to the MOM mailing list (this is best) as others may have experienced it or on one of the ARCCSS slack channels. If there is an issue with the code we can progress it to here on github.
Just noting here a floating point exception I have encountered 3 times in access-om2-01 with
fms_ACCESS-OM_afe80bfd.x
since September. These are non-reproducible crashes that occur in the first few minutes before any output diagnostics are output. It generally works the second time when I resubmit the same job.the offending line 786 is