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 5872 for branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90 – NEMO

Ignore:
Timestamp:
2015-11-09T19:20:54+01:00 (8 years ago)
Author:
djlea
Message:

Fixes to enable restartability for runs of less than one day.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r5075 r5872  
    1111   !!             -   ! 2010-05  (D. Lea)  add calc_month_len routine based on day_init  
    1212   !!            3.4  ! 2012-10  (A. Weaver and K. Mogensen) Fix for direct initialization 
    13    !!                 ! 2014-09  (D. Lea)  local calc_date removed use routine from OBS 
     13   !!                 ! 2014-09  (D. Lea)  Local calc_date removed use routine from OBS 
     14   !!                 ! 2015-11  (D. Lea)  Handle non-zero initial time of day 
    1415   !!---------------------------------------------------------------------- 
    1516 
     
    378379         ENDIF 
    379380 
    380          IF (     ( z_inc_dateb < ndastp + nn_time0*0.01_wp ) & 
     381         IF (     ( z_inc_dateb < ndastp + nn_time0*0.0001_wp ) & 
    381382            & .OR.( z_inc_datef > ditend_date ) ) & 
    382383            & CALL ctl_warn( ' Validity time of assimilation increments is ', & 
Note: See TracChangeset for help on using the changeset viewer.