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.
#1442 (Variable 'nsec1jan000' is not updated during the adjoint time step) – NEMO

Opened 9 years ago

Closed 9 years ago

Last modified 2 years ago

#1442 closed Bug (fixed)

Variable 'nsec1jan000' is not updated during the adjoint time step

Reported by: sam Owned by: pabouttier
Priority: low Milestone:
Component: TAM Version: v3.4
Severity: Keywords: TAM v3.4
Cc:

Description

In subroutine 'day_adj' of module 'daymod_tam', no update of the variable 'nsec1jan000' takes place when the date changes to the preceding year.

Commit History (2)

ChangesetAuthorTimeChangeLog
5192pabouttier2015-04-02T06:07:52+02:00

Fix wrong update of nsec1jan000 in DOM/daymod_tam.F90; See Ticket #1442

5156pabouttier2015-03-18T12:30:16+01:00

Update nsec1jan000 in day_adj in damod_tam.F90 module; See Ticket #1442

Change History (9)

comment:1 Changed 9 years ago by clevy

  • Owner changed from NEMO team to pabouttier

comment:2 Changed 9 years ago by bouttier

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

comment:3 Changed 9 years ago by sam

  • Resolution fixed deleted
  • Status changed from closed to reopened

The number of days of the preceding year ('nyear_len(0)') should be used to update 'nsec1jan000' (currently, 'nyear_len(1)' is used).

comment:4 Changed 9 years ago by bouttier

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

comment:5 Changed 8 years ago by nicolasmartin

  • Keywords TAM added

comment:6 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_4* added

comment:7 Changed 6 years ago by nemo

  • Keywords release-3.4* added; nemo_v3_4* removed

comment:8 Changed 6 years ago by nemo

  • Keywords release-3.4* removed

comment:9 Changed 2 years ago by nemo

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