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 optional snow physics are not currently exercised in UWM but are required to fully test a fix for meltsliq initialization (CICE-Consortium/Icepack#376) when compiling with debug option -init=snan,arrays . See related UWM Issue 580.
The proposed fix does allow UWM to run in debug model with NaN initialization if tr_snow is false. Setting tr_snow to true still fails for the array meltsliq and additional debugging will be required to determine a fix when tr_snow is true.
To run a test using tr_snow, the following were added to ice_in:
The NUOPC cap for CICE6 needs to be updated to implement recent features added to CICE6
latpnt(1) , lonpnt(1)
) using flagdebug_model
in ice_inThe optional snow physics are not currently exercised in UWM but are required to fully test a fix for
meltsliq
initialization (CICE-Consortium/Icepack#376) when compiling with debug option-init=snan,arrays
. See related UWM Issue 580.The proposed fix does allow UWM to run in debug model with NaN initialization if
tr_snow
is false. Settingtr_snow
to true still fails for the arraymeltsliq
and additional debugging will be required to determine a fix whentr_snow
is true.To run a test using
tr_snow
, the following were added to ice_in:The text was updated successfully, but these errors were encountered: