Changeset 14721 for utils/tools/DOMAINcfg/src/agrif_connect.F90
- Timestamp:
- 2021-04-16T16:11:55+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/tools/DOMAINcfg/src/agrif_connect.F90
r14687 r14721 33 33 CALL Agrif_Bc_variable(e3t_connect_id, procname = connect_e3t_connect) 34 34 Agrif_UseSpecialValue = .FALSE. 35 ! 35 ! 36 36 END SUBROUTINE agrif_boundary_connections 37 37 … … 118 118 119 119 ! Connected bathymetry 120 bathy_local(ji,jj)=(1.-ztabramp(ji,jj))*bathy_local(ji,jj)+ztabramp(ji,jj)*bathy_interp(ji,jj) 120 IF( e3t_interp(ji,jj,1) == -10 ) THEN 121 bathy_local(ji,jj)=(1.-ztabramp(ji,jj))*bathy_local(ji,jj)+ztabramp(ji,jj)*bathy_interp(ji,jj) 122 ENDIF 121 123 END DO 122 124 END DO … … 236 238 237 239 ! --- North --- ! 238 IF( (nbondj == 1) .OR. (nbondj == 2)) THEN240 IF(( (nbondj == 1) .OR. (nbondj == 2) ).AND.(lk_north)) THEN 239 241 ind2 = jpjglo - (nn_hls + nbghostcells - 1) - istart 240 242 ind1 = ind2 -ispongearea
Note: See TracChangeset
for help on using the changeset viewer.