You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
normvar = where(var .ge. lowerbound .and. var .le. upperbound, i + 1, normvar) ;note that this means anything exactly on the upper bound will be replaced on the next loop, but this logic does allow for the absolute maximum to be assigned