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 8752 for branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/NEMO/OPA_SRC/BDY – NEMO

Ignore:
Timestamp:
2017-11-20T13:54:32+01:00 (7 years ago)
Author:
dancopsey
Message:

Merged in main ICEMODEL branch (branches/2017/dev_r8183_ICEMODEL) from revision 8587 to 8726.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice.F90

    r8738 r8752  
    1919   USE eosbn2          ! equation of state 
    2020   USE oce             ! ocean dynamics and tracers variables 
    21    USE ice             ! LIM_3 ice variables 
    22    USE icevar 
    23    USE icectl 
     21   USE ice             ! sea-ice: variables 
     22   USE icevar          ! sea-ice: operations 
     23   USE iceitd          ! sea-ice: rebining 
     24   USE icectl          ! sea-ice: control prints 
    2425   USE par_oce         ! ocean parameters 
    2526   USE dom_oce         ! ocean space and time domain variables  
     
    7172      END DO 
    7273      ! 
    73                         CALL ice_var_zapsmall 
    74                         CALL ice_var_agg(1) 
     74      CALL ice_var_zapsmall 
     75      CALL ice_var_agg(1) 
    7576      IF( ln_icectl )   CALL ice_prt( kt, iiceprt, jiceprt, 1, ' - ice thermo bdy - ' ) 
    7677      ! 
     
    248249      END DO !jl 
    249250      ! 
     251      ! --- In case categories are out of bounds, do a remapping --- ! 
     252      !     i.e. inputs have not the same ice thickness distribution  
     253      !          (set by rn_himean) than the regional simulation 
     254      IF( jpl > 1 )   CALL ice_itd_reb( kt ) 
    250255      !       
    251256      IF( nn_timing == 1 )   CALL timing_stop('bdy_ice_frs') 
Note: See TracChangeset for help on using the changeset viewer.