Skip to content

Commit

Permalink
remote prints
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 7, 2024
1 parent 7d49ac1 commit 812776a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/anemoi/datasets/compute/perturbations.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ def perturbations(
assert ensemble_field_as_mars not in seen, ensemble_field_as_mars
seen.add(ensemble_field_as_mars)

# cmin=np.amin(center_np)
# emin=np.amin(members_np)

# if cmin < 0 and emin >= 0:
# LOG.warning(f"Negative values in {param} cmin={cmin} emin={emin}")
# LOG.warning(f"Center: {center_field_as_mars}")

mean_np = members_np.mean(axis=0)

for j in range(n_numbers):
Expand Down

0 comments on commit 812776a

Please sign in to comment.