31 1 JFT ,JLT ,NPLAT ,IPLAT ,
32 2 DT1C ,THK ,THK0 ,EZZPG)
40#include "implicit_f.inc"
48 INTEGER JFT, JLT, NPLAT,IPLAT(*)
51 . dt1c(*), thk(*), thk0(*), ezzpg(mvsiz,4)
56 my_real THKN(MVSIZ,4), THKAVG
59#include "vectorize.inc"
62 thkn(ep,1) = thk(ep) * (one + ezzpg(ep,1))
63 thkn(ep,2) = thk(ep) * (one + ezzpg(ep,2))
64 thkn(ep,3) = thk(ep) * (one + ezzpg(ep,3))
65 thkn(ep,4) = thk(ep) * (one + ezzpg(ep,4))
66 thkavg = fourth*(thkn(ep,1)+thkn(ep,2)+thkn(ep,3)+thkn(ep,4))
subroutine cbapinchthk(jft, jlt, nplat, iplat, dt1c, thk, thk0, ezzpg)