Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NON FINITE DEPTH FOUND #23

Open
yehaifengcaiji opened this issue May 30, 2024 · 2 comments
Open

NON FINITE DEPTH FOUND #23

yehaifengcaiji opened this issue May 30, 2024 · 2 comments

Comments

@yehaifengcaiji
Copy link

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

@snaled
Copy link

snaled commented Sep 29, 2024

I'm having the same issue. Pls did you solve it

@liesvyvall
Copy link

liesvyvall commented Oct 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants