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

WAV/ICE coupling crashes upon restart #7

Closed
mvertens opened this issue Jul 4, 2023 · 0 comments
Closed

WAV/ICE coupling crashes upon restart #7

mvertens opened this issue Jul 4, 2023 · 0 comments
Assignees
Labels
bug fix Something isn't working

Comments

@mvertens
Copy link
Collaborator

mvertens commented Jul 4, 2023

Describe the bug
Running a configuration with wave/ice coupling - the model crashes upon restart.

It crashes in the following block of code:

    !
    ! 1.e Ice thickness interval
    !
    IF ( FLIC1 ) THEN
      IF ( TIC1(1) .GE. 0 ) THEN
        DTI10   = DSEC21 ( TIC1 , TI1 )
      ELSE
        DTI10   = 1.
      END IF
#ifdef W3_T
      WRITE (NDST,9015) DTI10
#endif
      IF ( DTI10 .LT. 0. ) THEN
        IF ( IAPROC .EQ. NAPERR ) WRITE (NDSE,1005)
        CALL EXTCDE ( 5 )
      END IF
    ELSE
      DTI10   = 0.
    END IF

Upon adding write statements it appears that TIC1 is not valid upon restart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant