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 15008 for NEMO/branches/2021/ticket2680_C1D_PAPA/src/OCE/stpmlf.F90 – NEMO

Ignore:
Timestamp:
2021-06-17T12:11:24+02:00 (3 years ago)
Author:
gsamson
Message:

add dyn_dmp to mlf step; update dta_uvd interface; adapt istate accordingly & cleaning (#2680)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2680_C1D_PAPA/src/OCE/stpmlf.F90

    r14834 r15008  
    232232                         vv(:,:,:,Nrhs) = 0._wp 
    233233 
     234      IF( ln_dyndmp .AND. ln_c1d )  CALL dyn_dmp( kstp, Nbb, Nnn, uu(:,:,:,Nrhs), vv(:,:,:,Nrhs), Nrhs )   ! internal damping trends- momentum 
     235 
    234236      IF( ln_tile ) CALL dom_tile_start         ! [tiling] DYN tiling loop (1) 
    235237      DO jtile = 1, nijtile 
Note: See TracChangeset for help on using the changeset viewer.