Skip to content

Commit

Permalink
Adjust resolutions and add tests with no sponge and no topography
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisYatunin committed Aug 19, 2024
1 parent a83af93 commit b8473cf
Show file tree
Hide file tree
Showing 31 changed files with 429 additions and 155 deletions.
199 changes: 136 additions & 63 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ steps:
# --job_id single_column_hydrostatic_balance_ft64
# artifact_paths: "single_column_hydrostatic_balance_ft64/output_active/*"

# - group: "Box Examples"
- group: "Box Examples"
# steps:

# - label: ":computer: Box hydrostatic balance (ρe_tot)"
Expand All @@ -170,6 +170,13 @@ steps:
# --job_id rcemipii_box_diagnostic_edmfx
# artifact_paths: "rcemipii_box_diagnostic_edmfx/output_active/*"

- label: ":computer: Analytic No Topography Test (3D, Oswald's configuration)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/box_analytic_no_topography_oswald_config_test.yml
--job_id box_analytic_no_topography_oswald_config_test
artifact_paths: "box_analytic_no_topography_oswald_config_test/output_active/*"

- group: "Plane Examples"
steps:
# - label: ":computer: Agnesi linear hydrostatic mountain experiment (uniform)"
Expand Down Expand Up @@ -207,19 +214,19 @@ steps:
--job_id plane_analytic_no_topography_float32_test
artifact_paths: "plane_analytic_no_topography_float32_test/output_active/*"

# - label: ":computer: Analytic Cosine Hills Test (2D)"
# command: >
# julia --color=yes --project=examples examples/hybrid/driver.jl
# --config_file $CONFIG_PATH/plane_analytic_cosine_hills_test.yml
# --job_id plane_analytic_cosine_hills_test
# artifact_paths: "plane_analytic_cosine_hills_test/output_active/*"
- label: ":computer: Analytic Cosine Hills Test (2D)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_cosine_hills_test.yml
--job_id plane_analytic_cosine_hills_test
artifact_paths: "plane_analytic_cosine_hills_test/output_active/*"

# - label: ":computer: Analytic Cosine Hills Test (2D, Float32)"
# command: >
# julia --color=yes --project=examples examples/hybrid/driver.jl
# --config_file $CONFIG_PATH/plane_analytic_cosine_hills_float32_test.yml
# --job_id plane_analytic_cosine_hills_float32_test
# artifact_paths: "plane_analytic_cosine_hills_float32_test/output_active/*"
- label: ":computer: Analytic Cosine Hills Test (2D, Float32)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_cosine_hills_float32_test.yml
--job_id plane_analytic_cosine_hills_float32_test
artifact_paths: "plane_analytic_cosine_hills_float32_test/output_active/*"

# - group: "Conservation check"
# steps:
Expand Down Expand Up @@ -960,6 +967,72 @@ steps:
agents:
slurm_gpus: 1

- label: "GPU: Analytic No Topography Test (2D, Long Duration, No Sponge, No Gravity)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_no_topography_no_sponge_no_grav_long_test.yml
--job_id gpu_plane_analytic_no_topography_no_sponge_no_grav_long_test
artifact_paths: "gpu_plane_analytic_no_topography_no_sponge_no_grav_long_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

- label: "GPU: Analytic No Topography Test (2D, Long Duration, No Sponge, No Gravity, Float32)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_no_topography_no_sponge_no_grav_long_float32_test.yml
--job_id gpu_plane_analytic_no_topography_no_sponge_no_grav_long_float32_test
artifact_paths: "gpu_plane_analytic_no_topography_no_sponge_no_grav_long_float32_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

- label: "GPU: Analytic No Topography Test (2D, Long Duration, No Sponge, No Gravity, No Hyperdiff)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_no_topography_no_sponge_no_grav_no_hyperdiff_long_test.yml
--job_id gpu_plane_analytic_no_topography_no_sponge_no_grav_no_hyperdiff_long_test
artifact_paths: "gpu_plane_analytic_no_topography_no_sponge_no_grav_no_hyperdiff_long_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

- label: "GPU: Analytic No Topography Test (2D, Long Duration, No Sponge, No Gravity, No Hyperdiff, Float32)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_no_topography_no_sponge_no_grav_no_hyperdiff_long_float32_test.yml
--job_id gpu_plane_analytic_no_topography_no_sponge_no_grav_no_hyperdiff_long_float32_test
artifact_paths: "gpu_plane_analytic_no_topography_no_sponge_no_grav_no_hyperdiff_long_float32_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

