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 10806 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/TOP/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2019-03-27T17:55:22+01:00 (5 years ago)
Author:
davestorkey
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps branch: Latest updates. Make sure all time-dependent 3D variables are converted in previously modified modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/TOP/TRP/trctrp.F90

    r10802 r10806  
    6464         IF( ln_trcdmp )        CALL trc_dmp    ( kt )      ! internal damping trends 
    6565         IF( ln_bdy )           CALL trc_bdy_dmp( kt )      ! BDY damping trends 
    66                                 CALL trc_adv    ( kt, Nm1, Nnn, Np1 )      ! horizontal & vertical advection  
     66                                CALL trc_adv    ( kt, Nm1, Nnn, Np1, Nnn_2lev )      ! horizontal & vertical advection  
    6767         !                                                         ! Partial top/bottom cell: GRADh( trb )   
    6868         IF( ln_zps ) THEN 
Note: See TracChangeset for help on using the changeset viewer.