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 4263 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90 – NEMO

Ignore:
Timestamp:
2013-11-19T17:57:17+01:00 (10 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC, #863. Fixes to allow successful compilation of ORCA2_LIM with key_dynspg_ts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90

    r4254 r4263  
    599599      WRITE(*,*) 'bdytide_update: You should not have seen this print! error?', kt, jit 
    600600   END SUBROUTINE bdytide_update 
    601    SUBROUTINE bdy_dta_tides( kt, jit )   ! Empty routine 
     601   SUBROUTINE bdy_dta_tides( kt, kit, time_offset )     ! Empty routine 
     602      INTEGER, INTENT( in )            ::   kt          ! Dummy argument empty routine       
     603      INTEGER, INTENT( in ),OPTIONAL   ::   kit         ! Dummy argument empty routine 
     604      INTEGER, INTENT( in ),OPTIONAL   ::   time_offset ! Dummy argument empty routine 
    602605      WRITE(*,*) 'bdy_dta_tides: You should not have seen this print! error?', kt, jit 
    603606   END SUBROUTINE bdy_dta_tides 
Note: See TracChangeset for help on using the changeset viewer.