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 9563 for branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90 – NEMO

Ignore:
Timestamp:
2018-05-08T15:48:00+02:00 (6 years ago)
Author:
stephenhaddad
Message:

MOCI #310: Update GO6 package branch to build with rigorous optimisation level compiler option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90

    r6487 r9563  
    614614   END SUBROUTINE bdytide_init 
    615615   SUBROUTINE bdytide_update( kt, jit )   ! Empty routine 
     616      INTEGER, INTENT( in )            ::   kt          ! Main timestep counter 
     617      INTEGER,INTENT(in),OPTIONAL      ::   jit         ! Barotropic timestep counter (for timesplitting option) 
    616618      WRITE(*,*) 'bdytide_update: You should not have seen this print! error?', kt, jit 
    617619   END SUBROUTINE bdytide_update 
     
    620622      INTEGER, INTENT( in ),OPTIONAL   ::   kit         ! Dummy argument empty routine 
    621623      INTEGER, INTENT( in ),OPTIONAL   ::   time_offset ! Dummy argument empty routine 
    622       WRITE(*,*) 'bdy_dta_tides: You should not have seen this print! error?', kt, jit 
     624      WRITE(*,*) 'bdy_dta_tides: You should not have seen this print! error?', kt, kit 
    623625   END SUBROUTINE bdy_dta_tides 
    624626#endif 
Note: See TracChangeset for help on using the changeset viewer.