- label: "GPU: Analytic No Topography Test (2D, Long Duration, No Sponge, No Gravity, Explicit)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_no_topography_no_sponge_no_grav_long_explicit_test.yml
--job_id gpu_plane_analytic_no_topography_no_sponge_no_grav_long_explicit_test
artifact_paths: "gpu_plane_analytic_no_topography_no_sponge_no_grav_long_explicit_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

- label: "GPU: Analytic No Topography Test (2D, Long Duration, No Sponge, No Gravity, Explicit, Float32)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_no_topography_no_sponge_no_grav_long_explicit_float32_test.yml
--job_id gpu_plane_analytic_no_topography_no_sponge_no_grav_long_explicit_float32_test
artifact_paths: "gpu_plane_analytic_no_topography_no_sponge_no_grav_long_explicit_float32_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

- label: "GPU: Analytic No Topography Test (Extruded 2D)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
Expand Down Expand Up @@ -993,27 +1066,27 @@ steps:
agents:
slurm_gpus: 1

# - label: "GPU: Analytic Cosine Hills Test (2D, Long Duration)"
# command: >
# julia --color=yes --project=examples examples/hybrid/driver.jl
# --config_file $CONFIG_PATH/plane_analytic_cosine_hills_long_test.yml
# --job_id gpu_plane_analytic_cosine_hills_long_test
# artifact_paths: "gpu_plane_analytic_cosine_hills_long_test/output_active/*"
# env:
# CLIMACOMMS_DEVICE: "CUDA"
# agents:
# slurm_gpus: 1
- label: "GPU: Analytic Cosine Hills Test (2D, Long Duration)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_cosine_hills_long_test.yml
--job_id gpu_plane_analytic_cosine_hills_long_test
artifact_paths: "gpu_plane_analytic_cosine_hills_long_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

# - label: "GPU: Analytic Cosine Hills Test (2D, Long Duration, Float32)"
# command: >
# julia --color=yes --project=examples examples/hybrid/driver.jl
# --config_file $CONFIG_PATH/plane_analytic_cosine_hills_long_float32_test.yml
# --job_id gpu_plane_analytic_cosine_hills_long_float32_test
# artifact_paths: "gpu_plane_analytic_cosine_hills_long_float32_test/output_active/*"
# env:
# CLIMACOMMS_DEVICE: "CUDA"
# agents:
# slurm_gpus: 1
- label: "GPU: Analytic Cosine Hills Test (2D, Long Duration, Float32)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_cosine_hills_long_float32_test.yml
--job_id gpu_plane_analytic_cosine_hills_long_float32_test
artifact_paths: "gpu_plane_analytic_cosine_hills_long_float32_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

# - label: "GPU: Analytic Cosine Hills Test (2D, Long Duration, Stronger Sponge)"
# command: >
Expand Down Expand Up @@ -1092,16 +1165,16 @@ steps:
# agents:
# slurm_gpus: 1

# - label: "GPU: Analytic Agnesi Mountain Test (2D)"
# command: >
# julia --color=yes --project=examples examples/hybrid/driver.jl
# --config_file $CONFIG_PATH/plane_analytic_agnesi_mountain_test.yml
# --job_id gpu_plane_analytic_agnesi_mountain_test
# artifact_paths: "gpu_plane_analytic_agnesi_mountain_test/output_active/*"
# env:
# CLIMACOMMS_DEVICE: "CUDA"
# agents:
# slurm_gpus: 1
- label: "GPU: Analytic Agnesi Mountain Test (2D)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_agnesi_mountain_test.yml
--job_id gpu_plane_analytic_agnesi_mountain_test
artifact_paths: "gpu_plane_analytic_agnesi_mountain_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

# - label: "GPU: Analytic Huge Schar Mountain Test (2D)"
# command: >
Expand All @@ -1125,16 +1198,16 @@ steps:
# agents:
# slurm_gpus: 1

# - label: "GPU: Analytic Schar Mountain Test (2D)"
# command: >
# julia --color=yes --project=examples examples/hybrid/driver.jl
# --config_file $CONFIG_PATH/plane_analytic_schar_mountain_test.yml
# --job_id gpu_plane_analytic_schar_mountain_test
# artifact_paths: "gpu_plane_analytic_schar_mountain_test/output_active/*"
# env:
# CLIMACOMMS_DEVICE: "CUDA"
# agents:
# slurm_gpus: 1
- label: "GPU: Analytic Schar Mountain Test (2D)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_schar_mountain_test.yml
--job_id gpu_plane_analytic_schar_mountain_test
artifact_paths: "gpu_plane_analytic_schar_mountain_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

