Skip to content

Commit

Permalink
add amip with diagnostic edmf job
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 authored and LenkaNovak committed Feb 5, 2024
1 parent 914f83d commit 2bc9629
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,18 @@ steps:
slurm_ntasks_per_node: 16
slurm_nodes: 4
slurm_mem_per_cpu: 16G

- label: "MPI AMIP FINE: new target amip: topo + diagedmf"
key: "amip_target_topo_diagedmf"
command: "mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf.yml"
artifact_paths: "experiments/AMIP/output/amip/amip_target_topo_diagedmf_artifacts/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
BUILD_HISTORY_HANDLE: ""
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 4
slurm_mem_per_cpu: 20G


- group: "Other AMIP targets"
Expand Down
25 changes: 25 additions & 0 deletions config/longrun_configs/amip_target_topo_diagedmf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
run_name: "amip_target_topo_diagedmf"
anim: true
dt_cpl: 100
energy_check: false
mode_name: "amip"
mono_surface: false
dt: "100secs"
t_end: "40days"
job_id: "amip_target_topo_diagedmf"
dt_save_to_sol: "10days"
dt_save_state_to_disk: "20days"
apply_limiter: false
hourly_checkpoint: true
turb_flux_partition: "CombinedStateFluxes"
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_rhoe_equil_55km_nz63_allsky_diagedmf_0M.yml"
surface_setup: "PrescribedSurface"
land_albedo_type: "map_temporal"
start_date: "19790301"
topography: "Earth"
topo_smoothing: true
FLOAT_TYPE: "Float32"
idealized_insolation: false
dt_rad: "1hours"
dt_cloud_fraction: "1hours"
netcdf_output_at_levels: true

0 comments on commit 2bc9629

Please sign in to comment.