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 13454 for NEMO/branches/UKMO/NEMO_4.0.1_FKOSM_m11715/src/OCE/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2020-09-08T15:50:53+02:00 (4 years ago)
Author:
dancopsey
Message:

Merge in Catherine Guiavarch's change to implement implicit ice drag to improve stability. Her changes were implemented in:

https://code.metoffice.gov.uk/trac/roses-u/changeset?reponame=&new=161415%40b%2Fv%2F1%2F1%2F4&old=161163%40b%2Fv%2F1%2F1%2F4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_FKOSM_m11715/src/OCE/DYN/dynspg_ts.F90

    r11715 r13454  
    14691469      !                    !==  Set the barotropic drag coef.  ==! 
    14701470      ! 
    1471       IF( ln_isfcav ) THEN          ! top+bottom friction (ocean cavities) 
     1471      IF( ln_isfcav.OR.ln_drgice_imp ) THEN          ! top+bottom friction (ocean cavities) 
    14721472          
    14731473         DO jj = 2, jpjm1 
     
    15321532      !                    !==  TOP stress contribution from baroclinic velocities  ==!   (no W/D case) 
    15331533      ! 
    1534       IF( ln_isfcav ) THEN 
     1534      IF( ln_isfcav.OR.ln_drgice_imp ) THEN 
    15351535         ! 
    15361536         IF( ln_bt_fw ) THEN                ! FORWARD integration: use NOW top baroclinic velocity 
Note: See TracChangeset for help on using the changeset viewer.