You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current logic will also correct all layers below k, regardless of whether those layers have higher zTin than Tmlt, since tice_high stays True within the k-loop. My question is: is this correction of lower layers intended to be that way?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi All,
This is more of a question. In init_vertical_profile, logical
tice_high
is set to true if a given ice layerk
haszTin
aboveTmlt
.Icepack/columnphysics/icepack_therm_vertical.F90
Lines 903 to 904 in 86cae16
If mushy layer thermodynamic scheme is used,
zTin
is corrected and a warning is issued.Icepack/columnphysics/icepack_therm_vertical.F90
Lines 933 to 941 in 86cae16
The current logic will also correct all layers below
k
, regardless of whether those layers have higherzTin
thanTmlt
, sincetice_high
staysTrue
within thek-loop
. My question is: is this correction of lower layers intended to be that way?Thank you.
The text was updated successfully, but these errors were encountered: