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.
#710 (sbc_ana: emp/emps drift with time) – NEMO

Opened 14 years ago

Closed 14 years ago

#710 closed Bug (fixed)

sbc_ana: emp/emps drift with time

Reported by: dupontf Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.2
Severity: Keywords:
Cc:

Description

In sbcana.F90 tagged 1732, the value of qns, qsr, emp, emps are only set at kt=nit000 (line 90-93). This allows for a drift in emp/emps as these values are constantly modified afterwards by new increments and break the ability of a perfect restart.

For safety, I would suggest to move the lines 90-93 below the IF-condition on kt==nit000, so that the 4 fields are reset at the beginning of each time step.

Fred.

Commit History (1)

ChangesetAuthorTimeChangeLog
2147rblod2010-10-04T15:44:08+02:00

Minor bug in sbcana due do numerical precision, see ticket #710

Change History (1)

comment:1 Changed 14 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.