Skip to content

Commit

Permalink
cleaned up cov_calc.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
KristenBathmann committed Oct 15, 2021
1 parent 33e46e6 commit 9a41e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/Correlated_Obs/cov_calc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ program cov_calc
reclen=kind(Rcov(1,1))
open(26,file=trim(cov_file),form='unformatted')
write(26) nch_active, nctot, reclen
write(26) indRf(1:nch_active)
write(26) Rcov(1:nch_active,1:nch_active)
write(26) indRf
write(26) Rcov
close(26)

if (out_wave) then
Expand Down

0 comments on commit 9a41e68

Please sign in to comment.