Skip to content

Commit

Permalink
update leap sec to Jun 2024 (#68)
Browse files Browse the repository at this point in the history
+ update leap sec to Jun 2024 based on IERS Bulletin C 65 (https://datacenter.iers.org/data/latestVersion/16_BULLETIN_C16.txt)
  • Loading branch information
yunjunz authored Aug 16, 2023
1 parent 5f9cfcb commit 045c21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pysolid/solid.for
Original file line number Diff line number Diff line change
Expand Up @@ -1559,9 +1559,9 @@

implicit double precision(a-h,o-z)
double precision tsec
!*** upper limit, leap second table, 2023dec28
!*** upper limit, leap second table, 2024jun28
!*** lower limit, leap second table, 1972jan01
parameter(MJDUPPER=60306)
parameter(MJDUPPER=60489)
parameter(MJDLOWER=41317)

!*** leap second table limit flag
Expand Down Expand Up @@ -1642,7 +1642,7 @@
***** other leap second references at:
***** http://hpiers.obspm.fr/eoppc/bul/bulc/Leap_Second_History.dat
***** http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
***** File expires on 28 December 2023
***** File expires on 28 June 2024

*** test against newest leaps first

Expand Down

0 comments on commit 045c21b

Please sign in to comment.