@@ -205,7 +205,7 @@ void MAMMicrophysics::set_grids(
205
205
LinozHorizInterp_, linoz_file_name_);
206
206
207
207
// linoz reader
208
- const auto io_grid_linoz = LinozHorizInterp_->get_src_grid ();
208
+ const auto io_grid_linoz = LinozHorizInterp_->get_tgt_grid ();
209
209
const int num_cols_io_linoz =
210
210
io_grid_linoz->get_num_local_dofs (); // Number of columns on this rank
211
211
const int num_levs_io_linoz =
@@ -233,7 +233,7 @@ void MAMMicrophysics::set_grids(
233
233
TracerHorizInterp_, oxid_file_name_);
234
234
235
235
const int nvars = int (var_names.size ());
236
- const auto io_grid = TracerHorizInterp_->get_src_grid ();
236
+ const auto io_grid = TracerHorizInterp_->get_tgt_grid ();
237
237
const int num_cols_io =
238
238
io_grid->get_num_local_dofs (); // Number of columns on this rank
239
239
const int num_levs_io =
@@ -308,7 +308,7 @@ void MAMMicrophysics::set_grids(
308
308
// I am assuming the order of species in extfrc_lst_.
309
309
// Indexing in mam4xx is fortran.
310
310
forcings_[i].frc_ndx = i + 1 ;
311
- const auto io_grid_emis = VertEmissionsHorizInterp_[i]->get_src_grid ();
311
+ const auto io_grid_emis = VertEmissionsHorizInterp_[i]->get_tgt_grid ();
312
312
const int num_cols_io_emis =
313
313
io_grid_emis->get_num_local_dofs (); // Number of columns on this rank
314
314
const int num_levs_io_emis =
0 commit comments