Right now we use the default clock constructed in ClimaOcean.ocean_simulation, which uses Float64. We should expose this in the ocean_simulation constructor, then construct one that uses DateTimes so we have better precision.
We also need to pass it to the ClimaSeaIce model here. This is already available so we don't need to change the constructor.
Right now we use the default clock constructed in
ClimaOcean.ocean_simulation, which uses Float64. We should expose this in theocean_simulationconstructor, then construct one that uses DateTimes so we have better precision.We also need to pass it to the ClimaSeaIce model here. This is already available so we don't need to change the constructor.