Skip to content

Commit

Permalink
CliMA/OceananigansArtifacts.jl -> glwagner/OceananigansArtifacts.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed May 13, 2024
1 parent c79685e commit 1e9de09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/ClimaOcean.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

2 comments on commit 1e9de09

@navidcy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/106674

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" 1e9de098e2dc411138db77b88be81fe51d216cdb
git push origin v0.1.3

Please sign in to comment.