#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
5192 | pabouttier | 2015-04-02T06:07:52+02:00 | Fix wrong update of nsec1jan000 in DOM/daymod_tam.F90; See Ticket #1442 |
5156 | pabouttier | 2015-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 10 years ago by clevy
- Owner changed from NEMO team to pabouttier
comment:2 Changed 10 years ago by bouttier
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 10 years ago by sam
- Resolution fixed deleted
- Status changed from closed to reopened
comment:4 Changed 10 years ago by bouttier
- Resolution set to fixed
- Status changed from reopened to closed
comment:5 Changed 9 years ago by nicolasmartin
- Keywords TAM added
comment:6 Changed 9 years ago by nicolasmartin
- Keywords nemo_v3_4* added
comment:7 Changed 7 years ago by nemo
- Keywords release-3.4* added; nemo_v3_4* removed
comment:8 Changed 7 years ago by nemo
- Keywords release-3.4* removed
comment:9 Changed 3 years ago by nemo
- Keywords v3.4 added
Note: See
TracTickets for help on using
tickets.
The number of days of the preceding year ('nyear_len(0)') should be used to update 'nsec1jan000' (currently, 'nyear_len(1)' is used).