home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / astro / 9359 < prev    next >
Encoding:
Text File  |  1992-08-31  |  2.6 KB  |  79 lines

  1. Newsgroups: sci.astro
  2. Path: sparky!uunet!mcsun!sunic!kth.se!ao
  3. From: ao@elixir.e.kth.se (Anders Ohlsson)
  4. Subject: Strange sunrises...
  5. Message-ID: <1992Sep1.102533.28002@kth.se>
  6. Keywords: sunrises, astronomical algorithms
  7. Sender: usenet@kth.se (Usenet)
  8. Nntp-Posting-Host: elixir.e.kth.se
  9. Organization: Dept. of EE, Royal Institute of Technology, Stockholm, Sweden
  10. Date: Tue, 1 Sep 1992 10:25:33 GMT
  11. Lines: 66
  12.  
  13.     Dear netters!
  14.  
  15.     I have implemented most of the algorithms in Jean Meeus book,
  16.     "Astronomical Algorithms", and have come across some problems.
  17.  
  18.     The algorithms for rising and setting of the sun works very
  19.     well, except for one minor problem. I wanted them to work for
  20.     every point on the globe, and they seem to fail (or is it me?)
  21.     for very extreme northern points...
  22.  
  23.     Could someone help me by checking my calculations?
  24.  
  25.     I used the following data:
  26.  
  27.         Latitude        18.00 degrees East
  28.         Longitude        89.80 degrees North
  29.         Standard altitude    -50 minutes
  30.  
  31.     For these data I found the following rises/sets by calculating
  32.     the altitude accurately using Appendix II:
  33.  
  34.         ...            below horizon
  35.         (1)    1992-03-18 05:14:30 UT    sunrise
  36.         ...            above horizon
  37.         (2)    1992-09-24 17:57:30 UT    sunset
  38.         (3)    1992-09-25 08:34:20 UT    sunrise
  39.         (4)    1992-09-25 10:19:00 UT    sunset
  40.         ...            below horizon
  41.  
  42.     The minimum altitude between sunset (2) and sunrise (3) is
  43.     -1 degree and 3.2 minutes at 1992-09-24 23:52:00 UT.
  44.  
  45.     The maximum altitude between sunrise (3) and sunset (4) is
  46.     -49.7 minutes at 1992-09-25 09:27:20 UT.
  47.  
  48.     Now, the problem is the following. When I use Meeus'
  49.     algorithms (Chapter 14) it doesn't find (1) and (3).
  50.  
  51.     Maybe it's because the maximum altitude is only -49.7 minutes
  52.     or 0.3 minutes above the "apparent horizon".
  53.  
  54.     Can this problem be solved easily? I can find the times by
  55.     calculating the altitude of the body very accurately, but that
  56.     takes 10-100 times as long as Meeus' algorithms...
  57.  
  58.  
  59.                     Many thanks in advance,
  60.  
  61.                         Anders Ohlsson
  62.  
  63.     PS: Some references from "Astronomical Algorithms" are:
  64.  
  65.         Ch 14 (pp 97-100)    "Rising, Transit and Setting"
  66.         Ch 12 (pp 87-92)    "Transformation of Coordinates"
  67.         Ch 24 (pp 154-156)    "Solar Coordinates"
  68.  
  69.         and the data for the Earth in Appendix II as explained
  70.         in Ch 31 (pp 205-208).
  71.  
  72. -----------------------------------------------------------------------------
  73. | Anders Ohlsson       | "Life? The universe?? Everything???", Murphy asked |
  74. | ao@elixir.lne.kth.se | "Subject to change without notice", GOD replied    |
  75. | ao@infovox.se        |                                                    |
  76. -----------------------------------------------------------------------------
  77.  
  78.  
  79.