Skip to content

Commit

Permalink
Fix: Update solar flux data source
Browse files Browse the repository at this point in the history
Update solar flux data source. The old solar flux data source stopped
working so found a new soruce with equivalent data from NRC Canada.
  • Loading branch information
duncaneddy committed Aug 7, 2024
1 parent dcd975c commit 58f3ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/universe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Download F10.7cm Solar Flux data.
10.7cm solar flux is the standard measure of solar activity in space weather models.
Notes:
1. Data source is NRC Canada solar flux tables: ftp://ftp.seismo.nrcan.gc.ca/spaceweather/solar_flux/daily_flux_values/fluxtable.txt
1. Data source is NRC Canada solar flux tables: https://www.spaceweather.gc.ca/solar_flux_data/daily_flux_values/fluxtable.txt
"""
function download_solar_flux()
@suppress download_file("ftp://ftp.seismo.nrcan.gc.ca/spaceweather/solar_flux/daily_flux_values/fluxtable.txt", "fluxtable.txt")
@suppress download_file("https://www.spaceweather.gc.ca/solar_flux_data/daily_flux_values/fluxtable.txt", "fluxtable.txt")
end

export download_all_data
Expand Down

0 comments on commit 58f3ad2

Please sign in to comment.