Skip to content

Commit

Permalink
amip report
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Apr 8, 2024
1 parent 906cbab commit a8bcf6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ steps:
# soft_fail: true


# - group: "Current target tests: AMIP surfaces"
- group: "Current target tests: AMIP surfaces"

# steps:
steps:

# - label: "MPI AMIP FINE: new target amip"
# key: "amip_target"
Expand Down Expand Up @@ -267,18 +267,18 @@ steps:
# slurm_mem_per_cpu: 16G
# soft_fail: true

# - label: "MPI AMIP FINE: new target amip: topo + diagedmf"
# key: "amip_target_topo_diagedmf"
# command: "srun julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf.yml"
# artifact_paths: "experiments/AMIP/output/amip/amip_target_topo_diagedmf_artifacts/*"
# env:
# CLIMACORE_DISTRIBUTED: "MPI"
# BUILD_HISTORY_HANDLE: ""
# agents:
# slurm_ntasks_per_node: 16
# slurm_nodes: 4
# slurm_mem_per_cpu: 20G
# soft_fail: true
- label: "MPI AMIP FINE: new target amip: topo + diagedmf"
key: "amip_target_topo_diagedmf"
command: "srun julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf.yml"
artifact_paths: "experiments/AMIP/output/amip/amip_target_topo_diagedmf_artifacts/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
BUILD_HISTORY_HANDLE: ""
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 4
slurm_mem_per_cpu: 20G
soft_fail: true

- group: "Current target tests on GPU: AMIP surface"

Expand Down Expand Up @@ -315,7 +315,7 @@ steps:

- label: ":envelope: Slack report: build_history"
command:
- slack-upload -c "#coupler-report" -f build_history.html -m html -n build_history -x "Overall job performance"
- slack-upload -c "#coupler-report" -f build_history.html -m html -n build_history -x "":rocket: Interactive overall job performance history (download and view in browser) :rocket:"

- label: ":envelope: Slack report: build_history new"
command:
Expand Down
4 changes: 2 additions & 2 deletions config/longrun_configs/amip_target_topo_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ mode_name: "amip"
mono_surface: false
netcdf_output_at_levels: true
run_name: "amip_target_topo_diagedmf"
start_date: "19790201"
start_date: "19790228"
surface_setup: "PrescribedSurface"
t_end: "40days"
t_end: "2days"
topo_smoothing: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxes"

0 comments on commit a8bcf6c

Please sign in to comment.