Changeset 15364
- Timestamp:
- 2021-10-13T18:19:50+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/releases/r4.0/r4.0-HEAD/src/OCE/BDY/bdydta.F90
r13284 r15364 246 246 ! If full velocities in boundary data, then split it into barotropic and baroclinic component 247 247 IF( bf_alias(jp_bdyu3d)%ltotvel ) THEN ! if we read 3D total velocity (can be true only if u3d was read) 248 !249 248 igrd = 2 ! zonal velocity 250 249 DO ib = 1, idx_bdy(jbdy)%nblen(igrd) … … 260 259 END DO 261 260 END DO 261 ENDIF ! ltotvel 262 IF( bf_alias(jp_bdyv3d)%ltotvel ) THEN ! if we read 3D total velocity (can be true only if u3d was read) 262 263 igrd = 3 ! meridional velocity 263 264 DO ib = 1, idx_bdy(jbdy)%nblen(igrd)
Note: See TracChangeset
for help on using the changeset viewer.