Tryin to prepare autotest for forcing.

This commit is contained in:
Miikka Vaisala
2019-07-02 18:24:41 +08:00
parent 03689709df
commit 4766441ffb
4 changed files with 81 additions and 174 deletions

View File

@@ -699,6 +699,8 @@ run_autotest(void)
VTXBUF_UUX, VTXBUF_UUY, VTXBUF_UUZ);
const AcReal dt = host_timestep(umax, config);
// Host integration step
model_rk3(dt, model_mesh);
boundconds(config, model_mesh);