Skip to content

Commit

Permalink
add target
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Oct 18, 2023
1 parent ca49a41 commit 03284cb
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ steps:
slurm_nodes: 4
slurm_mem_per_cpu: 16G

- label: "MPI AMIP FINE: new target"
key: "new_target"
command: "mpiexec julia --color=yes --project=experiments/AMIP/modular/ experiments/AMIP/modular/coupler_driver_modular.jl --config_file $CONFIG_PATH/new_target.yml"
artifact_paths: "experiments/AMIP/modular/output/amip/new_target_artifacts/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
BUILD_HISTORY_HANDLE: ""
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 4
slurm_mem_per_cpu: 16G

# # mid-resolution AMIP: MPI performance scaling (10 days)
# - label: "MPI AMIP FINE: n64"
# key: "mpi_amip_fine_n64"
Expand Down
6 changes: 4 additions & 2 deletions config/longrun_configs/amip_longrun_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ dt: "100secs"
t_end: "100days" # TODO this has been decreased from 140 days to avoid instability #460
job_id: "amip_longrun_target"
dt_save_to_sol: "5days"
dt_save_to_disk: "1days"
apply_limiter: false
dt_save_to_disk: "5days"
hourly_checkpoint: true
apply_limiter: false
surface_setup: PrescribedSurface
22 changes: 22 additions & 0 deletions config/longrun_configs/amip_longrun_target_old.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
run_name: "amip_longrun_target"
anim: true
dt_cpl: 150
energy_check: false
mode_name: "amip"
mono_surface: false
vert_diff: "true"
moist: "equil"
rad: "clearsky"
precip_model: "0M"
z_elem: 35
dz_bottom: 50
h_elem: 12
kappa_4: 3e16
rayleigh_sponge: true
alpha_rayleigh_uh: 0
dt: "100secs"
t_end: "100days" # TODO this has been decreased from 140 days to avoid instability #460
job_id: "amip_longrun_target"
dt_save_to_sol: "5days"
dt_save_to_disk: "1days"
apply_limiter: false
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ hourly_checkpoint: true
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"
surface_setup: PrescribedSurface
surface_setup: PrescribedSurface

0 comments on commit 03284cb

Please sign in to comment.