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 4571 – NEMO

Changeset 4571


Ignore:
Timestamp:
2014-03-26T09:10:17+01:00 (10 years ago)
Author:
pabouttier
Message:

Added missing initialization of zprec in day_adj (daymod_tam.F90 module), see Ticket #1268

File:
1 edited

Legend:

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

    r3611 r4571  
    178178      REAL(wp)           ::   zprec      ! fraction of day corresponding to 0.1 second 
    179179      !!---------------------------------------------------------------------- 
    180  
     180      zprec = 0.1 / rday 
    181181      !                                                 ! New time-step 
    182182      nsec_year  = nsec_year  - ndt 
Note: See TracChangeset for help on using the changeset viewer.