Skip to content

Commit

Permalink
Update docs env and add inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriabarra committed May 16, 2023
1 parent 33db563 commit 50c08bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Insolation = "e98cc03f-d57e-4e3c-b70c-8d51efe9e0d8"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Expand All @@ -18,6 +19,7 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
[compat]
CLIMAParameters = "0.7.0"
ClimaCore = "0.10"
Insolation = "0.3, 0.4, 0.5"
SciMLBase = "<1.51"
SurfaceFluxes = "0.5, 0.6"
Thermodynamics = "0.9.2, 0.10"
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/Bucket/bucket_tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ using ClimaCore
# more seamless.
import CLIMAParameters as CP

# We also use Insolation to calculate solar zenith angle and solar insolation.
using Insolation

# Lastly, let's bring in the bucket model types (from ClimaLSM) that we
# will need access to.

Expand Down
1 change: 1 addition & 0 deletions experiments/Standalone/Soil/evaporation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using OrdinaryDiffEq: ODEProblem, solve, RK4, Euler, step!, init
using ClimaCore
import CLIMAParameters as CP
using Thermodynamics
using Insolation

using ClimaLSM
using ClimaLSM.Domains: Column
Expand Down
1 change: 1 addition & 0 deletions test/Bucket/albedo_map_bucket.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using Test
using ClimaCore
using ClimaComms
import CLIMAParameters as CP
using Insolation
using ClimaLSM.Regridder: MapInfo, regrid_netcdf_to_field
using ClimaLSM.Bucket:
BucketModel,
Expand Down

0 comments on commit 50c08bf

Please sign in to comment.