From cc1b630f34a5733f796e98306cb601bb69d57f2f Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Tue, 22 Jun 2021 12:55:11 +0200
Subject: [PATCH] Use bilinear resampling also for precipitation.

---
 Scripts/preprocess.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Scripts/preprocess.sh b/Scripts/preprocess.sh
index 2729f83..edd3001 100644
--- a/Scripts/preprocess.sh
+++ b/Scripts/preprocess.sh
@@ -23,4 +23,4 @@ time python climax/main/preprocess.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f
 time python climax/main/preprocess.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $TASMAX_INVENTORY -m 'bilinear' -rm -a -o
 
 # pr
-time python climax/main/preprocess.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $PR_INVENTORY -m 'conservative' -rm -a -o
\ No newline at end of file
+time python climax/main/preprocess.py $TARGET_GRID $SOURCE_PATH $TARGET_PATH -f $PR_INVENTORY -m 'bilinear' -rm -a -o
\ No newline at end of file
-- 
GitLab