Skip to content

Commit

Permalink
parent 20c6eb3
Browse files Browse the repository at this point in the history
author Andy Charbonneau <acharbon@caltech.edu> 1696449822 -0400
committer kmdeck <kdeck@caltech.edu> 1702316763 -0800

first commit

Updated tools and added unit tests

ran julia formatter

updated tutorials and tests, turned tools into Modules

ran julia formatter again

reset Manifest/Project, small edits

try again

update gitignore

restore exp project manifest

trying test Project update instead

resolved aqua package issues

attempt to resolve CUDA issue

small changes for running tests

handled dividing precision error in test

test and exp seem to run locally on mac

added statsbase back in and added semicolons

update Project toml

edited doc files

try syntax fix again

small edits, added type tests, getting ready for rebase

first commit

Updated tools and added unit tests

ran julia formatter

updated tutorials and tests, turned tools into Modules

ran julia formatter again

reset Manifest/Project, small edits

try again

update gitignore

restore exp project manifest

trying test Project update instead

resolved aqua package issues

attempt to resolve CUDA issue

small changes for running tests

handled dividing precision error in test

test and exp seem to run locally on mac

added statsbase back in and added semicolons

edited doc files

try syntax fix again

check manifest changes

updated tutorial hyperlinks
  • Loading branch information
a-charbon authored and kmdeck committed Dec 11, 2023
1 parent f667b01 commit 954b1f8
Show file tree
Hide file tree
Showing 17 changed files with 2,565 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Files generated by invoking Julia with --track-allocation
*.jl.mem

.vscode/
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
# They contain absolute paths specific to the host computer, and so should not be committed
deps/deps.jl
Expand Down
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,46 @@ version = "0.4.1"
[deps]
ArtifactWrappers = "a14bc488-3040-4b00-9dc1-f6467924858a"
CFTime = "179af706-886a-5703-950a-314cd64e0468"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
ClimaCoreTempestRemap = "d934ef94-cdd4-4710-83d6-720549644b70"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SurfaceFluxes = "49b00bb7-8bd4-4f2b-b78c-51cd0450215f"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

[compat]
ArtifactWrappers = "0.2"
CFTime = "0.1"
ClimaComms = "0.5.6"
ClimaCore = "0.11"
ClimaCoreTempestRemap = "0.3"
CSV = "0.10"
cuDNN = "1"
DataFrames = "1"
Dates = "1"
DocStringExtensions = "0.8, 0.9"
Flux = "0.14"
HTTP = "1.10"
IntervalSets = "0.5, 0.6, 0.7"
JLD2 = "0.4"
LinearAlgebra = "1"
NCDatasets = "0.11, 0.12, 0.13"
SciMLBase = "1, 2"
StaticArrays = "1"
StatsBase = "0.34"
SurfaceFluxes = "0.8"
Thermodynamics = "0.9, 0.10, 0.11"
julia = "1.8"
Loading

0 comments on commit 954b1f8

Please sign in to comment.