Code: Select all
DO k=1,N(ng)
DO j=JstrR,JendR
DO i=Istr,IendR
u(i,j,k,1)=0.0_r8
END DO
END DO
DO j=Jstr,JendR
DO i=IstrR,IendR
v(i,j,k,1)=0.0_r8
END DO
END DO
END DO
Code: Select all
DO k=1,N(ng)
v(104,10,k,1)=-1.0_r8
v(104,9,k,1)=-1.0_r8
u(82,16,k,1)=1.0_r8
END
Code: Select all
PGF90-S-0310-Illegal statement in the specification part of a MODULE (analytical.f90: 440)