Closed mnlevy1981 closed 3 years ago
I had a dimension mismatch in a line other_remin = [stuff of dim(1:k)] that should read other_remin(1:k) = [stuff of dim(1:k)]. CESM testing caught this with gnu + DEBUG.
fixes #385 (specifically this comment)
I had a dimension mismatch in a line other_remin = [stuff of dim(1:k)] that should read other_remin(1:k) = [stuff of dim(1:k)]. CESM testing caught this with gnu + DEBUG.
fixes #385 (specifically this comment)