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 12107 for NEMO/branches/2019/UKMO_MERGE_2019/src/OCE/BDY/bdydta.F90 – NEMO

Ignore:
Timestamp:
2019-12-06T21:40:27+01:00 (4 years ago)
Author:
mathiot
Message:

update to the head of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/UKMO_MERGE_2019/src/OCE/BDY/bdydta.F90

    r11946 r12107  
    172172                        ii = idx_bdy(jbdy)%nbi(ib,igrd) 
    173173                        ij = idx_bdy(jbdy)%nbj(ib,igrd) 
    174                         dta_bdy(jbdy)%tem(ib,ik) = ts(ii,ij,ik,jp_bdytem,Kmm) * tmask(ii,ij,ik)          
    175                         dta_bdy(jbdy)%sal(ib,ik) = ts(ii,ij,ik,jp_bdysal,Kmm) * tmask(ii,ij,ik)          
     174                        dta_bdy(jbdy)%tem(ib,ik) = ts(ii,ij,ik,jp_tem,Kmm) * tmask(ii,ij,ik)          
     175                        dta_bdy(jbdy)%sal(ib,ik) = ts(ii,ij,ik,jp_sal,Kmm) * tmask(ii,ij,ik)          
    176176                     END DO 
    177177                  END DO 
Note: See TracChangeset for help on using the changeset viewer.