CliMA / ClimaLand.jl

Clima's Land Model
Apache License 2.0
32 stars 8 forks source link

remove ArtifactWrappers from docs, test, standalone bucket #640

Closed kmdeck closed 3 weeks ago

kmdeck commented 3 weeks ago

Purpose

Removes artifact wrappers dependence from our docs, test, and src except src/Artifacts.jl

To-do

Future PR (ClimaArtifacts) - add these files to ClimaArtifacts Future PR (ClimaLand) - update the functions in src/Artifacts.jl Review

Content

adds a few new files to srcs/Artifacts.jl removes AW from docs, src/standalone/Bucket In test/ we had "era5_t2m_sp_u10n_static_dataset_path" and "era5_t2m_sp_u10n_dataset_path" artifacts, but these were not being used anywhere, so I removed them. @juliasloan25 can confirm

Review checklist

I have:

In the Content, I have included


juliasloan25 commented 3 weeks ago

Agreed that "era5_t2m_sp_u10n_static_dataset_path" and "era5_t2m_sp_u10n_dataset_path" weren't being used! Thank you Kat :)

juliasloan25 commented 3 weeks ago

Is it correct that this is a step towards https://github.com/CliMA/ClimaLand.jl/issues/580, but doesn't close it because ArtifactWrappers is still being used in src/Artifacts.jl?

Sbozzolo commented 3 weeks ago

Is it correct that this is a step towards #580, but doesn't close it because ArtifactWrappers is still being used in src/Artifacts.jl?

Yes, correct. Now ArtifactsWrapper is more contained