Skip to content

Commit

Permalink
Cosmetic changes to MagneticBraking example
Browse files Browse the repository at this point in the history
  • Loading branch information
spmatt committed Aug 11, 2024
1 parent d8934df commit 57446d5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
Binary file modified examples/MagneticBraking/MagneticBraking_MBOnly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/MagneticBraking/a_breimannslow.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sName a_breimannslow
saModules stellar
dMass 0.1
dAge 5.0e6
dRotPeriod -15.0 # Initial rotaiton period (days)
dRotPeriod -10.0 # Initial rotaiton period (days)
sStellarModel baraffe
sMagBrakingModel breimann21
bHaltEndBaraffeGrid 1
Expand Down
2 changes: 1 addition & 1 deletion examples/MagneticBraking/a_mattslow.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sName a_mattslow
saModules stellar
dMass 0.1
dAge 5.0e6
dRotPeriod -15.0 # Initial rotaiton period (days)
dRotPeriod -10.0 # Initial rotaiton period (days)
sStellarModel baraffe
sMagBrakingModel matt
bHaltEndBaraffeGrid 1
Expand Down
2 changes: 1 addition & 1 deletion examples/MagneticBraking/b_breimannslow.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sName b_breimannslow
saModules stellar
dMass 1.0
dAge 5.0e6
dRotPeriod -15.0 # Initial rotaiton period (days)
dRotPeriod -10.0 # Initial rotaiton period (days)
sStellarModel baraffe
sMagBrakingModel breimann21
bHaltEndBaraffeGrid 1
Expand Down
2 changes: 1 addition & 1 deletion examples/MagneticBraking/b_mattslow.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sName b_mattslow
saModules stellar
dMass 1.0
dAge 5.0e6
dRotPeriod -15.0 # Initial rotaiton period (days)
dRotPeriod -10.0 # Initial rotaiton period (days)
sStellarModel baraffe
sMagBrakingModel matt
bHaltEndBaraffeGrid 1
Expand Down
4 changes: 0 additions & 4 deletions examples/MagneticBraking/makeplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@
ax.legend(loc="best", fontsize=12)

# Save the figure
# ext = get_args().ext
ext = 'png'
fig.savefig(path / f"MagneticBraking_MBOnly.{ext}", bbox_inches="tight", dpi=600)


Expand Down Expand Up @@ -198,8 +196,6 @@
ax.legend(loc="best", fontsize=12)

# Save the figure
# ext = get_args().ext
ext = 'png'
fig.savefig(path / f"MagneticBrakingTorques.{ext}", bbox_inches="tight", dpi=600)


Expand Down

0 comments on commit 57446d5

Please sign in to comment.