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 6309 for trunk/NEMOGCM/NEMO/TOP_SRC/trcdta.F90 – NEMO

Ignore:
Timestamp:
2016-02-12T12:47:24+01:00 (8 years ago)
Author:
cetlod
Message:

trunk : bugfix on passive tracers damping, see ticket #1677

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/trcdta.F90

    r6140 r6309  
    159159 
    160160 
    161    SUBROUTINE trc_dta( kt, sf_dta, zrf_trfac ) 
     161   SUBROUTINE trc_dta( kt, sf_dta ) 
    162162      !!---------------------------------------------------------------------- 
    163163      !!                   ***  ROUTINE trc_dta  *** 
     
    171171      !! ** Action  :   sf_dta   passive tracer data on medl mesh and interpolated at time-step kt 
    172172      !!---------------------------------------------------------------------- 
    173       INTEGER                     , INTENT(in   ) ::   kt     ! ocean time-step 
     173      INTEGER                     , INTENT(in ) ::   kt     ! ocean time-step 
    174174      TYPE(FLD), DIMENSION(1)   , INTENT(inout) ::   sf_dta     ! array of information on the field to read 
    175       REAL(wp)                  , INTENT(in   ) ::   zrf_trfac  ! multiplication factor 
    176175      ! 
    177176      INTEGER ::   ji, jj, jk, jl, jkk, ik    ! dummy loop indices 
     
    237236         ENDIF 
    238237         ! 
    239          sf_dta(1)%fnow(:,:,:) = sf_dta(1)%fnow(:,:,:) * zrf_trfac   !  multiplicative factor 
    240          ! 
    241238      ENDIF 
    242239      ! 
Note: See TracChangeset for help on using the changeset viewer.