... | ... | @@ -2091,7 +2091,7 @@ dhw_cube = dhw(cube,mmm_climatology,years_over_which_to_calculate_dhw) |
|
|
|
|
|
https://github.com/PaulHalloran/Jupiter_notebooks_halloran/blob/master/arushi_plotting.ipynb
|
|
|
|
|
|
### Changing some value in a cube to a different value, e.g. setting zeros to NaNs
|
|
|
## Changing some value in a cube to a different value, e.g. setting zeros to NaNs
|
|
|
Assuming input data is in an iris cube called 'cube' and you want the output data to overwrite this so the final data is in the same cube.
|
|
|
```
|
|
|
import numpy as np
|
... | ... | |