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 2884 for branches/2011/dev_r2802_UKMO8_cice/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90 – NEMO

Ignore:
Timestamp:
2011-10-03T12:11:05+02:00 (13 years ago)
Author:
charris
Message:

#662 Tidying + changes to make sure NEMO-CICE model will compile OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_UKMO8_cice/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r2874 r2884  
    576576 
    577577#else 
    578    SUBROUTINE cice_sbc_hadgam (kt)    ! Dummy routine 
    579       INTEGER, INTENT( in  ) ::   kt ! ocean time step 
     578   SUBROUTINE cice_sbc_hadgam( kt )    ! Dummy routine 
     579      INTEGER, INTENT( in  ) ::   kt   ! ocean time step 
    580580      WRITE(*,*) 'cice_sbc_hadgam: You should not have seen this print! error?' 
    581581   END SUBROUTINE cice_sbc_hadgam 
Note: See TracChangeset for help on using the changeset viewer.