Skip to content

Commit

Permalink
"sponge bug" was not a bug - revert
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHjortLauritzen authored Jan 10, 2025
1 parent f3c1cf8 commit d77b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamics/se/dycore/prim_advance_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ subroutine advance_hypervis_dp(edge3,elem,fvm,hybrid,deriv,nt,qn0,nets,nete,dt2,
enddo
enddo
enddo
if (molecular_diff.ne.1) then
if (molecular_diff>0) then
!
! no frictional heating for artificial sponge
!
Expand Down

0 comments on commit d77b473

Please sign in to comment.