Skip to content

Commit

Permalink
chore: extend bubble example run time
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Aug 17, 2024
1 parent 981f486 commit 33c9cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/bubble3d/run_bubble_tmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ then
icon_grid_name="icon_atmos_grid" # must match CLEO (see yac_cartesian_dynamics.cpp)
icon_data_timestep=30 # must match ICON data file [seconds]
cleo_coupling_timestep=60 # must match CLEO config file [seconds]
cleo_t_end=3600 # must match CLEO config file [seconds]
cleo_t_end=7200 # must match CLEO config file [seconds]
cleo_num_vertical_levels=24 # must match CLEO gridfile

mpiexec -n 1 ${path2build}/examples/bubble3d/src/bubble3D \
Expand Down
2 changes: 1 addition & 1 deletion examples/bubble3d/src/config/bubble3d_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ timesteps:
MOTIONTSTEP : 3 # time between SDM motion [s]
COUPLTSTEP : 60 # time between dynamic couplings [s]
OBSTSTEP : 60 # time between SDM observations [s]
T_END : 3600 # time span of integration from 0s to T_END [s]
T_END : 7200 # time span of integration from 0s to T_END [s]

### Initialisation Parameters ###
inputfiles:
Expand Down

0 comments on commit 33c9cbb

Please sign in to comment.