Aquila96

Results 2 issues of Aquila96

In `data_factory/download_era5.py`, it downloads 6-hour total precipitation by specifying 6 hour intevals. But after reviewing the data and reading the [ERA5 cdsapi demo](https://confluence.ecmwf.int/display/CKB/ERA5%3A+How+to+calculate+daily+total+precipitation), It seems that the api only downloads...

I am confused about the way the pseudo code defined `type_of_windows`: Given that input to the attention: ```python input_shape = (B * num_windows[0] * num_windows[1] * num_windows[2], window_size[0] * window_size[1]...