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
Identified in #27, but the goto continues are a bit more complicated to remove. In particular in mckpp_physics_ocnstep, it would require restructuring the WHILE loop:
DO WHILE flags
stuff
IF (L_KPP)
45 CONTINUE
stuff
IF (cond)
GOTO 45
END IF
stuff
END IF
END DO
The text was updated successfully, but these errors were encountered:
Identified in #27, but the goto continues are a bit more complicated to remove. In particular in
mckpp_physics_ocnstep
, it would require restructuring theWHILE
loop:The text was updated successfully, but these errors were encountered: