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

Ignore:
Timestamp:
2017-07-12T15:36:28+02:00 (7 years ago)
Author:
clem
Message:

STEP3 (2): clean separation between sea-ice and ocean

File:
1 edited

Legend:

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

    r8319 r8324  
    1919   !!---------------------------------------------------------------------- 
    2020   USE phycst         ! Physical constant 
    21    USE oce     , ONLY :  snwice_mass, snwice_mass_b 
    2221   USE par_oce        ! Ocean parameters 
    2322   USE dom_oce        ! Ocean domain 
    2423   USE sbc_oce , ONLY : ln_ice_embd, nn_fsbc, ssh_m 
    25    USE sbc_ice , ONLY : utau_ice, vtau_ice 
     24   USE sbc_ice , ONLY : utau_ice, vtau_ice, snwice_mass, snwice_mass_b 
    2625   USE ice            ! ice variables 
    2726   USE limitd_me      ! ice strength 
Note: See TracChangeset for help on using the changeset viewer.