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/bdydyn3d.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/bdydyn3d.F90

    r6486 r9563  
    309309CONTAINS 
    310310   SUBROUTINE bdy_dyn3d( kt )      ! Empty routine 
    311       WRITE(*,*) 'bdy_dyn3d: You should not have seen this print! error?', kt 
     311    INTEGER, INTENT( in ) :: kt     ! Main time step counter 
     312    WRITE(*,*) 'bdy_dyn3d: You should not have seen this print! error?', kt 
    312313   END SUBROUTINE bdy_dyn3d 
    313314 
    314315   SUBROUTINE bdy_dyn3d_dmp( kt )      ! Empty routine 
    315       WRITE(*,*) 'bdy_dyn3d_dmp: You should not have seen this print! error?', kt 
     316    INTEGER, INTENT( in ) :: kt     ! Main time step counter 
     317    WRITE(*,*) 'bdy_dyn3d_dmp: You should not have seen this print! error?', kt 
    316318   END SUBROUTINE bdy_dyn3d_dmp 
    317319 
Note: See TracChangeset for help on using the changeset viewer.