Skip to content

Commit

Permalink
try different URL for Kok et al dust dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed May 16, 2024
1 parent 750fae3 commit 0984ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aeolian_sources.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ renamelong(s) = DATASET_LONGNAMES[rename(s)]
# Aeolian source URLs
const URLs = Dict(
"Chien" => "http://www.geo.cornell.edu/eas/PeoplePlaces/Faculty/mahowald/dust/Chienetal2016/post.aerosols.2x2.seasonal.nc",
"Kok" => "https://dustcomm.atmos.ucla.edu/data/K21b/DustCOMM_source_region_wetdep_annual_PM20_abs.nc"
"Kok" => "https://research.aos.ucla.edu/dustcomm/K21b/DustCOMM_source_region_wetdep_annual_PM20_abs.nc"
)
url(s) = URLs[rename(s)]

Expand Down

0 comments on commit 0984ecb

Please sign in to comment.