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 12866 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/TRA – NEMO

Ignore:
Timestamp:
2020-05-05T08:18:05+02:00 (4 years ago)
Author:
smasson
Message:

Extra_Halo: using input files without halos, see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/TRA/traadv_fct.F90

    r12489 r12866  
    160160               END_2D 
    161161            ELSE                             ! no cavities: only at the ocean surface 
    162                zwz(:,:,1) = pW(:,:,1) * pt(:,:,1,jn,Kbb) 
     162               DO_2D_11_11 
     163                  zwz(ji,jj,1) = pW(ji,jj,1) * pt(ji,jj,1,jn,Kbb) 
     164               END_2D 
    163165            ENDIF 
    164166         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.