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 15668 for NEMO/branches/UKMO/NEMO_4.0.4_GO6_mixing/src/OCE/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2022-01-24T15:52:46+01:00 (2 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.4_GO6_mixing : new option for htau profile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_GO6_mixing/src/OCE/DIA/diawri.F90

    r14075 r15668  
    4343   USE zdfdrg         ! ocean vertical physics: top/bottom friction 
    4444   USE zdfmxl         ! mixed layer 
     45   USE zdftke, ONLY: htau 
    4546   ! 
    4647   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
     
    229230      CALL iom_put( "avs" , avs )                  ! S vert. eddy diff. coef. 
    230231      CALL iom_put( "avm" , avm )                  ! T vert. eddy visc. coef. 
     232      CALL iom_put( "htau" , htau )                ! htau scaling 
    231233 
    232234      IF( iom_use('logavt') )   CALL iom_put( "logavt", LOG( MAX( 1.e-20_wp, avt(:,:,:) ) ) ) 
Note: See TracChangeset for help on using the changeset viewer.