Skip to content

Commit

Permalink
FEAT: if "ion" output type is specified, output magnetic coordinates
Browse files Browse the repository at this point in the history
> I really wanted to get these out. That's why I did all those previous commits.
  • Loading branch information
abukowski21 committed Jan 7, 2025
1 parent cfdabb0 commit 58c1f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ bool output(const Neutrals &neutrals,
grid.radius_scgc);
}

if (type_output == "bfield") {
if (type_output == "bfield" || type_output == "ions") {
AllOutputContainers[iOutput].store_variable("mlat",
"Magnetic Latitude",
"degrees",
Expand Down

0 comments on commit 58c1f4e

Please sign in to comment.