Skip to content

Commit

Permalink
adding files related to testing forcing frequency at degree 1 and 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlwagner committed Mar 7, 2024
1 parent ec88006 commit d58a9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion working/deg1deg2_stability_complexmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
planet_volume = (4. / 3.) * np.pi * (planet_radius**3)
planet_bulk_density = planet_mass / planet_volume

forcing_frequency = 2. * np.pi / (687* 24.6 * 60 * 60) # Phobos orbital freq
# forcing_frequency = 2. * np.pi / (687* 24.6 * 60 * 60) # Phobos orbital freq


N = 2000
Expand Down

0 comments on commit d58a9af

Please sign in to comment.