Skip to content

Commit

Permalink
remove shows
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Jan 19, 2024
1 parent a61adb1 commit 91421f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions experiments/AMIP/components/land/bucket_init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ function bucket_init(
set_initial_cache! = make_set_initial_cache(model)
set_initial_cache!(p, Y, tspan[1])

@show propertynames(p)

exp_tendency! = make_exp_tendency(model)
ode_algo = CTS.ExplicitAlgorithm(stepper)
bucket_ode_function = CTS.ClimaODEFunction(T_exp! = exp_tendency!, dss! = ClimaLSM.dss!)
Expand Down
2 changes: 0 additions & 2 deletions test/experiment_tests/coupled_sims.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ end
map = Operators.LinearRemap(spaceB, spaceA)
coupler_add_map!(coupler, :simA_to_simB, map)

@show coupler

@testset "coupler_get" begin
@test simA.data === coupler_get(coupler, :test1)

Expand Down

0 comments on commit 91421f0

Please sign in to comment.