wadewei
Hi, wadewei!
Did you send me the email?
I think that posting bug in this forum helps to other users. Let me know the bugs using SEMIC.
Thank you for reporting bugs.
The hice
value from SEMIC is a dummy value for ISSM. This value only is used to calculate the changes of ice only in SEMIC, not used in ISSM model.
Of course, hice
value can display the negative value in perspective view of SEMIC!
I think that you check SmbHSnow
value, rather than SmbHIce
.
If you want to prevent the negative value in hice
. initialize hice` value with following code.
md.smb = SMSsemic;
# unit conversion
# ice m -> water equivalent.
# Because SEMIC calculates the mass balance based on water equivalent unit.
md.smb.hice = md.geometry.thickness * rho_ice/rho_freshwater;
Is it a right answer?
Best regards,
Inwoo