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.
#2136 (model crashes ( ssh or velocity ) when lupkes 2015 drag is activated) – NEMO

Opened 6 years ago

Closed 5 years ago

#2136 closed Bug (fixed)

model crashes ( ssh or velocity ) when lupkes 2015 drag is activated

Reported by: cbricaud Owned by: systeam
Priority: low Milestone:
Component: SBC Version: trunk
Severity: minor Keywords:
Cc:

Description

BE CAREFUL !!! Due to dynamic behaviour of this ticket creation page, it is highly recommend to set first all other fields before writing the ticket description below.
If you have lost your draft after an unwanted reload, you can click on the link 'Restore Form' in the contextual menu upper right to recover it.

Context

activate lupkes 2015 sea-ice drag

crash after one time step

Analysis

at the first time-step, tm_su(:,:) is not computed

tm_su is computed in ice_var_agg ( with option kn> 1 )

but ice_var_agg (2) is called after ice_forcing_tau in ice_stp

Fix

add a call to ice_var_agg(2) in ice_init
but this call will create another crash : it uses t_si(:,:,:) which is not initialized
so we need to add t_si(:,:,:) = rt0 in iceistate

...

Commit History (1)

ChangesetAuthorTimeChangeLog
10511clem2019-01-14T19:21:49+01:00

solve crash issue when using lupkes2015 for the drags (see ticket #2136)

Change History (2)

comment:1 Changed 5 years ago by clem

In 10511:

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

comment:2 Changed 5 years ago by clem

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