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 1241 for trunk/NEMO/OPA_SRC/BDY/bdydta.F90 – NEMO

Ignore:
Timestamp:
2009-01-05T17:14:49+01:00 (15 years ago)
Author:
rblod
Message:

Fix a stupid bug for time splitting and ensure restartability for dynspg_ts in addition, see tickets #280 and #292

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/BDY/bdydta.F90

    r1146 r1241  
    669669      ! ********************************************* 
    670670 
    671       itimer = ((kt-1)-nit000+1)*rdt      ! current time in seconds for interpolation  
    672       itimer = itimer + jit*rdtbt         ! in non-climatological case 
     671      itimer = ((kt-1)-nit000+1)*rdt                      ! current time in seconds for interpolation  
     672      itimer = itimer + jit*rdt/REAL(nn_baro,wp)      ! in non-climatological case 
    673673 
    674674      IF ( ln_bdy_tides ) THEN 
Note: See TracChangeset for help on using the changeset viewer.