The Earth is invisible in very distant future and past

Report bugs, bug fixes and workarounds here.
Topic author
SU(3)xSU(2)xU(1)
Posts: 59
Joined: 05.05.2008
With us: 16 years 1 month

The Earth is invisible in very distant future and past

Post #1by SU(3)xSU(2)xU(1) » 30.10.2008, 19:41

In the latest SVN (r4533) the Earth is invisible after "1386809 Feb 14 03:08:34 UTC" (Julian Date: 508242690.63095) and before "-1372739 Aug 05 02:11:04 UTC" (Julian Date: -499671645.40897). I think, that the source of the problem is the new "CustomRotation" for Earth: "earth-p03lp". It probably works only between these two moments of time, that I wrote. There is a primitive solution to that problem. One can modify Earth with the timeline:

Code: Select all

Modify "Earth" "Sol"
{
Timeline [
               {
                Ending "-499671645.40897"
                  CustomOrbit "vsop87-earth"
                UniformRotation
   {
    Period              23.9344694
    Inclination        -23.4392911
    MeridianAngle      280.5    # offset at default epoch J2000
    }
               }
              {
               Ending  "508242690.63095"
               CustomOrbit "vsop87-earth"
               CustomRotation "earth-p03lp"
               }
              {
                CustomOrbit "vsop87-earth"
                UniformRotation
   {
    Period              23.9344694
    Inclination        -23.4392911
    MeridianAngle      280.5    # offset at default epoch J2000
    }
               }
              ]
}


However, the rotation of the Earth is then not continuous between phases. The Earth immediately jumps to extremaly different orientation! To avoid it, one should change properly "Inclination" and "MeridianAngle" in the first and the last phase. I haven't tried it yet.
Does anyone know a better solution to this bug?

Paul
"Physicists know what's important, but they don't know what is true. Mathematicians know what's true, but they don't know what is important."

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 3 months
Location: Hamburg, Germany

Re: The Earth is invisible in very distant future and past

Post #2by t00fri » 30.10.2008, 20:07

StandardModel,

Do you really believe that human beings still exist on Earth
in the year 1 386 809, Feb 14 03:08:34 UTC ;-)


Fridger
Image

Topic author
SU(3)xSU(2)xU(1)
Posts: 59
Joined: 05.05.2008
With us: 16 years 1 month

Re: The Earth is invisible in very distant future and past

Post #3by SU(3)xSU(2)xU(1) » 30.10.2008, 20:23

t00fri wrote:StandardModel,

Do you really believe that human beings still exist on Earth
in the year 1 386 809, Feb 14 03:08:34 UTC ;-)


Fridger

Fridger,

No, I don't believe in that. I just wrote exact moments of time to make it easy to check the bug :wink: .

Paul
"Physicists know what's important, but they don't know what is true. Mathematicians know what's true, but they don't know what is important."

Avatar
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 9 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Re: The Earth is invisible in very distant future and past

Post #4by cartrite » 30.10.2008, 20:50

The earth is gone but the rest of the planets are there. Maybe we will learn how to blow up planets by then and blow it up.
cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 3 months
Location: Hamburg, Germany

Re: The Earth is invisible in very distant future and past

Post #5by t00fri » 30.10.2008, 21:03

cartrite wrote:The earth is gone but the rest of the planets are there. Maybe we will learn how to blow up planets by then and blow it up.
cartrite

hi hi... cartrite original sound ;-)

Cheers,
Fridger
Image

Topic author
SU(3)xSU(2)xU(1)
Posts: 59
Joined: 05.05.2008
With us: 16 years 1 month

Re: The Earth is invisible in very distant future and past

Post #6by SU(3)xSU(2)xU(1) » 30.10.2008, 21:07

cartrite wrote:The earth is gone but the rest of the planets are there. Maybe we will learn how to blow up planets by then and blow it up.
cartrite
:lol:

Cartrite,

I hope, you don't mean the LHC :lol:

More seriously:

I remind you that the bug is also related to the past. For example, I have an addon, which shows different continents in the distant past. It hadn't work properly before I partially fixed the bug.

Paul
"Physicists know what's important, but they don't know what is true. Mathematicians know what's true, but they don't know what is important."

bdm
Posts: 461
Joined: 22.07.2005
With us: 18 years 11 months
Location: Australia

Re: The Earth is invisible in very distant future and past

Post #7by bdm » 12.11.2008, 03:25

Maybe the invisible earth is what killed the dinosaurs. Being unable to see where they were placing their feet, they all fell over and died of fatal accidents.

Since the earth is also going to become invisible in the future, we need to take steps to prevent humans from meeting the same fate.

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 5 months
Location: Seattle, Washington, USA

Re: The Earth is invisible in very distant future and past

Post #8by chris » 28.11.2008, 22:34

I found the source of this problem: the new long-term precession model for the Earth contains polynomials that diverge at dates in the distant past and future. The researcher who derived the expression remarks that it may be used "for any instant in the scale of up to [a] million years". If I clamp time to +/- 500,000 years from 1 Jan 2000, there is no longer any problem with the Earth disappearing or wobbling unrealistically at dates in the distant past or future. With clamping, the Earth's precession does stop abruptly in the year 502,000, but this is reasonable given the limitations of the precession model and our ability to model the behavior of the solar system over very long time periods.

--Chris

Topic author
SU(3)xSU(2)xU(1)
Posts: 59
Joined: 05.05.2008
With us: 16 years 1 month

Re: The Earth is invisible in very distant future and past

Post #9by SU(3)xSU(2)xU(1) » 29.11.2008, 11:45

chris wrote:I found the source of this problem: the new long-term precession model for the Earth contains polynomials that diverge at dates in the distant past and future. The researcher who derived the expression remarks that it may be used "for any instant in the scale of up to [a] million years". If I clamp time to +/- 500,000 years from 1 Jan 2000, there is no longer any problem with the Earth disappearing or wobbling unrealistically at dates in the distant past or future. With clamping, the Earth's precession does stop abruptly in the year 502,000, but this is reasonable given the limitations of the precession model and our ability to model the behavior of the solar system over very long time periods.

--Chris

Chris,

I think, that such a clamping is a very good idea. Thank you very much for the explanation and for taking this thread more siriously, than others, who posted here.

Paul
"Physicists know what's important, but they don't know what is true. Mathematicians know what's true, but they don't know what is important."

Topic author
SU(3)xSU(2)xU(1)
Posts: 59
Joined: 05.05.2008
With us: 16 years 1 month

Re: The Earth is invisible in very distant future and past

Post #10by SU(3)xSU(2)xU(1) » 02.12.2008, 20:26

Chris,

Thank you for fixing the bug in r4555. I've just checked, that your fix really works and I don't have to use timeline anymore. :D

Much appreciated

Paul
"Physicists know what's important, but they don't know what is true. Mathematicians know what's true, but they don't know what is important."

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 5 months
Location: Seattle, Washington, USA

Re: The Earth is invisible in very distant future and past

Post #11by chris » 02.12.2008, 23:15

SU(3)xSU(2)xU(1) wrote:Chris,

Thank you for fixing the bug in r4555. I've just checked, that your fix really works and I don't have to use timeline anymore. :D

Much appreciated

Great to hear it--thanks for the confirmation that the problem is fixed.

--Chris


Return to “Bugs”