Skip to content

Commit b365ed0

Browse files
committed
FEAT: testing grid to grid MP
1 parent 406642d commit b365ed0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/advance.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ bool advance(Planets &planet,
4646
didWork = neutralsMag.check_for_nonfinites("Top of Advance - ion grid");
4747
}
4848

49+
// here we are going to grab stuff from the neutral grid and put it on the
50+
// ion grid
51+
didWork = get_data_from_other_grid(gGrid, mGrid, neutrals.temperature_scgc, mGrid.test_scgc);
52+
53+
4954
gGrid.calc_sza(planet, time);
5055
mGrid.calc_sza(planet, time);
5156

0 commit comments

Comments
 (0)