Skip to content

Commit

Permalink
add sftlf factor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed Dec 22, 2023
1 parent 2fe51f8 commit a0ed34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/extremes/lib/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ def generate_land_sea_mask(data, debug=False):
# generate sftlf if not provided.
sft = create_land_sea_mask(data)
sftlf = data.copy(data=None)
sftlf["sftlf"] = sft
sftlf["sftlf"] = sft * 100

return sftlf

0 comments on commit a0ed34b

Please sign in to comment.