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 14804 for NEMO – NEMO

Changeset 14804 for NEMO


Ignore:
Timestamp:
2021-05-07T13:14:41+02:00 (3 years ago)
Author:
francesca
Message:

remove traadv_mus_lf.F90 file - ticket #2607

Location:
NEMO/branches/2021/dev_r14393_HPC-03_Mele_Comm_Cleanup/src/OCE/TRA
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14393_HPC-03_Mele_Comm_Cleanup/src/OCE/TRA/traadv_mus.F90

    r14801 r14804  
    3131   USE lbclnk         ! ocean lateral boundary condition (or mpp link) 
    3232   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    33 #if defined key_loop_fusion 
    34    USE traadv_mus_lf  ! MUSCL    scheme            (tra_adv_mus  routine - loop fusion version) 
    35 #endif 
    3633 
    3734   IMPLICIT NONE 
     
    9693      !!---------------------------------------------------------------------- 
    9794      ! 
    98 #if defined key_loop_fusion 
    99       CALL tra_adv_mus_lf ( kt, nit000, cdtype, p2dt, pU, pV, pW, Kbb, Kmm, pt, kjpt, Krhs, ld_msc_ups ) 
    100 #else 
    10195      IF( ntile == 0 .OR. ntile == 1 )  THEN                       ! Do only on the first tile 
    10296         IF( kt == kit000 )  THEN 
     
    246240      END DO                     ! end of tracer loop 
    247241      ! 
    248 #endif 
    249242   END SUBROUTINE tra_adv_mus 
    250243 
Note: See TracChangeset for help on using the changeset viewer.