File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 147147
148148 run! (new_simulation, pickup= true )
149149
150- # ensure the ocean and atmosphere time step and iteration are the same
151- @test new_simulation. model. atmosphere. clock. iteration ≈ new_simulation. model. ocean. model. clock. iteration
152- @test new_simulation. model. atmosphere. clock. time ≈ new_simulation. model. ocean. model. clock. time
150+ # ensure the ocean, atmosphere, and coupled model are all at same time and iteration
151+ clock = new_simulation. model. ocean. model. clock
152+ @test new_simulation. model. atmosphere. clock. iteration ≈ clock. iteration
153+ @test new_simulation. model. atmosphere. clock. time ≈ clock. time
154+ @test new_simulation. model. clock. iteration ≈ clock. iteration
155+ @test new_simulation. model. clock. time ≈ clock. time
153156 end
154157end
You can’t perform that action at this time.
0 commit comments