Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Nov 7, 2023
1 parent d18e582 commit 842d7ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ZenithAngleCalc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ function distance_declination_hourangle(
d0 = IP.orbit_semimaj(param_set)
M0 = IP.mean_anom_epoch(param_set)

#date0 = DateTime(epoch_string, dateformat"y-m-dTHH:MM:SS.s")

days_per_year = Ya / day_length
Δt_years =
FT(datetime2julian(date) - datetime2julian(date0)) / days_per_year
Expand Down Expand Up @@ -149,9 +147,6 @@ function instantaneous_zenith_angle(
param_set::IP.AIP;
eot_correction::Bool = true,
) where {FT}


# epoch_string::String = IP.epoch(param_set)
Δt_years = get_Δt_years(param_set, date, date0)
instantaneous_zenith_angle(
date,
Expand Down

0 comments on commit 842d7ce

Please sign in to comment.