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 9991 for branches/UKMO/dev_r5518_GO6_fix_key_comp/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_tvd.F90 – NEMO

Ignore:
Timestamp:
2018-07-24T14:58:18+02:00 (6 years ago)
Author:
frrh
Message:

Fixes to allow MEDUSA to compile with C1D without
the need for multiple (apparently) unrelated CPP keys
merely to satisfy spurious code interdependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_fix_key_comp/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_tvd.F90

    r7771 r9991  
    3333   USE wrk_nemo       ! Memory Allocation 
    3434   USE timing         ! Timing 
     35   USE phycst         ! Physical constants 
    3536   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    3637   USE iom 
     
    7172      !!---------------------------------------------------------------------- 
    7273      USE oce     , ONLY:   zwx => ua        , zwy => va          ! (ua,va) used as workspace 
     74      IMPLICIT NONE 
    7375      ! 
    7476      INTEGER                              , INTENT(in   ) ::   kt              ! ocean time-step index 
     
    341343      USE oce     , ONLY:   zwx => ua        , zwy => va          ! (ua,va) used as workspace 
    342344      ! 
     345      IMPLICIT NONE 
    343346      INTEGER                              , INTENT(in   ) ::   kt              ! ocean time-step index 
    344347      INTEGER                              , INTENT(in   ) ::   kit000          ! first time step index 
     
    652655      !!       in-space based differencing for fluid 
    653656      !!---------------------------------------------------------------------- 
     657      IMPLICIT NONE 
    654658      REAL(wp), DIMENSION(jpk)         , INTENT(in   ) ::   p2dt            ! vertical profile of tracer time-step 
    655659      REAL(wp), DIMENSION (jpi,jpj,jpk), INTENT(in   ) ::   pbef, paft      ! before & after field 
Note: See TracChangeset for help on using the changeset viewer.