#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13449 | gsamson | 2020-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 3 years ago by gsamson
comment:2 Changed 3 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 3 years ago by gsamson
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 20 months ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
In 13449: