Skip to content

Commit

Permalink
Merge pull request #992 from CliMA/zs/tinyamip
Browse files Browse the repository at this point in the history
modify nightly amip config
  • Loading branch information
szy21 authored Oct 5, 2024
2 parents 65a291e + ecd2e79 commit 9afdcee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/nightly/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse1"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse1_artifacts/*"
timeout_in_minutes: 1080
timeout_in_minutes: 840
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
Expand Down
9 changes: 5 additions & 4 deletions config/nightly_configs/amip_coarse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ albedo_model: "CouplerAlbedo"
anim: false
atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml"
coupler_toml_file: "toml/amip.toml"
dt: "120secs"
dt_cpl: 120
dt: "180secs"
dt_cpl: 180
dt_save_state_to_disk: "30days"
dt_save_to_sol: "30days"
dz_bottom: 30.0
dz_bottom: 100.0
energy_check: false
h_elem: 8
hourly_checkpoint: true
Expand All @@ -18,6 +18,7 @@ mono_surface: false
netcdf_output_at_levels: true
output_default_diagnostics: true
rayleigh_sponge: true
smoothing_order: 10
start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "366days"
Expand All @@ -27,4 +28,4 @@ turb_flux_partition: "CombinedStateFluxesMOST"
unique_seed: true
viscous_sponge: false
z_elem: 31
z_max: 55000.0
z_max: 50000.0

0 comments on commit 9afdcee

Please sign in to comment.