Skip to content

Commit

Permalink
Merge pull request #561 from CliMA/js/albedo-function
Browse files Browse the repository at this point in the history
use albedo function in config
  • Loading branch information
juliasloan25 authored Jan 19, 2024
2 parents a93c99e + 56ca3e5 commit 7f3c595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config/model_configs/slabplanet_albedo_function.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
run_name: "slabplanet_albedo_function"
job_id: "slabplanet_albedo_function"
moist: "equil"
vert_diff: "true"
rad: "gray"
Expand All @@ -10,7 +12,5 @@ dt: "200secs"
mono_surface: true
h_elem: 4
precip_model: "0M"
land_albedo_type: "map_static"
run_name: "slabplanet_albedo_function"
land_albedo_type: "function"
apply_limiter: false
job_id: "slabplanet_albedo_function"
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 7f3c595

Please sign in to comment.