Closed ghost closed 1 year ago
@sunt05 commented on Jun 15, 2020, 9:25 PM UTC:
df_forcing
possibly consists of multiple grids, whence MultiIndex
is involved; we may want to modify the format_df_forcing
for this correction.
@sunt05 commented on Jun 15, 2020, 9:25 PM UTC:
Anyway, feel free to go ahead with a PR; we can improve the coding there.
Stale issue message
@hamidrezaomidvar commented on Jun 15, 2020, 12:19 PM UTC:
Here are my thoughts to correct the forcing data generated using ERA5 for timezone:
Depending on positive or negative time difference, we can modify
gen_forcing_era5(...)
to change thestart
orend
date (1 day before or after). Then after downloading the files, we changedf_forcing
variable to correct the time. Specifically, we need to add a function between these lines:This issue was moved by sunt05 from sunt05/SuPy#157.