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 8409 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icerhg_evp.F90 – NEMO

Ignore:
Timestamp:
2017-08-07T17:29:21+02:00 (7 years ago)
Author:
clem
Message:

change calls in icestp.F90 for advection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icerhg_evp.F90

    r8407 r8409  
    2424   USE sbc_ice , ONLY : utau_ice, vtau_ice, snwice_mass, snwice_mass_b 
    2525   USE ice            ! ice variables 
    26    USE limitd_me      ! ice strength 
     26   USE icerdgrft      ! ice strength 
    2727   ! 
    2828   USE lbclnk         ! Lateral Boundary Condition / MPP link 
     
    229229 
    230230      ! Ice strength 
    231       CALL lim_itd_me_icestrength( nn_icestr ) 
     231      CALL ice_rdgrft_icestrength( nn_icestr ) 
    232232 
    233233      ! scale factors 
Note: See TracChangeset for help on using the changeset viewer.