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 12953 for NEMO/branches/MOI/NEMO_4.03_IODRAG/src/OCE/ZDF/zdfphy.F90 – NEMO

Ignore:
Timestamp:
2020-05-19T15:59:10+02:00 (4 years ago)
Author:
jchanut
Message:

Add ice-ocean implicit drag as namelist option ln_drgice_imp, #2468

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/MOI/NEMO_4.03_IODRAG/src/OCE/ZDF/zdfphy.F90

    r11536 r12953  
    252252      ENDIF 
    253253      ! 
     254      IF ( ln_drgice_imp) THEN 
     255         IF ( ln_isfcav ) THEN 
     256            rCdU_top(:,:) = rCdU_top(:,:) + ssmask(:,:) * tmask(:,:,1) * rCdU_ice(:,:) 
     257         ELSE 
     258            rCdU_top(:,:) = rCdU_ice(:,:) 
     259         ENDIF 
     260      ENDIF 
     261      !  
    254262      !                       !==  Kz from chosen turbulent closure  ==!   (avm_k, avt_k) 
    255263      ! 
Note: See TracChangeset for help on using the changeset viewer.