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 · 5 comments
Open

NON FINITE DEPTH FOUND #23

yehaifengcaiji opened this issue May 30, 2024 · 5 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

@victorbka
Copy link

I'm having the same issue,May I ask how you resolved this issue

@yehaifengcaiji
Copy link
Author

I'm having the same issue,May I ask how you resolved this issue

Ok, I solved it by setting a sponge layer and changing the time step.

@victorbka
Copy link

I'm having the same issue,May I ask how you resolved this issue我遇到了同样的问题,请问您是怎么解决这个问题的

Ok, I solved it by setting a sponge layer and changing the time step.好的,我通过设置海绵层和更改时间步长解决了这个问题。

Oh,thanks you so much

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

4 participants