Skip to content

Commit 1e9de09

Browse files
committed
CliMA/OceananigansArtifacts.jl -> glwagner/OceananigansArtifacts.jl
1 parent c79685e commit 1e9de09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "ClimaOcean"
22
uuid = "0376089a-ecfe-4b0e-a64f-9c555d74d754"
33
license = "MIT"
44
authors = ["Climate Modeling Alliance and contributors"]
5-
version = "0.1.2"
5+
version = "0.1.3"
66

77
[deps]
88
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

src/ClimaOcean.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using CubicSplines
88
function __init__(; remove_existing_data=false)
99

1010
## Data for the one_degree_global_simulation
11-
branch_url = "https://github.com/CliMA/OceananigansArtifacts.jl/raw/glw/near-global-data"
11+
branch_url = "https://github.com/glwagner/OceananigansArtifacts.jl/raw/glw/near-global-data"
1212
dir = "lat_lon_bathymetry_and_fluxes"
1313
bathymetry_name = "bathymetry_lat_lon_360_150.jld2"
1414
initial_conditions_month_1 = "initial_conditions_month_01_360_150_48.jld2"

0 commit comments

Comments
 (0)