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.
#295 (For LIM 3.0, use 2 different names for the same parameter nn_ico_cpl and its argument name kico) – NEMO

Opened 15 years ago

Closed 15 years ago

Last modified 2 years ago

#295 closed Bug (fixed)

For LIM 3.0, use 2 different names for the same parameter nn_ico_cpl and its argument name kico

Reported by: ctlod Owned by: nemo
Priority: lowest Milestone:
Component: LIM3 Version: v3.0
Severity: Keywords: LIM* v3.0
Cc:

Description

in the module sbcice_lim.F90, the call to lim_sbc_tau to update ocean/sea-ice stress appears twice
we have in serial first
IF( ln_limdyn .AND. kico == 0 ) &
CALL lim_sbc_tau( kt, kico )
and further
IF( ln_limdyn .AND. nn_ico_cpl /= 0 ) &
CALL lim_sbc_tau( kt, nn_ico_cpl )
which is a bit confusing.

To clarify this, parameter name kico must be used in all cases in this module

Commit History (1)

ChangesetAuthorTimeChangeLog
1240ctlod2008-12-31T12:02:34+01:00

replace nn_ico_cpl by kico name to be coherent, see ticket: #295

Change History (5)

comment:1 Changed 15 years ago by ctlod

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

comment:2 Changed 6 years ago by nemo

  • Keywords LIM* added

comment:3 Changed 6 years ago by nemo

  • Keywords release-3.0 added

comment:4 Changed 2 years ago by nemo

  • Keywords r3.0 added; release-3.0 removed

comment:5 Changed 2 years ago by nemo

  • Keywords v3.0 added; r3.0 removed
Note: See TracTickets for help on using tickets.