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 10403 for branches/UKMO/dev_r10171_test_crs_AMM7/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2018-12-17T18:06:43+01:00 (5 years ago)
Author:
cmao
Message:

Add IMPLICIT NONE statements to branch following changeset 9578 for branch dev_55518_GO6_package_rigorous_compile_fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r10171_test_crs_AMM7/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r10207 r10403  
    650650CONTAINS 
    651651   SUBROUTINE sbc_ice_lim ( kt, kblk )     ! Dummy routine 
    652       INTEGER, INTENT(in) ::   kt, kblk 
     652   IMPLICIT NONE 
     653      INTEGER, INTENT(in) ::   kt      ! ocean time step 
     654      INTEGER, INTENT(in) ::   kblk    ! type of bulk (=3 CLIO, =4 CORE, =5 COUPLED) 
    653655      WRITE(*,*) 'sbc_ice_lim: You should not have seen this print! error?', kt, kblk 
    654656   END SUBROUTINE sbc_ice_lim 
    655657   SUBROUTINE sbc_lim_init                 ! Dummy routine 
     658   IMPLICIT NONE 
    656659   END SUBROUTINE sbc_lim_init 
    657660#endif 
Note: See TracChangeset for help on using the changeset viewer.