GEUS-Glaciology-and-Climate / greenland_ice_borehole_temperature_profiles

Greenland ice borehole temperature profiles
https://doi.org/10.5194/tc-17-3829-2023
4 stars 1 forks source link

Profiles in data/meta.csv and data/temperature.csv not in the same order #37

Closed BaptisteVandecrux closed 3 years ago

BaptisteVandecrux commented 3 years ago

... consider harmonizing.

Thanks for putting this together. I like the new format!

mankoff commented 3 years ago

Are you sure they are not in the same order? On my computer:

 $ diff <(head -n1 temperature.csv |tr ',' '\n') <(head -n1 temperature_dnorm.csv | tr ',' '\n')
1c1
< depth [m]
---
> d normalized
BaptisteVandecrux commented 3 years ago

In meta.csv: image

In temperature.csv: image

I would expect the two to have the same order. But it's very minor detail.

mankoff commented 3 years ago

Ah sorry! I compared temperature CSVs, not meta & temperature. Yes, I will homogenize the order.

mankoff commented 3 years ago

Fixed in 9c23d81:

$ diff <(head -n1 temperature.csv |tr ',' '\n') <(cut -d, -f1 meta.csv)
1c1
< depth [m]
---
> Borehole ID