Skip to content

Commit

Permalink
add gpu map yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Feb 9, 2024
1 parent dbbf38c commit e5bf869
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ steps:
slurm_mem: 20GB

- label: "Slabplanet: albedo from temporal map"
key: "slabplanet_albedo_map_temporal"
key: "slabplanet_albedo_temporal_map"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/slabplanet_albedo_temporal_map.yml"
artifact_paths: "experiments/AMIP/output/slabplanet/slabplanet_albedo_temporal_map_artifacts/*"
agents:
Expand Down Expand Up @@ -356,8 +356,16 @@ steps:

- label: "GPU Slabplanet: albedo from static map"
key: "gpu_slabplanet_albedo_static_map"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/slabplanet_albedo_static_map.yml"
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/slabplanet_albedo_static_map_artifacts/*"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_slabplanet_albedo_static_map.yml"
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/gpu_slabplanet_albedo_static_map_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1

- label: "GPU Slabplanet: albedo from temporal map"
key: "gpu_slabplanet_albedo_temporal_map"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_slabplanet_albedo_temporal_map.yml"
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/gpu_slabplanet_albedo_temporal_map_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1
Expand Down
2 changes: 2 additions & 0 deletions config/model_configs/gpu_slabplanet_albedo_function.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
anim: true
apply_limiter: false
conservation_softfail: true
dt: "200secs"
dt_cpl: 200
dt_save_to_sol: "3600secs"
Expand Down
18 changes: 18 additions & 0 deletions config/model_configs/gpu_slabplanet_albedo_static_map.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
anim: true
apply_limiter: false
conservation_softfail: true
dt: "200secs"
dt_cpl: 200
dt_save_to_sol: "3600secs"
energy_check: true
h_elem: 4
job_id: "gpu_slabplanet_albedo_static_map"
land_albedo_type: "map_static"
mode_name: "slabplanet"
moist: "equil"
mono_surface: true
precip_model: "0M"
rad: "gray"
run_name: "gpu_slabplanet_albedo_static_map"
t_end: "10days"
vert_diff: "true"
18 changes: 18 additions & 0 deletions config/model_configs/gpu_slabplanet_albedo_temporal_map.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
anim: true
apply_limiter: false
conservation_softfail: true
dt: "200secs"
dt_cpl: 200
dt_save_to_sol: "3600secs"
energy_check: true
h_elem: 6
job_id: "gpu_slabplanet_albedo_temporal_map"
land_albedo_type: "map_temporal"
mode_name: "slabplanet"
moist: "equil"
mono_surface: true
precip_model: "0M"
rad: "gray"
run_name: "gpu_slabplanet_albedo_temporal_map"
t_end: "10days"
vert_diff: "true"
1 change: 1 addition & 0 deletions config/model_configs/slabplanet_albedo_function.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
anim: true
apply_limiter: false
dt: "200secs"
dt_cpl: 200
Expand Down
1 change: 1 addition & 0 deletions config/model_configs/slabplanet_albedo_static_map.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
anim: true
apply_limiter: false
dt: "200secs"
dt_cpl: 200
Expand Down
1 change: 1 addition & 0 deletions config/model_configs/slabplanet_albedo_temporal_map.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
anim: true
apply_limiter: false
dt: "200secs"
dt_cpl: 200
Expand Down

0 comments on commit e5bf869

Please sign in to comment.