Skip to content
Snippets Groups Projects
Commit 0b098036 authored by s2006749's avatar s2006749
Browse files

tidierer inputs

parent f1df1240
No related branches found
No related tags found
1 merge request!1Adding ellip_utils
......@@ -23,7 +23,7 @@ subroutine geomcomplex_ellip(epsi,nxi,nxf,ny,nyi,nyf,nzi,nzf,dx,yp,dz,remp)
use ibm_param
use dbg_schemes, only: sqrt_prec
use ellipsoid_utils, only: NormalizeQuaternion, EllipsoidalRadius, EllipsoidalRadius_debug
use complex_geometry, only: nraf
use complex_geometry, only: nraf,nyraf
implicit none
......@@ -83,7 +83,9 @@ subroutine geomcomplex_ellip(epsi,nxi,nxf,ny,nyi,nyf,nzi,nzf,dx,yp,dz,remp)
ym=yp(j)
if (ym /= ym) then
write(*,*) "ym = ", ym, " should be ", ((real(j-1,mytype))*dy), ", as j = ", j, " (or maybe it should be ", ((real(j-1,mytype))*dy)/real(nraf,mytype), ")"
write(*,*) "yp = ", yp
if (j.lt.(nyraf)) then
write(*,*) "yp(j-1) = ", yp(j-1), " yp(j+1) = ", yp(j+1)
endif
endif
do i=nxi,nxf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment