ESCOMP / CISM

Community Ice Sheet Model
GNU Lesser General Public License v3.0
6 stars 11 forks source link

Zero out bmlt_float in ice-free ocean for basal melting GLP #22

Closed whlipscomb closed 5 years ago

whlipscomb commented 5 years ago

This PR fixes an inconsistency in the way bmlt_float was handled for ice-free ocean with different values of which_ho_ground_bmlt. With this change, bmlt_float is set to zero in all cells that are ice-free ocean at the start of the time step, regardless of the value of which_ho_ground_bmlt. (Previously, bmlt_float could be nonzero in cells that are ice-free ocean at the start of the step.) Answers are unchanged for which_ho_ground_bmlt = 0, but can change for which_ho_ground_bmlt = 1 or 2.