Loading ERAIN_SFC12_MM/util/convert_to_netcdf.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 {}" Loading
ERAIN_SFC12_MM/util/convert_to_netcdf.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 {}"