From 5c30826c11d2227d142fe7d6fac58962627ce2ae Mon Sep 17 00:00:00 2001 From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu> Date: Mon, 21 Jun 2021 16:27:38 +0200 Subject: [PATCH] Remap EuroCordex simulations to target grid. --- climax/main/preprocess.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/climax/main/preprocess.py b/climax/main/preprocess.py index 1111903..3cc2984 100644 --- a/climax/main/preprocess.py +++ b/climax/main/preprocess.py @@ -183,8 +183,6 @@ if __name__ == '__main__': row.institute_rcm, row.downscale_realisation, nc_pattern]) - # TODO: filter pattern by scenario and variable - # run cordex preprocessing preprocess_cordex_simulation(pattern) -- GitLab