Skip to content

Commit

Permalink
change model top to 60km
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Nov 12, 2024
1 parent 5d8f0b1 commit 775a371
Show file tree
Hide file tree
Showing 43 changed files with 61 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:
- >
nsys profile --delay 100 --trace=nvtx,mpi,cuda,osrt --output=gpu_hs_rhoe_equil_55km_nz63_0M/output_active/report
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_hs_rhoe_equil_55km_nz63_0M.yml
--config_file ${GPU_CONFIG_PATH}gpu_hs_rhoe_equil_0M.yml
--job_id gpu_hs_rhoe_equil_55km_nz63_0M
artifact_paths: "gpu_hs_rhoe_equil_55km_nz63_0M/output_active/*"
env:
Expand All @@ -88,7 +88,7 @@ steps:
srun --cpu-bind=threads --cpus-per-task=4
nsys profile --delay 100 --trace=nvtx,mpi,cuda,osrt --output=gpu_hs_rhoe_equil_55km_nz63_0M_4process/output_active/report-%q{PMI_RANK}
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_hs_rhoe_equil_55km_nz63_0M.yml
--config_file ${GPU_CONFIG_PATH}gpu_hs_rhoe_equil_0M.yml
--job_id gpu_hs_rhoe_equil_55km_nz63_0M_4process
artifact_paths: "gpu_hs_rhoe_equil_55km_nz63_0M_4process/output_active/*"
env:
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ steps:
- >
nsys profile --delay 100 --trace=nvtx,cuda --output=central_gpu_hs_rhoe_equil_55km_nz63_0M/output_active/report
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/central_gpu_hs_rhoe_equil_55km_nz63_0M.yml
--config_file $CONFIG_PATH/central_gpu_hs_rhoe_equil_0M.yml
--job_id central_gpu_hs_rhoe_equil_55km_nz63_0M
artifact_paths: "central_gpu_hs_rhoe_equil_55km_nz63_0M/output_active/*"
env:
Expand All @@ -930,7 +930,7 @@ steps:
- >
nsys profile --delay 100 --trace=nvtx,cuda --output=central_cloud_diag_gpu_hs_rhoe_equil_55km_nz63_0M/output_active/report
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/central_cloud_diag_gpu_hs_rhoe_equil_55km_nz63_0M.yml
--config_file $CONFIG_PATH/central_cloud_diag_gpu_hs_rhoe_equil_0M.yml
--job_id central_cloud_diag_gpu_hs_rhoe_equil_55km_nz63_0M
artifact_paths: "central_cloud_diag_gpu_hs_rhoe_equil_55km_nz63_0M/output_active/*"
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dt_save_state_to_disk: 12hours
dt_save_to_sol: 12hours
h_elem: 30
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
h_elem: 30
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ws_1process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
h_elem: 30
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ws_2process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
h_elem: 42
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ws_4process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
h_elem: 60
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ t_end: "1days"
h_elem: 30
z_elem: 63
dz_bottom: 30.0
z_max: 55000.0
z_max: 60000.0
vert_diff: true
moist: "equil"
precip_model: "0M"
rayleigh_sponge: true
viscous_sponge: true
forcing: "held_suarez"
toml: [toml/longrun_held_suarez.toml]
2 changes: 1 addition & 1 deletion config/longrun_configs/amip_target_diagedmf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 16
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_allsky_0M.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 16
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 16
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_allsky_1M.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 16
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 16
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 16
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 16
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 60
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
3 changes: 2 additions & 1 deletion config/longrun_configs/longrun_dry_held_suarez.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
h_elem: 30
z_max: 55000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
dt: "90secs"
t_end: "360days"
forcing: "held_suarez"
rayleigh_sponge: true
viscous_sponge: true
dt_save_state_to_disk: "10days"
toml: [toml/longrun_held_suarez.toml]
3 changes: 2 additions & 1 deletion config/longrun_configs/longrun_moist_held_suarez.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 30
z_max: 55000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
dt: "90secs"
Expand All @@ -8,6 +8,7 @@ moist: "equil"
precip_model: "0M"
vert_diff: true
rayleigh_sponge: true
viscous_sponge: true
forcing: "held_suarez"
dt_save_state_to_disk: "10days"
toml: [toml/longrun_held_suarez.toml]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 30
z_max: 55000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
dt: "90secs"
Expand All @@ -9,6 +9,7 @@ moist: "equil"
precip_model: "0M"
vert_diff: true
rayleigh_sponge: true
viscous_sponge: true
forcing: "held_suarez"
dt_save_state_to_disk: "10days"
toml: [toml/longrun_held_suarez.toml]
2 changes: 1 addition & 1 deletion config/model_configs/aquaplanet_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
h_elem: 30
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/model_configs/aquaplanet_progedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
h_elem: 30
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ t_end: "2days"
h_elem: 16
z_elem: 63
dz_bottom: 30.0
z_max: 55000.0
z_max: 60000.0
vert_diff: true
moist: "equil"
precip_model: "0M"
rayleigh_sponge: true
viscous_sponge: true
forcing: "held_suarez"
call_cloud_diagnostics_per_stage: true
toml: [toml/longrun_aquaplanet.toml]
toml: [toml/longrun_held_suarez.toml]
2 changes: 1 addition & 1 deletion config/model_configs/diagnostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 31
dz_bottom: 50.0
rayleigh_sponge: true
Expand Down
2 changes: 1 addition & 1 deletion config/model_configs/diagnostic_edmfx_aquaplanet_gpu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 31
dz_bottom: 50.0
surface_setup: DefaultMoninObukhov
Expand Down
3 changes: 2 additions & 1 deletion config/model_configs/gpu_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
h_elem: 30
z_max: 55000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
moist: "equil"
Expand All @@ -15,6 +15,7 @@ implicit_diffusion: true
approximate_linear_solve_iters: 2
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
viscous_sponge: true
dt: "90secs"
t_end: "8hours"
prescribe_ozone: true
Expand Down
2 changes: 1 addition & 1 deletion config/model_configs/prognostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This jobs takes too long so we use a lower top and coarser vertical resolution
# z_max: 65000.0
# z_max: 60000.0
# z_elem: 31
# dz_bottom: 50.0
# rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
dt_save_state_to_disk: "5days"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
dt_save_state_to_disk: "100days"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
dt_save_state_to_disk: "100days"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 63
dz_bottom: 30.0
rad: "clearsky"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dt_save_state_to_disk: "3months"
initial_condition: "IsothermalProfile"
hyperdiff: false
# It seems radiative equilibrium needs a larger dz near the top (smaller z_elem) to be stable
z_max: 65000.0
z_max: 60000.0
z_elem: 50
dt: "3hours"
dt_rad: "3hours"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 31
dz_bottom: 50.0
rad: "allskywithclear"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 31
dz_bottom: 50.0
rayleigh_sponge: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z_max: 65000.0
z_max: 60000.0
z_elem: 31
dz_bottom: 50.0
dt: "400secs"
Expand Down
5 changes: 4 additions & 1 deletion reproducibility_tests/ref_counter.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
186
187

