ArcticSnow / TopoPyScale

TopoPyScale: a Python library to perform simplistic climate downscaling at the hillslope scale
https://topopyscale.readthedocs.io
MIT License
39 stars 9 forks source link

FSM output files indexing #89

Closed joelfiddes closed 1 year ago

joelfiddes commented 1 year ago

Indexing of FSM output files is necessary to retrieve single variables such as HS or SWE. However it seems that depending on where FSM is compiled effects the output format of daily resoltion files. Normally no hour column is given. However on an AWS server a fixed value hour column is given, with same simulation meaning there is one column more. STrategy to get round this - index backwards, swe is always col -3 and HS col -4.