# - label: "GPU: Analytic Small Schar Mountain Test (2D)"
# command: >
Expand Down Expand Up @@ -1169,16 +1242,16 @@ steps:
# agents:
# slurm_gpus: 1

# - label: "GPU: Analytic Schar Mountain Test (2D, Float32)"
# command: >
# julia --color=yes --project=examples examples/hybrid/driver.jl
# --config_file $CONFIG_PATH/plane_analytic_schar_mountain_float32_test.yml
# --job_id gpu_plane_analytic_schar_mountain_float32_test
# artifact_paths: "gpu_plane_analytic_schar_mountain_float32_test/output_active/*"
# env:
# CLIMACOMMS_DEVICE: "CUDA"
# agents:
# slurm_gpus: 1
- label: "GPU: Analytic Schar Mountain Test (2D, Float32)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_analytic_schar_mountain_float32_test.yml
--job_id gpu_plane_analytic_schar_mountain_float32_test
artifact_paths: "gpu_plane_analytic_schar_mountain_float32_test/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

# - label: "GPU: Analytic Tiny Schar Mountain Test (2D, Float32)"
# command: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ topography: "Cosine3D"
x_max: 300e3
y_max: 300e3
z_max: 21e3
x_elem: 15
y_elem: 15
x_elem: 3
y_elem: 3
z_elem: 50
z_stretch: false
max_topography_height: 0
dt: "12secs"
t_end: "4days"
dt: "5secs"
t_end: "5days"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
analytic_check: true
Expand Down
8 changes: 4 additions & 4 deletions config/model_configs/box_analytic_no_topography_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ topography: "Cosine3D"
x_max: 300e3
y_max: 300e3
z_max: 21e3
x_elem: 15
y_elem: 15
x_elem: 3
y_elem: 3
z_elem: 50
z_stretch: false
max_topography_height: 0
dt: "12secs"
t_end: "4days"
dt: "5secs"
t_end: "5days"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
analytic_check: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ topography: "Cosine2D"
x_max: 300e3
y_max: 40e3
z_max: 21e3
x_elem: 15
x_elem: 3
y_elem: 2
z_elem: 50
z_stretch: false
max_topography_height: 0
dt: "12secs"
dt: "5secs"
t_end: "5days"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
Expand Down
4 changes: 2 additions & 2 deletions config/model_configs/plane_analytic_agnesi_mountain_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ z_max: 21e3
x_elem: 100
z_elem: 100
z_stretch: false
dt: "0.5secs"
t_end: "4days"
dt: "0.1secs"
t_end: "18hours"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
analytic_check: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ z_max: 21e3
x_elem: 15
z_elem: 50
z_stretch: false
nh_poly: 2
dt: "12secs"
t_end: "10days"
rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ z_max: 21e3
x_elem: 15
z_elem: 50
z_stretch: false
dt: "12secs"
t_end: "100days"
nh_poly: 2
dt: "1secs"
t_end: "9days"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
analytic_check: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ z_max: 21e3
x_elem: 15
z_elem: 50
z_stretch: false
dt: "12secs"
t_end: "100days"
nh_poly: 2
dt: "1secs"
t_end: "9days"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
analytic_check: true
Expand Down
5 changes: 3 additions & 2 deletions config/model_configs/plane_analytic_cosine_hills_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ z_max: 21e3
x_elem: 15
z_elem: 50
z_stretch: false
dt: "12secs"
t_end: "10days"
nh_poly: 2
dt: "1secs"
t_end: "1days"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
analytic_check: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ topography: "Cosine2D"
discrete_hydrostatic_balance: true
x_max: 300e3
z_max: 21e3
x_elem: 15
x_elem: 3
z_elem: 50
z_stretch: false
nh_poly: 2
max_topography_height: 0
dt: "12secs"
t_end: "100days"
dt: "5secs"
t_end: "40days"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
analytic_check: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ topography: "Cosine2D"
discrete_hydrostatic_balance: true
x_max: 300e3
z_max: 21e3
x_elem: 15
x_elem: 3
z_elem: 50
z_stretch: false
nh_poly: 2
max_topography_height: 0
dt: "12secs"
t_end: "100days"
dt: "5secs"
t_end: "40days"
rayleigh_sponge: true
toml: [toml/analytic_topography_test.toml]
analytic_check: true
Expand Down
Loading

0 comments on commit b8473cf

Please sign in to comment.