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 7962 for branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2017-04-24T18:16:45+02:00 (7 years ago)
Author:
jwhile
Message:

Undoing accidental commit

Location:
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r7941 r7962  
    766766         !   
    767767      ENDIF 
     768      ! Perhaps the following call should be in step 
     769      IF   ( ln_seaiceinc  )   CALL seaice_asm_inc ( kt )   ! apply sea ice concentration increment 
    768770      ! 
    769771   END SUBROUTINE tra_asm_inc 
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/step.F90

    r7941 r7962  
    117117      END DO 
    118118 
    119       IF( ln_seaiceinc ) & 
    120          &               CALL seaice_asm_inc ( kstp ) ! setup sea ice concentration increment 
    121119                         CALL sbc    ( kstp )         ! Sea Boundary Condition (including sea-ice) 
    122120                                                      ! clem: moved here for bdy ice purpose 
Note: See TracChangeset for help on using the changeset viewer.