-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nuke Docs via GithubActions + add compat for CairoMakie v0.11, v0.12 (#…
…156) * disable docs previews * add compat for CairoMakie 0.11, 0.12 * Delete .github/workflows/Documenter.yml * Update make.jl * Update near_global_ocean_simulation.jl * import on_architecture * land mask is now handled by OceananicansMakie extension * enable previews previews from the ClimaOceanDocs repo are now deleted every week * simpler visualization of bathymetry + cleanup * add Oceananigans * Delete .github/workflows/DocPreviewCleanup.yml * Update Project.toml * Update Project.toml * define Nt * try shorter simulation * Allow latitude, longitude to be points * Improve single column simulation * Add various show methods and clean up type definitions * Move LatitudeDependentAlbedo to own file * Make latitdue dependent albedo default * Try to fix tabulated albedo but its still broken * Make fluxes SCM friendly * Allow ocean simulations that are already cleaned of calllbacks * Update make and examples * Update example * Run simulation longer * remove commented bit * tweak * tweak * tweak * tweak * fix bug in summary * add CFTime * drop package from its docs Project * Update make.jl * update Oceananigans compat * remove movie * update ECCOMetadata * fix show for OceanSeaIceModel * some tweaks * some tweaks * remove movie * fix hide * remove current figures * remove climaocean * remove T and e * remove debugging statement * use interior for surface fields * use interior for surface fields * fix * delete * add ECCO * minor fixes * remove stray line * fix name * fixes * cleanup * fix docstring0 * tweaks * fix name * fix name * fix makie * tweaks * fix * remove surface fluxes * cleaning --------- Co-authored-by: Gregory L. Wagner <[email protected]>
- Loading branch information
Showing
32 changed files
with
474 additions
and
581 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 |
---|---|---|
|
@@ -151,4 +151,3 @@ steps: | |
|
||
- wait: ~ | ||
continue_on_failure: true | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,11 +1,14 @@ | ||
[deps] | ||
CFTime = "179af706-886a-5703-950a-314cd64e0468" | ||
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" | ||
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" | ||
Oceananigans = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09" | ||
OrthogonalSphericalShellGrids = "c2be9673-fb75-4747-82dc-aa2bb9f4aed0" | ||
|
||
[compat] | ||
CairoMakie = "0.10.12" | ||
CairoMakie = "0.10.12, 0.11, 0.12" | ||
DataDeps = "0.7" | ||
Documenter = "1" | ||
Oceananigans = "0.93.1" |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.