Skip to content

Commit

Permalink
refactor: bubble with higher resolution settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Aug 18, 2024
1 parent df9f137 commit d5a026c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/bubble3d/bubble3d_inputfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def main(
zgrid = get_zgrid(icon_grid_file, num_vertical_levels) # [m]
xgrid = [
0,
100000,
5000,
30000,
2500,
] # evenly spaced xhalf coords [m] # distance must match longitude in config file
ygrid = [
0,
Expand Down
12 changes: 6 additions & 6 deletions examples/bubble3d/src/config/bubble3d_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
### SDM Runtime Parameters ###
domain:
nspacedims : 3 # no. of spatial dimensions to model
ngbxs : 960 # total number of Gbxs
maxnsupers: 960 # maximum number of SDs
ngbxs : 576 # total number of Gbxs
maxnsupers: 576 # maximum number of SDs

timesteps:
CONDTSTEP : 2 # time between SD condensation [s]
Expand Down Expand Up @@ -54,7 +54,7 @@ outputdata:

coupled_dynamics:
type: yac
lower_longitude: -3.29867229
upper_longitude: 2.98451302
lower_latitude: -1.30899694
upper_latitude: 1.30899694
lower_longitude: -0.9424777965
upper_longitude: 0.9424777965
lower_latitude: -0.392699082
upper_latitude: 0.392699082

0 comments on commit d5a026c

Please sign in to comment.