Skip to content

Commit

Permalink
Merge pull request #2411 from dtcenter/bugfix_2387_pb2nc_obs_count_ma…
Browse files Browse the repository at this point in the history
…in_v11.0

#2387 Do not increase n_file_obs when n_derived_obs is increased
  • Loading branch information
hsoh-u authored Jan 18, 2023
2 parents e53b4d1 + 285d4c3 commit 681dec5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/other/pb2nc/pb2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,6 @@ void process_pbfile(int i_pb) {
OBS_BUFFER_SIZE);

// Increment the current and total observations counts
n_file_obs++;
n_total_obs++;
n_derived_obs++;

Expand Down

0 comments on commit 681dec5

Please sign in to comment.