Commit 04f13fd3 authored by Willi Rath's avatar Willi Rath
Browse files

Run on 4 cores

parent a9d551c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,4 +11,4 @@ function convert_grb_to_netcdf {
export -f convert_grb_to_netcdf

find data -iname \*.grb -print0 | \
    xargs -0 -n1 -P2 -I {} bash -c "convert_grb_to_netcdf {}"
    xargs -0 -n1 -P4 -I {} bash -c "convert_grb_to_netcdf {}"