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 9905 for NEMO/trunk/src/OCE/BDY/bdyice.F90 – NEMO

Ignore:
Timestamp:
2018-07-09T15:39:26+02:00 (6 years ago)
Author:
clem
Message:

correct BDY ice in case the model runs with only 1 ice category

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/BDY/bdyice.F90

    r9890 r9905  
    5858      !!---------------------------------------------------------------------- 
    5959      ! 
    60       IF( ln_timing )   CALL timing_start('bdy_ice') 
     60      IF( ln_timing )   CALL timing_start('bdy_ice_thd') 
    6161      ! 
    6262      CALL ice_var_glo2eqv 
     
    7979      ! 
    8080      IF( ln_icectl )   CALL ice_prt( kt, iiceprt, jiceprt, 1, ' - ice thermo bdy - ' ) 
    81       IF( ln_timing )   CALL timing_stop('bdy_ice') 
     81      IF( ln_timing )   CALL timing_stop('bdy_ice_thd') 
    8282      ! 
    8383   END SUBROUTINE bdy_ice 
     
    281281      REAL(wp) ::   zmsk1, zmsk2, zflag 
    282282      !!------------------------------------------------------------------------------ 
     283      IF( ln_timing )   CALL timing_start('bdy_ice_dyn') 
    283284      ! 
    284285      DO jbdy=1, nb_bdy 
     
    349350      END DO 
    350351      ! 
     352      IF( ln_timing )   CALL timing_stop('bdy_ice_dyn') 
     353      ! 
    351354    END SUBROUTINE bdy_ice_dyn 
    352355 
Note: See TracChangeset for help on using the changeset viewer.