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 9578 for branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90 – NEMO

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

Added implicit none statements to branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90

    r9563 r9578  
    15761576CONTAINS 
    15771577   SUBROUTINE zdf_kpp_init           ! Dummy routine 
     1578   IMPLICIT NONE 
    15781579      WRITE(*,*) 'zdf_kpp_init: You should not have seen this print! error?' 
    15791580   END SUBROUTINE zdf_kpp_init 
    15801581   SUBROUTINE zdf_kpp( kt )          ! Dummy routine 
     1582   IMPLICIT NONE 
    15811583      INTEGER, INTENT( in  ) ::   kt   ! ocean time step 
    15821584      WRITE(*,*) 'zdf_kpp: You should not have seen this print! error?', kt 
    15831585   END SUBROUTINE zdf_kpp 
    15841586   SUBROUTINE tra_kpp( kt )          ! Dummy routine 
     1587   IMPLICIT NONE 
    15851588      INTEGER, INTENT( in  ) ::   kt   ! ocean time step 
    15861589      WRITE(*,*) 'tra_kpp: You should not have seen this print! error?', kt 
    15871590   END SUBROUTINE tra_kpp 
    15881591   SUBROUTINE trc_kpp( kt )          ! Dummy routine 
     1592   IMPLICIT NONE 
    15891593      INTEGER, INTENT( in  ) ::   kt   ! ocean time step 
    15901594      WRITE(*,*) 'trc_kpp: You should not have seen this print! error?', kt 
Note: See TracChangeset for help on using the changeset viewer.