Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cicecore/drivers/nuopc/cmeps/ice_import_export.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ subroutine ice_export( exportState, rc )
jhi = this_block%jhi
do j = jlo, jhi
do i = ilo, ihi
if ( tmask(i,j,iblk) .and. ailohi(i,j,iblk) > c0 ) then
if ( tmask(i,j,iblk) .and. ailohi(i,j,iblk) > puny ) then
tempfld(i,j,iblk) = vsno(i,j,iblk)/ailohi(i,j,iblk)
end if
end do
Expand Down
Loading