Skip to content

Commit

Permalink
fix implementation error
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Aug 11, 2021
1 parent 15763d8 commit b3364a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ subroutine ice_write_hist (ns)
endif

if ((histfreq(ns) == '1' .and. histfreq_n(ns) == 1) &
.or..not. hist_avg) then
.or..not. hist_avg &
.or. n==n_divu(ns) .or. n==n_shear(ns) & ! snapshots
.or. n==n_sig1(ns) .or. n==n_sig2(ns) &
.or. n==n_sigP(ns) .or. n==n_trsig(ns) &
Expand Down

0 comments on commit b3364a6

Please sign in to comment.