<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi all,<br><div><br></div><div>I am trying to use if condition in ncl for my case but apparently ncl is really slow when the loops are large, do you have any suggestions to modify this code:</div><div><br></div><div><div>do i=0,419</div><div>do j=0,95</div><div>do k=0,143</div><div><br></div><div>if (ismissing(RH_1(i,j,k))) then</div></div><div><br></div><div>print("Your data is missing. Cannot create plot.")<br></div><div><br></div><div>else</div><div><br></div><div>print("You can plot.")<br></div><div><br></div><div>end if</div><div>end do</div><div>end do</div><div>end do</div><div><br></div><div>Thanks,</div><div>Ana</div></div></div></div>