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 959 for trunk/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2008-05-15T12:12:57+02:00 (16 years ago)
Author:
cetlod
Message:

call the routine sbc_ice_lim with the right arguments if key_lim3 not activated, see ticket 148

File:
1 edited

Legend:

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

    r921 r959  
    668668   !!---------------------------------------------------------------------- 
    669669CONTAINS 
    670    SUBROUTINE sbc_ice_lim ( kt, kblk )     ! Dummy routine 
    671       WRITE(*,*) 'sbc_ice_lim: You should not have seen this print! error?', kt, kblk 
     670   SUBROUTINE sbc_ice_lim ( kt, kblk, kico )     ! Dummy routine 
     671      WRITE(*,*) 'sbc_ice_lim: You should not have seen this print! error?', kt, kblk, kico 
    672672   END SUBROUTINE sbc_ice_lim 
    673673#endif 
Note: See TracChangeset for help on using the changeset viewer.