Skip to content
Snippets Groups Projects
Commit 57999dac authored by leufen1's avatar leufen1
Browse files

add another gc collect

parent dcfde574
No related branches found
No related tags found
5 merge requests!319add all changes of dev into release v1.4.0 branch,!318Resolve "release v1.4.0",!317enabled window_lead_time=1,!295Resolve "data handler FIR filter",!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #68064 passed
......@@ -466,6 +466,7 @@ class ClimateFIRFilter:
# select only values at tmp dimension 0 at each point in time
coll.append(filt.sel({new_dim: 0}, drop=True))
gc.collect()
logging.info(f"{data.coords['Stations'].values[0]}: concat all variables")
res = xr.concat(coll, var_dim)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment