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 10946 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/LDF/ldftra.F90 – NEMO

Ignore:
Timestamp:
2019-05-08T10:56:14+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert STO, TRD and USR modules and all knock on effects of these conversions. Note change to USR module may have implications for the TEST CASES (not tested yet). Standard SETTE tested only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/LDF/ldftra.F90

    r10922 r10946  
    727727 
    728728 
    729    SUBROUTINE ldf_eiv_trp( kt, kit000, pu, pv, pw, cdtype, Kmm ) 
     729   SUBROUTINE ldf_eiv_trp( kt, kit000, pu, pv, pw, cdtype, Kmm, Krhs ) 
    730730      !!---------------------------------------------------------------------- 
    731731      !!                  ***  ROUTINE ldf_eiv_trp  *** 
     
    745745      !! ** Action  : pu, pv increased by the eiv transport 
    746746      !!---------------------------------------------------------------------- 
    747       INTEGER                         , INTENT(in   ) ::   kt       ! ocean time-step index 
    748       INTEGER                         , INTENT(in   ) ::   kit000   ! first time step index 
    749       INTEGER                         , INTENT(in   ) ::   Kmm      ! ocean time level indices 
    750       CHARACTER(len=3)                , INTENT(in   ) ::   cdtype   ! =TRA or TRC (tracer indicator) 
     747      INTEGER                         , INTENT(in   ) ::   kt        ! ocean time-step index 
     748      INTEGER                         , INTENT(in   ) ::   kit000    ! first time step index 
     749      INTEGER                         , INTENT(in   ) ::   Kmm, Krhs ! ocean time level indices 
     750      CHARACTER(len=3)                , INTENT(in   ) ::   cdtype    ! =TRA or TRC (tracer indicator) 
    751751      REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(inout) ::   pu      ! in : 3 ocean transport components   [m3/s] 
    752752      REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(inout) ::   pv      ! out: 3 ocean transport components   [m3/s] 
Note: See TracChangeset for help on using the changeset viewer.