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 9932 for NEMO/trunk/src/OCE/ICB/icbclv.F90 – NEMO

Ignore:
Timestamp:
2018-07-11T18:12:44+02:00 (6 years ago)
Author:
acc
Message:

Some necessary (but not yet sufficient) changes to iceberg code to reinstate restartability. Details on ticket #2113

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ICB/icbclv.F90

    r9598 r9932  
    6363      berg_grid%calving_hflx(:,:) = src_calving_hflx(:,:) * tmask_i(:,:) 
    6464 
    65       IF( ll_first_call .AND. .NOT. l_restarted_bergs) THEN      ! This is a hack to simplify initialization 
     65      IF( ll_first_call .AND. .NOT. l_restarted_bergs ) THEN      ! This is a hack to simplify initialization 
    6666         ll_first_call = .FALSE. 
    6767         !do jn=1, nclasses 
     
    100100 
    101101 
    102    SUBROUTINE icb_clv() 
     102   SUBROUTINE icb_clv( kt ) 
    103103      !!---------------------------------------------------------------------- 
    104104      !!                 ***  ROUTINE icb_clv  *** 
     
    114114      !!                is considered 
    115115      !!---------------------------------------------------------------------- 
     116      INTEGER, INTENT(in) ::   kt 
    116117      INTEGER       ::   ji, jj, jn   ! dummy loop indices 
    117118      INTEGER       ::   icnt, icntmax 
Note: See TracChangeset for help on using the changeset viewer.