Skip to content

Commit

Permalink
fix: revert realization to ens_number in createvariable for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenImhoff committed Mar 27, 2024
1 parent 86ed671 commit b32541d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysteps/io/exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def initialize_forecast_exporter_netcdf(
var_f = ncf.createVariable(
var_name,
datatype=datatype,
dimensions=("realization", "time", "y", "x"),
dimensions=("ens_number", "time", "y", "x"),
compression="zlib",
zlib=True,
complevel=9,
Expand Down

0 comments on commit b32541d

Please sign in to comment.