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.
Ticket Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #2130


Ignore:
Timestamp:
2018-09-11T20:12:57+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2130 – Description

    initial v1  
    55== Analysis 
    66 
    7 https://forge.ipsl.jussieu.fr/nemo/browser/NEMO/trunk/src/OCE/DOM/daymod.F90?rev=10068#L95 is written as if nn_time0 was 'HH' (as in a previous version of this code) rather than 'HHMM' as in the version committed to the trunk. 
     7source:/NEMO/trunk/src/OCE/DOM/daymod.F90?rev=10068#L95 is written as if nn_time0 was 'HH' (as in a previous version of this code) rather than 'HHMM' as in the version committed to the trunk. 
    88 
    99== Fix 
     
    1111Replace this line with 
    1212 
    13    {{{#!f 
     13{{{#!f 
    1414      IF( nhour*3600 + nminute*60 - ndt05 .lt. 0 ) fjulday = fjulday + 1.                    ! move back to the day at nit000 (and not at nit000 - 1) 
    15    }}} 
     15}}} 
    1616