From d58a9afda1c5e2865dde3b808146bef923043adc Mon Sep 17 00:00:00 2001 From: Nick Wagner Date: Thu, 7 Mar 2024 12:24:43 -0600 Subject: [PATCH] adding files related to testing forcing frequency at degree 1 and 2 --- working/deg1deg2_stability_complexmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/working/deg1deg2_stability_complexmodel.py b/working/deg1deg2_stability_complexmodel.py index 139cfca6..8eed5231 100644 --- a/working/deg1deg2_stability_complexmodel.py +++ b/working/deg1deg2_stability_complexmodel.py @@ -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