Skip to content

Commit

Permalink
use smaller dt ref T
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Sep 12, 2024
1 parent a7d119c commit b4e83f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/standalone/Vegetation/timestep_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ prob = SciMLBase.ODEProblem(

# Read in solution from saved delimited file (experiment run explicitly with dt = 0.1s)
savedir = joinpath(pkgdir(ClimaLand), "experiments/standalone/Vegetation");
ref_file = joinpath(savedir, "ref_T_dt0p1_0p5days.txt")
ref_file = joinpath(savedir, "ref_T_dt0p01_0p5days.txt")
ref_T = vec(readdlm(ref_file, ','))

mean_err = []
Expand Down

0 comments on commit b4e83f3

Please sign in to comment.