diff --git a/Project.toml b/Project.toml index 2184bcb4..8471aef0 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "ClimaOcean" uuid = "0376089a-ecfe-4b0e-a64f-9c555d74d754" license = "MIT" authors = ["Climate Modeling Alliance and contributors"] -version = "0.1.2" +version = "0.1.3" [deps] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" diff --git a/src/ClimaOcean.jl b/src/ClimaOcean.jl index d256bf13..b4d7eb92 100644 --- a/src/ClimaOcean.jl +++ b/src/ClimaOcean.jl @@ -8,7 +8,7 @@ using CubicSplines function __init__(; remove_existing_data=false) ## Data for the one_degree_global_simulation - branch_url = "https://github.com/CliMA/OceananigansArtifacts.jl/raw/glw/near-global-data" + branch_url = "https://github.com/glwagner/OceananigansArtifacts.jl/raw/glw/near-global-data" dir = "lat_lon_bathymetry_and_fluxes" bathymetry_name = "bathymetry_lat_lon_360_150.jld2" initial_conditions_month_1 = "initial_conditions_month_01_360_150_48.jld2"