Skip to content

Commit

Permalink
set parallel to false
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMortier committed Sep 19, 2024
1 parent cdcaa2f commit ed2533a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aprofiles/cli/utils/json_climatology.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def compute_climatology(basedir, station_id, variables, aerosols_only):

try:
# open dataset with xarray
ds = xr.open_mfdataset(station_files, parallel=True)
ds = xr.open_mfdataset(station_files, parallel=False)

# convert time index
ds = convert_time_int_to_datetime(ds)
Expand Down

0 comments on commit ed2533a

Please sign in to comment.