diff --git a/experiments/AMIP/modular/coupler_driver_modular.jl b/experiments/AMIP/modular/coupler_driver_modular.jl index ed1ac78b6b..441faf495f 100644 --- a/experiments/AMIP/modular/coupler_driver_modular.jl +++ b/experiments/AMIP/modular/coupler_driver_modular.jl @@ -105,6 +105,8 @@ import ClimaCoupler.FieldExchanger: step_model_sims! import ClimaCoupler.Checkpointer: checkpoint_model_state, get_model_state_vector, restart_model_state! +include("../../../artifacts/download_artifacts.jl") + ## helpers for component models include("components/atmosphere/climaatmos_init.jl") include("components/land/bucket_init.jl")