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 9531 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/TOP_SRC/TRP – NEMO

Ignore:
Timestamp:
2018-04-30T16:59:01+02:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: rename traadv_mle.F90 & namtra_adv_mle as tramle.F90 & namtra_mle, resp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/TOP_SRC/TRP/trcadv.F90

    r9526 r9531  
    2525   USE traadv_ubs     ! UBS      scheme           (tra_adv_ubs  routine) 
    2626   USE traadv_qck     ! QUICKEST scheme           (tra_adv_qck  routine) 
    27    USE traadv_mle     ! ML eddy induced velocity (tra_adv_mle  routine) 
     27   USE tramle         ! ML eddy induced transport (tra_adv_mle  routine) 
    2828   USE ldftra         ! lateral diffusion: eddy diffusivity & EIV coeff. 
    2929   USE ldfslp         ! Lateral diffusion: slopes of neutral surfaces 
     
    116116            &              CALL ldf_eiv_trp( kt, nittrc000, zun, zvn, zwn, 'TRC' )  ! add the eiv transport 
    117117         ! 
    118          IF( ln_mle    )   CALL tra_adv_mle( kt, nittrc000, zun, zvn, zwn, 'TRC' )  ! add the mle transport 
     118         IF( ln_mle    )   CALL tra_mle_trp( kt, nittrc000, zun, zvn, zwn, 'TRC' )  ! add the mle transport 
    119119         ! 
    120120      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.