added more checks to ocean unit tests
@matt_s , I have added some additional checks to the unit test test_interp_hycom_temp()
for the ocean module.
Specifically, we are now checking that
-
the temperature interpolated at the seafloor has sensible values (between -5 deg C and +105 deg C)
-
the interpolated temperature is not an integer
Both passing