Changeset 9102
- Timestamp:
- 2017-12-15T18:52:43+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90
r9090 r9102 1196 1196 1197 1197 ! Lateral boundary conditions 1198 CALL lbc_lnk_multi( zfmask, 'F', 1. , fmask, 'F', 1., bdyumask, 'U', 1. , bdyvmask, 'V', 1., bdytmask, 'T', 1. ) 1198 CALL lbc_lnk_multi( zfmask, 'F', 1. , fmask, 'F', 1.) 1199 CALL lbc_lnk_multi( bdyumask, 'U', 1. , bdyvmask, 'V', 1., bdytmask, 'T', 1. ) 1199 1200 DO ib_bdy = 1, nb_bdy ! Indices and directions of rim velocity components 1200 1201
Note: See TracChangeset
for help on using the changeset viewer.