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 8637 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice.F90 – NEMO

Ignore:
Timestamp:
2017-10-18T19:14:32+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.3 - phasing with updated branch dev_r8183_ICEMODEL revision 8626

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice.F90

    r8586 r8637  
    1616   !!---------------------------------------------------------------------- 
    1717   USE oce             ! ocean dynamics and tracers variables 
    18    USE ice             ! LIM_3 ice variables 
    19    USE icevar 
    20    USE icectl 
     18   USE ice             ! sea-ice: variables 
     19   USE icevar          ! sea-ice: operations 
     20   USE iceitd          ! sea-ice: rebining 
     21   USE icectl          ! sea-ice: control prints 
    2122   USE phycst          ! physical constant 
    2223   USE eosbn2          ! equation of state 
     
    3940 
    4041   !!---------------------------------------------------------------------- 
    41    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     42   !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
    4243   !! $Id: bdyice.F90 8306 2017-07-10 10:18:03Z clem $ 
    4344   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     
    249250      END DO !jl 
    250251      ! 
     252      ! --- In case categories are out of bounds, do a remapping --- ! 
     253      !     i.e. inputs have not the same ice thickness distribution  
     254      !          (set by rn_himean) than the regional simulation 
     255      IF( jpl > 1 )   CALL ice_itd_reb( kt ) 
    251256      !       
    252257      IF( nn_timing == 1 )   CALL timing_stop('bdy_ice_frs') 
     
    273278      !!------------------------------------------------------------------------------ 
    274279      ! 
    275       IF( nn_timing == 1 ) CALL timing_start('bdy_ice_dyn') 
     280      IF( ln_timing )  CALL timing_start('bdy_ice_dyn') 
    276281      ! 
    277282      DO ib_bdy=1, nb_bdy 
     
    350355      END DO 
    351356      ! 
    352       IF( nn_timing == 1 ) CALL timing_stop('bdy_ice_dyn') 
     357      IF( ln_timing )  CALL timing_stop('bdy_ice_dyn') 
    353358      ! 
    354359    END SUBROUTINE bdy_ice_dyn 
Note: See TracChangeset for help on using the changeset viewer.