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 3078 for branches/2011/dev_UKM0_2011/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90 – NEMO

Ignore:
Timestamp:
2011-11-10T18:29:56+01:00 (12 years ago)
Author:
rfurner
Message:

ticket #885 small bug fix to bdydta, and changes to documentation and in-code comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_UKM0_2011/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90

    r3062 r3078  
    678678   !!---------------------------------------------------------------------- 
    679679CONTAINS 
    680    SUBROUTINE bdy_dta( kt, jit )              ! Empty routine 
     680   SUBROUTINE bdy_dta( kt, jit, time_offset ) ! Empty routine 
    681681      INTEGER, INTENT( in )           ::   kt     
    682682      INTEGER, INTENT( in ), OPTIONAL ::   jit    
     683      INTEGER, INTENT( in ), OPTIONAL ::   time_offset 
    683684      WRITE(*,*) 'bdy_dta: You should not have seen this print! error?', kt 
    684685   END SUBROUTINE bdy_dta 
Note: See TracChangeset for help on using the changeset viewer.