You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @yehaifengcaiji@snaled Are you using ssh assimilation? I Thing this is related to having nans in the input file, check the mod_utils.F file:
# if !defined (GFORTRAN) && !defined (ABSOFT)
IF(ISNAN(RBUF))THEN
IF (PRESENT(MSG)) THEN
CALL FATAL_ERROR("SHUTDOWN_CHECK FOUND NON FINITE VALUE:",&
& MSG )
ELSE
CALL FATAL_ERROR('NON FINITE VALUE (DEPTH?) FOUND',&
& 'MODEL HAS BECOME UNSTABLE')
END IF
END IF
# else
Hi, when I run the fvcom, and report that:
NON FINITE DEPTH FOUND
FVCOM MODEL HAS BECOME UNSTABLE
Could you please help me?
Thanks,
Haifeng
The text was updated successfully, but these errors were encountered: