Skip to content

Commit

Permalink
new target
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Oct 12, 2023
1 parent d0c5522 commit 43c992e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ steps:
# mid-resolution AMIP: longrun (140 days)
- label: "MPI AMIP FINE: target longrun"
key: "amip_longrun_target"
command: "mpiexec julia --color=yes --project=experiments/AMIP/modular/ experiments/AMIP/modular/coupler_driver_modular.jl --config_file $CONFIG_PATH/amip_longrun_target.yml"
artifact_paths: "experiments/AMIP/modular/output/amip/amip_longrun_target_artifacts/*"
command: "mpiexec julia --color=yes --project=experiments/AMIP/modular/ experiments/AMIP/modular/coupler_driver_modular.jl --config_file $CONFIG_PATH/new_targets.yml"
artifact_paths: "experiments/AMIP/modular/output/amip/new_target_artifacts/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
BUILD_HISTORY_HANDLE: ""
Expand Down
16 changes: 16 additions & 0 deletions config/longrun_configs/new_targets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
run_name: "new_target"
anim: true
dt_cpl: 150
energy_check: false
mode_name: "amip"
mono_surface: false
t_end: "300days"
job_id: "new_target"
dt_save_to_sol: "20days"
dt_save_to_disk: "10days"
dt_save_restart: "5days"
turb_flux_partition: "CombinedStateFluxes"
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky_tvinsolation.yml"
atmos_toml_file: "toml/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky.toml"
monthly_checkpoint: true
surface_setup: PrescribedSurface

0 comments on commit 43c992e

Please sign in to comment.