diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d54b2a95..34616e26 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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")); ' \ No newline at end of file