... | ... | @@ -2047,4 +2047,7 @@ years_over_which_to_calculate_dhw = [1950,2100] |
|
|
# Then we can calculate the daily Degree Heating Week values which will be held in the new variable dhw_cube
|
|
|
dhw_cube = dhw(cube,mmm_climatology,years_over_which_to_calculate_dhw)
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
## Example of adding some of the bells and whistles to a simple map plot
|
|
|
|
|
|
https://github.com/PaulHalloran/Jupiter_notebooks_halloran/blob/master/arushi_plotting.ipynb |
|
|
\ No newline at end of file |