From 43c992e862edeee646eab7ee1afc518eec48e4ad Mon Sep 17 00:00:00 2001 From: LenkaNovak Date: Thu, 12 Oct 2023 14:45:29 -0700 Subject: [PATCH] new target --- .buildkite/longruns/pipeline.yml | 4 ++-- config/longrun_configs/new_targets.yml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 config/longrun_configs/new_targets.yml diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index e62cde7bde..958c7562e7 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -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: "" diff --git a/config/longrun_configs/new_targets.yml b/config/longrun_configs/new_targets.yml new file mode 100644 index 0000000000..837e768829 --- /dev/null +++ b/config/longrun_configs/new_targets.yml @@ -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