Go to the documentation of this file.
9 implicit real*8 (a-h,o-z)
10 include
'common_all.cmn'
17 cnuw(i)=dsqrt(1.0d0-cmu(i)**2)/xrw
18 rmuw(i)=dasin(cnuw(i))/conv
19 cmuw(i)=dsqrt(1.0d0-cnuw(i)**2)
23 thew(i)=0.5d0*(rmuw(i)+rmuw(i+1))
24 bmuw(i)=dcos(thew(i)*conv)
25 bnuw(i)=dsqrt(1.0d0-bmuw(i)**2)
26 dmuw(i)=cmuw(i)-cmuw(i+1)
27 dmuws2(i)=0.5d0*(cmuw(i)**2-cmuw(i+1)**2)
31 call frs(the(i),xrw,xiw,rfair(i))
32 call frs(thew(i),yrw,yiw,rfwat(i))
subroutine frs(xx, xr, xi, rfsea)