GEUS-Glaciology-and-Climate / GCNet_positions

GCNet_positions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adjust ATM search to input the time-variable position

jasonebox opened this issue · comments

presently this code uses a static lat lon while variable lat lon data exist, from which we should get a better elevation measurement from ATM over time.

It would not be hard to have a variable position per year using the interpolated positions

done, see

v=np.where(pos.date==str(yearx)+day+month)