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

Ignore:
Timestamp:
2020-09-16T18:37:46+02:00 (4 years ago)
Author:
dancopsey
Message:

Undo last change.

File:
1 edited

Legend:

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

    r13454 r13478  
    14691469      !                    !==  Set the barotropic drag coef.  ==! 
    14701470      ! 
    1471       IF( ln_isfcav.OR.ln_drgice_imp ) THEN          ! top+bottom friction (ocean cavities) 
     1471      IF( ln_isfcav ) 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.OR.ln_drgice_imp ) THEN 
     1534      IF( ln_isfcav ) 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.