Skip to content

Commit

Permalink
Merge pull request #1076 from CliMA/js/benchmark-config
Browse files Browse the repository at this point in the history
specify dt in benchmark configs
  • Loading branch information
juliasloan25 authored Nov 13, 2024
2 parents 82b6858 + 59947cc commit 2a9f7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/benchmark_configs/amip_diagedmf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FLOAT_TYPE: "Float32"
atmos_config_file: "config/benchmark_configs/climaatmos_diagedmf.yml"
atmos_config_repo: "ClimaCoupler"
dt: "120secs"
dt_cpl: 120
dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
Expand Down
1 change: 1 addition & 0 deletions config/benchmark_configs/amip_diagedmf_io.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FLOAT_TYPE: "Float32"
atmos_config_file: "config/benchmark_configs/climaatmos_diagedmf_io.yml"
atmos_config_repo: "ClimaCoupler"
dt: "120secs"
dt_cpl: 120
dt_save_state_to_disk: "12hours"
dt_save_to_sol: "12hours"
Expand Down

0 comments on commit 2a9f7b7

Please sign in to comment.