Skip to content

Commit a0f0182

Browse files
Sbozzolokmdeck
authored andcommitted
Remove ClimaLandSimulations
Work in progress [skip ci][ci skip]
1 parent 1a412ea commit a0f0182

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+0
-3722
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ steps:
3131
- "julia --project=test -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.add(\"MPI\"); Pkg.add(\"CUDA\"); Pkg.instantiate(;verbose=true)'"
3232
- "julia --project=test -e 'using Pkg; Pkg.status()'"
3333

34-
- echo "--- Instantiate lib/ClimaLandSimulations"
35-
- "julia --project=lib/ClimaLandSimulations -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.instantiate(;verbose=true)'"
36-
- "julia --project=lib/ClimaLandSimulations -e 'using Pkg; Pkg.status()'"
37-
3834
agents:
3935
slurm_gpus: 1
4036
# Ensures that we have all the 8 tasks on the same node
@@ -153,12 +149,6 @@ steps:
153149
env:
154150
CLIMACOMMS_DEVICE: "CUDA"
155151

156-
- group: "ClimaLandSimulations"
157-
steps:
158-
- label: "Ozark figures Makie"
159-
command: "julia --color=yes --project=lib/ClimaLandSimulations lib/ClimaLandSimulations/experiments/ozark.jl"
160-
artifact_paths: "figures/*pdf"
161-
162152
- group: "CPU: global bucket"
163153
steps:
164154
- label: "Global Bucket on CPU (functional albedo)"

.github/workflows/ClimaLandSimulations.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/src/repo_structure.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,6 @@ As well as two files:
8484
- ClimaLand.jl: This file is the main Julia module of `ClimaLand.jl` repository. It contains all functions defined in `/src` in a nested way, for example `ClimaLand.X`, `ClimaLand.Soil.X`, `ClimaLand.Canopy.X`, etc. When a Julia user install and uses ClimaLand via `]add ClimaLand, using ClimaLand`, they are loading those functions, and are ready to use ClimaLand codebase.
8585
- Artifacts.jl: Contains functions that return the path of the given artifact name in the current context
8686

87-
## /lib folder
88-
89-
This folder contains a subfolder, `/ClimaLandSimulations`, which contains a library of methods
90-
to easily and conveniently run ClimaLand at a variety of sites and globally. There are 3 subfolders:
91-
92-
- experiments: This folder contains scripts to run ClimaLand at a fluxnet site using ClimaLandSimulations
93-
- src: Contains source code for the ClimaLandSimulations package. There are 3 subfolders and
94-
1 file.
95-
- Dashboards: Contains scripts to create dashboards for running simulations at fluxnet sites
96-
- Fluxnet: Contains scripts to setup a ClimaLand simulation at a fluxnet site
97-
- utilities: Contains utilities used in setup of ClimaLand simulation at a fluxnet sites
98-
99-
- test: Contains tests for the ClimaLandSimulations package
100-
10187
## /ext folder
10288
This folder has one subfolder, `/neural_snow`, which contains tools to create the neural network
10389
for snow and process its data. There are also two files

docs/src/standalone/apps.jl

Lines changed: 0 additions & 47 deletions
This file was deleted.

lib/ClimaLandSimulations/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

lib/ClimaLandSimulations/Project.toml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)