We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3276 removes a good fraction of dependencies that are not really needed. There are others that can be easily removed:
ClimaAtmos.jl/src/solver/type_getters.jl
Lines 163 to 170 in a72783f
It is used exclusively to generate the spline for Earth topography
It is used exclusively to read the artifact file in RRTMGP (will be removed by #3264 )
Line 409 in a72783f
It is used only to suppress a warning when passing custom kwargs to solvers
Lines 592 to 596 in a72783f
Only to disable logging in non-root processes
CliMA/ClimaComms.jl#52
It's deprecated, use ClimaArtifacts instead
ClimaArtifacts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#3276 removes a good fraction of dependencies that are not really needed. There are others that can be easily removed:
Adapt
ClimaAtmos.jl/src/solver/type_getters.jl
Lines 163 to 170 in a72783f
It is used exclusively to generate the spline for Earth topography
Pkg
It is used exclusively to read the artifact file in RRTMGP (will be removed by #3264 )
DiffEqBase
ClimaAtmos.jl/src/solver/type_getters.jl
Line 409 in a72783f
It is used only to suppress a warning when passing custom kwargs to solvers
Logging
ClimaAtmos.jl/src/solver/type_getters.jl
Lines 592 to 596 in a72783f
Only to disable logging in non-root processes
CliMA/ClimaComms.jl#52
ArtifactsWrapper
It's deprecated, use
ClimaArtifacts
insteadThe text was updated successfully, but these errors were encountered: