Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Apr 23, 2024
1 parent 2ad801d commit 319b6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ steps:
command: >
julia --project=experiments/surface_fluxes_perfect_model -e '
import CalibrateAtmos;
experiment_dir = dirname(Base.active_project())
include(joinpath(experiment_dir, "observation_map.jl"));
eki = CalibrateAtmos.slurm_calibration(time_limit = "3");
eki = CalibrateAtmos.slurm_calibration(time_limit = "3", model_interface_path = joinpath(experiment_dir, "model_interface.jl"));
include(joinpath(experiment_dir, "postprocessing.jl"));
'

0 comments on commit 319b6c8

Please sign in to comment.