Skip to content

Commit 1042526

Browse files
refactor: reduce coupling and obs timestep
match ' coupling_timestep[6] = PT30S; ' in yac_cartesian_dynamics.cpp
1 parent fdf7055 commit 1042526

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/bubble3d/src/config/bubble3d_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ timesteps:
4141
CONDTSTEP : 2 # time between SD condensation [s]
4242
COLLTSTEP : 2 # time between SD collision [s]
4343
MOTIONTSTEP : 3 # time between SDM motion [s]
44-
COUPLTSTEP : 60 # time between dynamic couplings [s]
45-
OBSTSTEP : 60 # time between SDM observations [s]
44+
COUPLTSTEP : 30 # time between dynamic couplings [s]
45+
OBSTSTEP : 30 # time between SDM observations [s]
4646
T_END : 7200 # time span of integration from 0s to T_END [s]
4747

4848
### Initialisation Parameters ###

0 commit comments

Comments
 (0)