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.
Changeset 5192 – NEMO

Changeset 5192


Ignore:
Timestamp:
2015-04-02T06:07:52+02:00 (9 years ago)
Author:
pabouttier
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPATAM_SRC/DOM/daymod_tam.F90

    r5156 r5192  
    201201               nday_year = nyear_len(0) 
    202202               nsec_year = nday_year * rday - ndt05 
    203                nsec1jan000 = nsec1jan000 - nsecd * nyear_len(1) 
     203               nsec1jan000 = nsec1jan000 - nsecd * nyear_len(0) 
    204204               IF( nleapy == 1 )   CALL day_mth 
    205205            ENDIF 
Note: See TracChangeset for help on using the changeset viewer.