Skip to content

Commit

Permalink
Comment compute/print of nave as it's nonessential
Browse files Browse the repository at this point in the history
  • Loading branch information
ilianagenkova committed Mar 18, 2022
1 parent 7467fe6 commit c562d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/prepobs_prepacqc.fd/acftobs_qc.f
Original file line number Diff line number Diff line change
Expand Up @@ -9620,10 +9620,10 @@ subroutine do_flt(l_first,numreps,max_reps,c_acftid,c_acftreg,idt,
c
c Output basic stats
c ------------------
nave = (numreps-nmiss) / (kflight-1)
c nave = (numreps-nmiss) / (kflight-1)
write(io8,*)
write(io8,*) kflight,' different flights found'
write(io8,*) nave,' reports per flight, on average'
c write(io8,*) nave,' reports per flight, on average'
c
c Output indices for each flight
c ------------------------------
Expand Down

0 comments on commit c562d0f

Please sign in to comment.