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.
#2518 (uninitialised mean sst and sss variables when using SAS and simplified ice restart) – NEMO

Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#2518 closed Bug (fixed)

uninitialised mean sst and sss variables when using SAS and simplified ice restart

Reported by: gsamson Owned by: gsamson
Priority: low Milestone:
Component: SAS Version: v4.0
Severity: minor Keywords: v4.0
Cc: clem, smasson

Description

Context & Analysis

In the particular case where SAS is used with a simplified ice restart (ln_iceini = .true. and nn_iceini_file = 1), sst_m and sss_m needed by ice_istate are yet not initialised.
Same problem with the trunk.

Fix

initialise sst_m and sss_m in ice_state_init or sbc_ssm_init before calling ice_istate

Commit History (1)

ChangesetAuthorTimeChangeLog
13449gsamson2020-09-03T16:40:10+02:00

add sst_m & sss_m init in ice_rst_read when using SAS + simplified ice restart; ticket #2518

Change History (4)

comment:1 Changed 4 years ago by gsamson

In 13449:

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

comment:2 Changed 4 years ago by gsamson

same bugfix will be applied and adapted to the trunk by Clem and Seb during the "ice" merge

comment:3 Changed 4 years ago by gsamson

  • Resolution set to fixed
  • Status changed from new to closed

comment:4 Changed 2 years ago by nemo

  • Keywords v4.0 added
Note: See TracTickets for help on using tickets.