Skip to content

Commit

Permalink
fix decadal fix for realization var
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 6, 2023
1 parent 7399fac commit 5c24413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rook/utils/decadal_fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def decadal_fix_4(ds_id, ds):
def decadal_fix_5(ds_id, ds):
operands = {
"var_id": "realization",
"value": "1",
"value": ds.attrs.get("realization_index"),
"dtype": "int32",
"attrs": {
"long_name": "realization",
Expand Down

0 comments on commit 5c24413

Please sign in to comment.