Skip to content

Commit

Permalink
fix bug introduced during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwjones committed Nov 25, 2024
1 parent 6230c93 commit ff91b18
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/omega/test/infra/IOStreamTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,10 @@ int initIOStreamTest(Clock *&ModelClock // Model clock
Decomp::init();
Decomp *DefDecomp = Decomp::getDefault();

// Initialize time stepper for time levels and clock
Err1 = TimeStepper::init1();
TestEval("Ocean time step initialization", Err1, ErrRef, Err);

// Initialize Halo updates
Halo::init();
OMEGA::Halo *DefHalo = OMEGA::Halo::getDefault();

// Override the input time stepper clock with a clock more suitable
// for testing streams
TimeInstant SimStartTime(0001, 1, 1, 0, 0, 0.0);
TimeInterval TimeStep(2, TimeUnits::Hours);
ModelClock = new Clock(SimStartTime, TimeStep);

// Initialize Field
Err1 = Field::init(ModelClock);
TestEval("IO Field initialization", Err1, ErrRef, Err);
Expand Down

0 comments on commit ff91b18

Please sign in to comment.