Skip to content

Commit 0e15717

Browse files
author
Shibaji Chakraborty
committed
Added 1000 multipler to thickness
1 parent 770da00 commit 0e15717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scubas/conductivity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ def compile_bined_profile(
742742
end = np.asarray(bined_latlon[1], dtype=float)
743743
ipts = cp.get_interpolation_points(start, end)
744744
profile = cp._compile_profile_(ipts)
745+
profile.thickness = profile.thickness * 1e3
745746
logger.info(f"Compiled Profile \n {profile}")
746747
if to_site:
747748
profile = Site.init(

0 commit comments

Comments
 (0)