Skip to content

Commit

Permalink
fix line leading to reproducibility problems in progsigma_calc.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Feb 14, 2025
1 parent 91cf2ab commit 26783c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/CONV/progsigma_calc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ subroutine progsigma_calc (im,km,flag_init,flag_restart,flag_shallow,&
km1=km-1
invdelt = 1./delt

if (flag_init) then
if(flag_init .and. .not. flag_restart) then
sigmind_new=0.0
else
sigmind_new=sigmind
Expand Down

0 comments on commit 26783c8

Please sign in to comment.