Hi Stefan,
thanks for this info, since I am using a separate sea-ice module, I haven’t noticed this error in the code. But you are absolutely right.
But I think in case of lake/sea-ice the latent heat of vapourisation and of fusion needs to be added (if I am not missing the fact that lh_v is somewhere integrated in qvsflx or lhfl_s already, then ignore this comment):
lhfl_s(i,j) = lhfl_s(i,j) + (lh_f+lh_v) * qvsflx(i,j)
at least this is what I am using in the separate sea-ice module.
Push notifications in your browser are not yet configured.
Hi Stefan,
thanks for this info, since I am using a separate sea-ice module, I haven’t noticed this error in the code. But you are absolutely right.
But I think in case of lake/sea-ice the latent heat of vapourisation and of fusion needs to be added (if I am not missing the fact that lh_v is somewhere integrated in qvsflx or lhfl_s already, then ignore this comment):
lhfl_s(i,j) = lhfl_s(i,j) + (lh_f+lh_v) * qvsflx(i,j)
at least this is what I am using in the separate sea-ice module.