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 6771 for trunk/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_fct.F90 – NEMO

Ignore:
Timestamp:
2016-07-01T16:53:13+02:00 (8 years ago)
Author:
mathiot
Message:

Add ztrs surface initialisation in traadv_tvd_zts in the trunk, as discussed in ticket #1755

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_fct.F90

    r6691 r6771  
    487487         zwz_sav(:,:,:)   = zwz(:,:,:) 
    488488         ztrs   (:,:,:,1) = ptb(:,:,:,jn) 
     489         ztrs   (:,:,1,2) = ptb(:,:,1,jn) 
     490         ztrs   (:,:,1,3) = ptb(:,:,1,jn) 
    489491         zwzts  (:,:,:)   = 0._wp 
    490492         ! 
Note: See TracChangeset for help on using the changeset viewer.