New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2561 (Running SI3 without dynamics (ln_icedyn=F) fails) – NEMO

Opened 4 years ago

Closed 4 years ago

#2561 closed Defect (fixed)

Running SI3 without dynamics (ln_icedyn=F) fails

Reported by: clem Owned by: systeam
Priority: low Milestone:
Component: SI3 Version:
Severity: minor Keywords:
Cc:

Description

This ticket only concerns SI3 users who are willing to debug or test the code.
Running SI3 without dynamics (ln_icedyn=F) has been broken since r4.0.3 and the introduction of implicit ice-ocean drags.

Fix:

In icestp.F90, this call:

      IF( ln_icedyn )   CALL ice_update_tau( kt, ub(:,:,1), vb(:,:,1) )   ! -- update surface ocean stresses

must be replaced by:

                        CALL ice_update_tau( kt, ub(:,:,1), vb(:,:,1) )   ! -- update surface ocean stresses

Commit History (2)

ChangesetAuthorTimeChangeLog
13721clem2020-11-03T12:06:03+01:00

trunk: fix ticket #2561

13720clem2020-11-03T12:05:41+01:00

4.0-HEAD: fix ticket #2561

Change History (3)

comment:1 Changed 4 years ago by clem

In 13720:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 4 years ago by clem

In 13721:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:3 Changed 4 years ago by clem

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.