Skip to content
Snippets Groups Projects
Commit 5ec1674b authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Process GRIB data per month for better performance

parent a164a5b5
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ if [[ ! -f $weights_file ]]; then
"${weights_file}"
fi
year=$1
cdo \
-f nc4 \
-P 8 \
......@@ -22,5 +24,5 @@ cdo \
-hpdegrade,nside=128 \
-monmean \
-mergetime \
data/icon_historical_*.grib2 \
data/icon_historical_1992.nc
data/icon_historical_${year}*.grib2 \
data/icon_historical_monmean_1x1_${year}.nc
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