Skip to content

Commit

Permalink
chore: testing with longer run works on cpus and gpus
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 6, 2024
1 parent fe761db commit ceb3220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ timesteps:
CONDTSTEP : 0.1 # time between SD condensation [s]
COLLTSTEP : 1 # time between SD collision [s]
MOTIONTSTEP : 2 # time between SDM motion [s]
COUPLTSTEP : 4 # time between dynamic couplings [s]
COUPLTSTEP : 8 # time between dynamic couplings [s]
OBSTSTEP : 2 # time between SDM observations [s]
T_END : 4 # time span of integration from 0s to T_END [s]
T_END : 16 # time span of integration from 0s to T_END [s]

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

0 comments on commit ceb3220

Please sign in to comment.