42 cs_nnz,cs,ielem,ncase,&
55integer*4 :: is,in,ielem
57 integer*4,
dimension(0:cs_nnz) :: cs
59 integer*4,
dimension(nn,nn,nn) :: yon
63 real*8,
dimension(nnt) :: zs_elev
64 real*8,
dimension(nnt) :: zs_all
65 real*8,
dimension(nnt) :: vs_tria
75 is = nn*nn*(r -1) +nn*(q -1) +p
76 in = cs(cs(ielem -1) +is)
77 if (ncase.gt.0 .and. tcase .ne. 16)
then
78 if (depth.lt.zs_elev(in) .or. zs_elev(in) .lt. 0
79 if ((tcase .gt. 0) .and. (zs_all(in) .lt. 0.0d0)
80 elseif (ncase.gt.0 .and. tcase .eq. 16)
then
81 if (depth .lt. zs_elev(in) .or. zs_elev(in) .lt.
82 if (vs_tria(in) .ge. 450.0d0) yon(p,q,r) = 0
subroutine make_nle(depth, nn, yon, nnt, zs_elev, cs_nnz, cs, ielem, ncase, tcase, zs_all, vs_tria)
Find non-linear nodes.