NOAA-PSL / model_error_correction_with_ai

0 stars 2 forks source link

optimize numpy intermediate files #28

Closed frolovsa closed 1 year ago

frolovsa commented 1 year ago

Issue

Stefan's replay files are larger than the original files generated by Tse Chun. First they are on a 3 degree grid instead of 6 degree and second they are nyears*12 months long instead of 15 months from Tse Chun. Even reading a single 24 month file here is much slower:

Suggestion

numpy files have a lot of extra variables in them left from previous iteration of the ML model. Suggestion is to:

frolovsa commented 1 year ago

closed with #31