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 10296 for branches/UKMO/dev_r5518_GO6_package_FOAMv14_bgcupdates2/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90 – NEMO

Ignore:
Timestamp:
2018-11-12T13:15:24+01:00 (5 years ago)
Author:
dford
Message:

Merge in revisions 8447:10159 of dev_r5518_GO6_package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_FOAMv14_bgcupdates2/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r9288 r10296  
    11811181 
    11821182   SUBROUTINE sbc_ice_cice ( kt, ksbc )     ! Dummy routine 
     1183      IMPLICIT NONE 
     1184      INTEGER, INTENT(in) ::   kt    ! ocean time-step index 
     1185      INTEGER, INTENT(in) ::   ksbc    ! surface forcing type 
    11831186      WRITE(*,*) 'sbc_ice_cice: You should not have seen this print! error?', kt 
    11841187   END SUBROUTINE sbc_ice_cice 
    11851188 
    11861189   SUBROUTINE cice_sbc_init (ksbc)    ! Dummy routine 
     1190      IMPLICIT NONE 
     1191      INTEGER, INTENT(in) ::   ksbc    ! surface forcing type 
    11871192      WRITE(*,*) 'cice_sbc_init: You should not have seen this print! error?' 
    11881193   END SUBROUTINE cice_sbc_init 
    11891194 
    11901195   SUBROUTINE cice_sbc_final     ! Dummy routine 
     1196      IMPLICIT NONE 
    11911197      WRITE(*,*) 'cice_sbc_final: You should not have seen this print! error?' 
    11921198   END SUBROUTINE cice_sbc_final 
Note: See TracChangeset for help on using the changeset viewer.