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 1705 for trunk/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2009-11-03T17:37:00+01:00 (14 years ago)
Author:
smasson
Message:

impact of HF winds in TKE, see ticket:585

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbccpl.F90

    r1698 r1705  
    419419      !                                                      ! ------------------------- ! 
    420420      srcv(jpr_taum)%clname = 'O_TauMod'   ;   IF( TRIM(cn_rcv_taumod) == 'coupled' )   srcv(jpr_taum)%laction = .TRUE. 
     421      lhftau = srcv(jpr_taum)%laction 
    421422 
    422423#if defined key_cpl_carbon_cycle 
     
    693694         taum(:,:) = frcv(:,:,jpr_taum) 
    694695         wndm(:,:) = frcv(:,:,jpr_w10m) 
     696         CALL iom_put( "taum_oce", taum )   ! output wind stress module 
    695697         !   
    696698      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.