How would I slow the simulation down? #1117
-
I am running the headless version on a linux server. With the default settings, about 40 sols passes for every hour of real time. What would I need to change to get it closer to maybe 10 sols per hour? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Yes. The speed of the simulation can be adjusted by clicking the Also, you can activate the or by clicking on the clock icon on top menu bar.
Unfortunately, we don't have a direct way to adjust the speed to your desired setting. But the short answer is setting the Time Ratio (TR) to The detail calculation is as follows : As you can see below, my simulation session has Time Ratio (TR) set to 576x. Currently in that screenshot, one second of real time equals 576 sim seconds, or 9 minutes and 35 seconds. (or 09m 35s)
Given that, on earth, one real hour is 60 * 60 or 3600 real seconds. But on Mars, one sol has 1000 millisols. Note Real -> Earth By definition, One sol on Mars has 1000 millisols. And one milisol on Mars is about 88.775244 Earth seconds. So, one sol on Mars is 88775.244 Earth seconds. 10 sols on Mar is approximately 887752.44 real seconds. Now the time ratio (TR) you're interested in setting to :
On MasterClock, we define the following 3 legitimate sets of TRs :
So as soon as you use
That's because 921600 sim seconds equals 10.381 sim sols.
Feel free to play around and let us know if you need any kind of help. |
Beta Was this translation helpful? Give feedback.
-
With the headless version you will be logged into the console via a SSH terminal so use the 'speed' command to slow down or speed up. |
Beta Was this translation helpful? Give feedback.
-
Thank You for the info! That is exactly what I needed. I knew it had something to do with the Time Ratio but math was never my strong point. On a side note, I let the sim run over night and when I checked today many of them had sadly died. Is that normal? I think about a year of sim time had passed. Thank You again. |
Beta Was this translation helpful? Give feedback.
-
Hi @IBuildVans v3.7.0 has just been released. Sorry for the delay. See if you like better. Also feel free to comment and contribute ! |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out!
…On Thu, Dec 28, 2023 at 3:58 PM manny kung ***@***.***> wrote:
Hi @IBuildVans <https://github.com/IBuildVans>
v3.7.0 has just been released. Sorry for the delay.
See if you like better.
Also feel free to comment and contribute !
—
Reply to this email directly, view it on GitHub
<#1117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMLU4WXZA2X5D47ZK4WUJL3YLXTQPAVCNFSM6AAAAAA6YPUYFKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TSNRYGM2TO>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Yes. The speed of the simulation can be adjusted by clicking the
+
or-
button on the bottom left of the main window. See below :Also, you can activate the
Time Tool
using keyboard by hitting F3or by clicking on the clock icon on top menu bar.
Unfortunately, we don't have a direct way to adjust the speed to your desired setting.
But the short answer is setting the Time Ratio (TR) to
256x
.The detail calculation is as follows :
As you can see below, my simulation session has Time Ratio (TR) set to 576x.
Currently in that screenshot, one second of real time equals 576 sim seconds, or 9 minutes and 35 seconds. …