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.
#1192 (bug in sbcice_lim_2 woth ninfo) – NEMO

Opened 11 years ago

Closed 11 years ago

Last modified 2 years ago

#1192 closed Bug (fixed)

bug in sbcice_lim_2 woth ninfo

Reported by: cbricaud Owned by: nemo
Priority: low Milestone:
Component: LIM2 Version: v3.6
Severity: Keywords: LIM* v3.6
Cc:

Description

In sbcice_lim_2.F90, whe have:

IF( ( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 ) .AND. .NOT. lk_mpp ) &

& CALL lim_dia_2 ( kt ) ! Ice Diagnostics

ninfo takes a value only when we are in lim_dia_init_2.
but we enter in lim_dia_init_2 in lim_dia_2 at nit000.

Solution:
put the call to lim_dia_init_2 in iceini_2.

Commit History (0)

(No commits)

Change History (5)

comment:1 Changed 11 years ago by cbricaud

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

change commited at rev 4325

comment:2 Changed 7 years ago by nemo

  • Keywords LIM* added

comment:3 Changed 7 years ago by nemo

  • Keywords release-3.6* added

comment:4 Changed 7 years ago by nemo

  • Keywords release-3.6* removed

comment:5 Changed 2 years ago by nemo

  • Keywords v3.6 added
Note: See TracTickets for help on using tickets.