Skip to content

Commit

Permalink
Update ECCO_example.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Jan 10, 2023
1 parent 7bbe8c3 commit 96ebaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ECCO_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Rasters, Plots, Downloads
include("../../../src/OceanRasterConversions.jl")
using .OceanRasterConversions
# and download model output from [ECCOv4r4](https://ecco-group.org/products-ECCO-V4r4.htm).
# This data is the daily average 0.5 degree output of salinity and temperature. To reproduce
# This data is the daily average 0.5 degree salinity and temperature model output. To reproduce
# this example, an Earthdata acount is needed to download the data.
# ## Read the data into a `RasterStack`
Downloads.download("https://opendap.earthdata.nasa.gov/providers/POCLOUD/collections/ECCO%2520Ocean%2520Temperature%2520and%2520Salinity%2520-%2520Daily%2520Mean%25200.5%2520Degree%2520(Version%25204%2520Release%25204)/granules/OCEAN_TEMPERATURE_SALINITY_day_mean_2007-01-01_ECCO_V4r4_latlon_0p50deg.dap.nc4", "ECCO_data.nc")
Expand Down

0 comments on commit 96ebaee

Please sign in to comment.