From 7e125d1af5c8e7ccfb291d6c900d483f76c5a92f Mon Sep 17 00:00:00 2001 From: "clara.bayley" Date: Wed, 11 Sep 2024 21:43:06 +0200 Subject: [PATCH] refactor: try example for entire bubble domain --- examples/bubble3d/bubble3d_inputfiles.py | 6 +++--- examples/bubble3d/src/config/bubble3d_config.yaml | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/bubble3d/bubble3d_inputfiles.py b/examples/bubble3d/bubble3d_inputfiles.py index 2f101eb7..c5283569 100644 --- a/examples/bubble3d/bubble3d_inputfiles.py +++ b/examples/bubble3d/bubble3d_inputfiles.py @@ -73,13 +73,13 @@ def main( zgrid = get_zgrid(icon_grid_file, num_vertical_levels) # [m] xgrid = [ 0, - 30000, + 100000, 2500, ] # evenly spaced xhalf coords [m] # distance must match longitude in config file ygrid = [ 0, - 12000, - 6000, + 20000, + 5000, ] # evenly spaced xhalf coords [m] # distance must match latitudes in config file ### --- settings for initial superdroplets --- ### diff --git a/examples/bubble3d/src/config/bubble3d_config.yaml b/examples/bubble3d/src/config/bubble3d_config.yaml index d175038a..70ea14e7 100644 --- a/examples/bubble3d/src/config/bubble3d_config.yaml +++ b/examples/bubble3d/src/config/bubble3d_config.yaml @@ -25,13 +25,13 @@ ### SDM Runtime Parameters ### domain: nspacedims : 3 # no. of spatial dimensions to model - ngbxs : 576 # total number of Gbxs - maxnsupers: 576 # maximum number of SDs + ngbxs : 3840 # total number of Gbxs + maxnsupers: 3840 # maximum number of SDs timesteps: CONDTSTEP : 2 # time between SD condensation [s] COLLTSTEP : 2 # time between SD collision [s] - MOTIONTSTEP : 3 # time between SDM motion [s] + MOTIONTSTEP : 5 # time between SDM motion [s] COUPLTSTEP : 60 # time between dynamic couplings [s] OBSTSTEP : 60 # time between SDM observations [s] T_END : 7200 # time span of integration from 0s to T_END [s] @@ -54,7 +54,7 @@ outputdata: coupled_dynamics: type: yac - lower_longitude: -0.9424777965 - upper_longitude: 0.9424777965 - lower_latitude: -0.392699082 - upper_latitude: 0.392699082 + lower_longitude: -3.29867229 + upper_longitude: 2.98451302 + lower_latitude: -1.2575 + upper_latitude: 1.2575