-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from gaelforget/rename_pkg
Rename pkg
- Loading branch information
Showing
22 changed files
with
118 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "IndividualDisplacements" | ||
uuid = "b92f0c32-5b7e-11e9-1d7b-238b2da8b0e6" | ||
name = "Drifters" | ||
uuid = "bd752fb7-3f37-44cb-a8fb-f461137b623f" | ||
authors = ["gaelforget <[email protected]>"] | ||
version = "0.5.4" | ||
version = "0.6.0" | ||
|
||
[deps] | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
|
@@ -22,9 +22,9 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" | |
MITgcm = "dce5fa8e-68ce-4431-a242-9469c69627a0" | ||
|
||
[extensions] | ||
IndividualDisplacementsClimatologyExt = ["Climatology"] | ||
IndividualDisplacementsMakieExt = ["Makie"] | ||
IndividualDisplacementsMITgcmExt = ["MITgcm"] | ||
DriftersClimatologyExt = ["Climatology"] | ||
DriftersMakieExt = ["Makie"] | ||
DriftersMITgcmExt = ["MITgcm"] | ||
|
||
[compat] | ||
CSV = "0.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
using Documenter, Literate, PlutoSliderServer, IndividualDisplacements | ||
using Documenter, Literate, PlutoSliderServer, Drifters | ||
using Climatology | ||
|
||
#download data dependencies if needed | ||
IndividualDisplacements.datadeps.getdata("flt_example") | ||
Drifters.datadeps.getdata("flt_example") | ||
Climatology.get_ecco_velocity_if_needed(); | ||
Climatology.get_occa_velocity_if_needed(); | ||
Climatology.get_ecco_variable_if_needed("THETA") | ||
|
@@ -35,8 +35,8 @@ ismd(f) = splitext(f)[2] == ".md" | |
pages(folder) = [joinpath(folder, f) for f in readdir(joinpath(src, folder)) if ismd(f)] | ||
|
||
makedocs(; | ||
sitename = "IndividualDisplacements.jl", | ||
repo = Remotes.GitHub("JuliaClimate", "IndividualDisplacements.jl"), | ||
sitename = "Drifters.jl", | ||
repo = Remotes.GitHub("JuliaClimate", "Drifters.jl"), | ||
authors="JuliaClimate <[email protected]>", | ||
format = Documenter.HTML(), | ||
pages = [ | ||
|
@@ -46,7 +46,7 @@ makedocs(; | |
"Tool Box" => "API.md"], | ||
doctest = false, | ||
warnonly = [:cross_references,:missing_docs], | ||
modules = [IndividualDisplacements] | ||
modules = [Drifters] | ||
) | ||
|
||
pth_in = joinpath(@__DIR__, "..","examples") | ||
|
@@ -66,5 +66,5 @@ end | |
# See "Hosting Documentation" and deploydocs() in the Documenter manual | ||
# for more information. | ||
deploydocs( | ||
repo = "github.com/JuliaClimate/IndividualDisplacements.jl.git", | ||
repo = "github.com/JuliaClimate/Drifters.jl.git", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# IndividualDisplacements.jl | ||
# Drifters.jl | ||
|
||
[IndividualDisplacements.jl](https://github.com/JuliaClimate/IndividualDisplacements.jl) computes elementary point displacements over gridded domains. Inter-operability with global climate model output (on [Arakawa](https://en.wikipedia.org/wiki/Arakawa_grids) `C-grids` in general) that can be represented via [MeshArrays.jl](https://github.com/JuliaClimate/MeshArrays.jl) (see [these docs](https://juliaclimate.github.io/MeshArrays.jl/dev/)) is a central goal of [IndividualDisplacements.jl](https://github.com/JuliaClimate/IndividualDisplacements.jl). | ||
[Drifters.jl](https://github.com/JuliaClimate/Drifters.jl) computes elementary point displacements over gridded domains. Inter-operability with global climate model output (on [Arakawa](https://en.wikipedia.org/wiki/Arakawa_grids) `C-grids` in general) that can be represented via [MeshArrays.jl](https://github.com/JuliaClimate/MeshArrays.jl) (see [these docs](https://juliaclimate.github.io/MeshArrays.jl/dev/)) is a central goal of [Drifters.jl](https://github.com/JuliaClimate/Drifters.jl). | ||
|
||
The initial example suite relies on gridded ocean transports estimated in [OCCA](https://doi.org/10.7910/DVN/RNXA2A) ([Forget 2010](http://dx.doi.org/10.1175/2009JPO4043.1)), [ECCOv4](https://eccov4.readthedocs.io/en/latest/) ([Forget et al. 2015](https://doi.org/10.5194/gmd-8-3071-2015)), and [CBIOMES](https://cbiomes.readthedocs.io/en/latest/) ([Forget, 2018](http://doi.org/10.5281/zenodo.1343303)). For the Atmosphere, an additional example based on an idealized model simulation is provided in [MITgcm.jl](https://gaelforget.github.io/MITgcm.jl/dev/). | ||
|
||
Typical applications include the simulation and analysis of materials moving through atmospheric flows (e.g. dust or chemicals) or oceanic flows (e.g. plastics or planktons). An illustration of the type of observations that [IndividualDisplacements.jl](https://github.com/JuliaClimate/IndividualDisplacements.jl) can simulate is provided below. These data collected by [Ocean Drifting Buoy](https://doi.org/10.1002/2016JC011716) can be accessed via [OceanRobots.jl](https://gaelforget.github.io/OceanRobots.jl/dev/). | ||
Typical applications include the simulation and analysis of materials moving through atmospheric flows (e.g. dust or chemicals) or oceanic flows (e.g. plastics or planktons). An illustration of the type of observations that [Drifters.jl](https://github.com/JuliaClimate/Drifters.jl) can simulate is provided below. These data collected by [Ocean Drifting Buoy](https://doi.org/10.1002/2016JC011716) can be accessed via [OceanRobots.jl](https://gaelforget.github.io/OceanRobots.jl/dev/). | ||
|
||
[![Global Drifter Program data](https://user-images.githubusercontent.com/20276764/90924860-41799580-e3be-11ea-96bd-9a5784d00ecc.png)](https://youtu.be/82HPnYBtoVo) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
ext/IndividualDisplacementsClimatologyExt.jl → ext/DriftersClimatologyExt.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
ext/IndividualDisplacementsMITgcmExt.jl → ext/DriftersMITgcmExt.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.