Skip to content

Commit

Permalink
Update eNATL60.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jul 12, 2024
1 parent 57d68ed commit 9e27af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedstock/eNATL60.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:

eNATL60_BLBT02 = (
beam.Create(pattern.items())
| OpenURLWithFSSpec(max_concurrency=2)
| OpenURLWithFSSpec(max_concurrency=1)
| OpenWithXarray(
xarray_open_kwargs={"use_cftime": True, "engine": "netcdf4"},
load=True,
Expand Down

0 comments on commit 9e27af0

Please sign in to comment.