Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add amip with diagnostic edmf job #575

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
LenkaNovak marked this conversation as resolved.
Show resolved Hide resolved


- 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
Loading