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.
#1433 (wrong computation of the F/M mass flux diagnostic fmmflx in LIM3) – NEMO

Opened 10 years ago

Closed 10 years ago

Last modified 7 years ago

#1433 closed Bug (fixed)

wrong computation of the F/M mass flux diagnostic fmmflx in LIM3

Reported by: cetlod Owned by: nemo
Priority: low Milestone:
Component: LIM3 Version: trunk
Severity: Keywords: LIM*
Cc:

Description

The freezing-melting mass flux diagnosed for biogeochemical model fmmflx, should be divided by the ice time-step rather than multiply to have it in kg/m2/s.

line 182 in LIM3 should be :
fmmflx(ji,jj) = - wfx_ice(ji,jj) * r1_rdtice

rather than
fmmflx(ji,jj) = - wfx_ice(ji,jj) * rdt_ice

Commit History (1)

ChangesetAuthorTimeChangeLog
5020cetlod2015-01-09T09:59:16+01:00

fix for freezing-melting flux for BGCM, see ticket #1433

Change History (2)

comment:1 Changed 10 years ago by cetlod

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

comment:2 Changed 7 years ago by nemo

  • Keywords LIM* added
Note: See TracTickets for help on using tickets.