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 14741 – NEMO

Changeset 14741


Ignore:
Timestamp:
2021-04-23T12:24:01+02:00 (3 years ago)
Author:
dancopsey
Message:

Revert to original setting for sea_ice/iceberg drag (0.9).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_bouncing_icebergs/src/OCE/ICB/icb_oce.F90

    r14740 r14741  
    104104   REAL(wp), PUBLIC, PARAMETER :: pp_Cd_wv = 0.9_wp      !: (Vertical) Drag coefficient between bergs and ocean 
    105105   REAL(wp), PUBLIC, PARAMETER :: pp_Cd_wh = 0.0012_wp   !: (lateral ) Drag coefficient between bergs and ocean  
    106    REAL(wp), PUBLIC, PARAMETER :: pp_Cd_iv = 0.0_wp      !: (Vertical) Drag coefficient between bergs and sea-ice 
     106   REAL(wp), PUBLIC, PARAMETER :: pp_Cd_iv = 0.9_wp      !: (Vertical) Drag coefficient between bergs and sea-ice 
    107107!TOM> no horizontal drag for sea ice! real, PARAMETER :: pp_Cd_ih=0.0012 ! (lateral) Drag coeff. between bergs and sea-ice 
    108108 
Note: See TracChangeset for help on using the changeset viewer.