marbl-ecosys / MARBL

Marine Biogeochemistry Library
https://marbl-ecosys.github.io
Other
14 stars 25 forks source link

Fix CISO other remin bug #390

Closed mnlevy1981 closed 3 years ago

mnlevy1981 commented 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)