# **README**
#
Expand All @@ -21,6 +21,9 @@

#=
187
- Change the model top for a few ci cases
186
- Topography dataset has been modified to the 60 arc-second ETOPO2022 dataset.
This is behaviour changing for the gravity-wave (raw-topo) parameterization
Expand Down
4 changes: 2 additions & 2 deletions toml/diagnostic_edmfx.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[zd_rayleigh]
value = 45000.0
value = 40000.0

[zd_viscous]
value = 45000.0
value = 40000.0

[entr_inv_tau]
value = 0.002
Expand Down
4 changes: 2 additions & 2 deletions toml/longrun_aquaplanet.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[zd_rayleigh]
value = 45000.0
value = 40000.0

[zd_viscous]
value = 45000.0
value = 40000.0
4 changes: 2 additions & 2 deletions toml/longrun_aquaplanet_diagedmf.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[zd_rayleigh]
value = 45000.0
value = 40000.0

[zd_viscous]
value = 45000.0
value = 40000.0

[precipitation_timescale]
value = 600
Expand Down
4 changes: 2 additions & 2 deletions toml/longrun_aquaplanet_progedmf.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[zd_rayleigh]
value = 45000.0
value = 40000.0

[zd_viscous]
value = 45000.0
value = 40000.0

[precipitation_timescale]
value = 600
Expand Down
4 changes: 2 additions & 2 deletions toml/longrun_held_suarez.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[zd_rayleigh]
value = 35000.0
value = 40000.0

[zd_viscous]
value = 35000.0
value = 40000.0
4 changes: 2 additions & 2 deletions toml/prognostic_edmfx.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[zd_rayleigh]
value = 45000.0
value = 40000.0

[zd_viscous]
value = 45000.0
value = 40000.0

[EDMF_surface_area]
value = 0.1
Expand Down
4 changes: 2 additions & 2 deletions toml/sphere_aquaplanet.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[zd_viscous]
value = 45000.0
value = 40000.0

[zd_rayleigh]
value = 45000.0
value = 40000.0

0 comments on commit 775a371

Please sign in to comment.