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 7777 for trunk/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2017-03-09T15:19:04+01:00 (7 years ago)
Author:
clem
Message:

fix for ticket #1765

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r7761 r7777  
    675675   !!---------------------------------------------------------------------- 
    676676CONTAINS 
     677   ! 
    677678   SUBROUTINE sbc_ice_lim ( kt, ksbc )     ! Dummy routine 
     679      INTEGER, INTENT(in) ::   kt, ksbc 
    678680      WRITE(*,*) 'sbc_ice_lim: You should not have seen this print! error?', kt 
    679681   END SUBROUTINE sbc_ice_lim 
     682   ! 
    680683   SUBROUTINE sbc_lim_init                 ! Dummy routine 
    681684   END SUBROUTINE sbc_lim_init 
Note: See TracChangeset for help on using the changeset viewer.