mspritch@uw_edu
New Member
Hi,
I checked out cesm1_0_3_R71 and the (strict) pathscale compilers on the Cray I am working on caught a real valued variable being used to reference an array index inside the convect_shallow_tend subroutine (inside physics/cam/convect_shallow.F90)
Line 356: real(r8), pointer, dimension(:) :: cnt
Line 749: pcnt(i) = state%pmid(i,cnt(i))
Then again maybe I don't understand how pointers work...
-Mike.
I checked out cesm1_0_3_R71 and the (strict) pathscale compilers on the Cray I am working on caught a real valued variable being used to reference an array index inside the convect_shallow_tend subroutine (inside physics/cam/convect_shallow.F90)
Line 356: real(r8), pointer, dimension(:) :: cnt
Line 749: pcnt(i) = state%pmid(i,cnt(i))
Then again maybe I don't understand how pointers work...
-Mike.