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 10679 for NEMO/branches/2019/fix_ticket2238_solution2/src/OCE/ICB/icbstp.F90 – NEMO

Ignore:
Timestamp:
2019-02-14T14:11:43+01:00 (5 years ago)
Author:
mathiot
Message:

branch for solution 2 of ticket #2238

Location:
NEMO/branches/2019/fix_ticket2238_solution2
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_ticket2238_solution2/src/OCE/ICB/icbstp.F90

    r10570 r10679  
    2929   USE icbclv         ! iceberg: calving routines 
    3030   USE icbthm         ! iceberg: thermodynamics routines 
    31    USE icblbc         ! iceberg: lateral boundary routines (including mpp) 
    3231   USE icbtrj         ! iceberg: trajectory I/O routines 
    3332   USE icbdia         ! iceberg: budget 
     
    9190 9100 FORMAT('kt= ',i8, ' day= ',i8,' secs=',i8) 
    9291      ! 
    93       !                                   !* copy nemo forcing arrays into iceberg versions with extra halo 
    94       CALL icb_utl_copy()                 ! only necessary for variables not on T points 
    95       ! 
    96       ! 
    9792      !                       !==  process icebergs  ==! 
    9893      !                              ! 
     
    10499      !                       !==  For each berg, evolve  ==! 
    105100      ! 
    106       IF( ASSOCIATED(first_berg) )   CALL icb_dyn( kt )       ! ice berg dynamics 
    107  
    108       IF( lk_mpp ) THEN   ;          CALL icb_lbc_mpp()       ! Send bergs to other PEs 
    109       ELSE                ;          CALL icb_lbc()           ! Deal with any cyclic boundaries in non-mpp case 
    110       ENDIF 
     101                                     CALL icb_dyn( kt )       ! ice berg dynamics 
    111102 
    112103      IF( ASSOCIATED(first_berg) )   CALL icb_thm( kt )       ! Ice berg thermodynamics (melting) + rolling 
Note: See TracChangeset for help on using the changeset viewer.