Skip to content

Commit

Permalink
Per #1451, also need to update gsidens2orank to write a climo_stdev c…
Browse files Browse the repository at this point in the history
…olumn.
  • Loading branch information
JohnHalleyGotway committed Feb 19, 2021
1 parent 0d88369 commit c0db18b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion met/src/tools/other/gsi_tools/gsidens2orank.cc
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,13 @@ void write_orank_row_conv(AsciiTable &at, int row, int i_obs) {
}
at.set_entry(row, col++, cs); // OBS_QC
at.set_entry(row, col++, ens_pd.mn_na[i_obs]); // ENS_MEAN
at.set_entry(row, col++, bad_data_double); // CLIMO
at.set_entry(row, col++, bad_data_double); // CLIMO_MEAN
at.set_entry(row, col++, square_root(ens_pd.var_na[i_obs])); // ENS_SPREAD

at.set_entry(row, col++, bad_data_double); // ENS_MEAN_OERR
at.set_entry(row, col++, bad_data_double); // SPREAD_OERR
at.set_entry(row, col++, bad_data_double); // SPREAD_PLUS_OERR
at.set_entry(row, col++, bad_data_double); // CLIMO_STDEV

// Write extra columns
at.set_entry(row, col++, d->n_use); // N_USE
Expand Down

0 comments on commit c0db18b

Please sign in to comment.