Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-kev committed Oct 4, 2024
1 parent fbd9a14 commit a056ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ steps:
key: "gpu_amip_target_topo_diagedmf_shortrun"
command:
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/gpu_amip_target_topo_diagedmf_shortrun.yml --job_id gpu_amip_target_topo_diagedmf_shortrun"
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/leaderboard.jl experiments/ClimaEarth/output/amip/gpu_amip_target_topo_diagedmf_shortun/clima_atmos/output_active experiments/ClimaEarth/output/amip/gpu_amip_target_topo_diagedmf_shortrun_artifacts"
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/leaderboard.jl experiments/ClimaEarth/output/amip/gpu_amip_target_topo_diagedmf_shortrun/clima_atmos/output_0000 experiments/ClimaEarth/output/amip/gpu_amip_target_topo_diagedmf_shortrun_artifacts"
artifact_paths: "experiments/ClimaEarth/output/amip/gpu_amip_target_topo_diagedmf_shortrun_artifacts/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
Expand Down
3 changes: 2 additions & 1 deletion experiments/ClimaEarth/run_amip.jl
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,8 @@ if ClimaComms.iamroot(comms_ctx)
if cs.mode.name == "amip" && !isempty(cs.diagnostics)
## plot data that correspond to the model's last save_hdf5 call (i.e., last month)
@info "AMIP plots"

@info atmos_sim.integrator.p.output_dir
@info dir_paths.artifacts
## ClimaESM
include("user_io/amip_visualizer.jl")
post_spec = (;
Expand Down

0 comments on commit a056ecb

Please sign in to comment.