You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by_season can be converted to a flag? The default is to use the full period and seasonal_flag=False.
helper_functions.py: Maybe separate in multiple scripts: plot_functions.py, el_nino_functions.py, helper_functions.py
plotting: try to do all the matplotlib settings in a separate function (configure_plot_settings.py) as much as possible.
we also want to create ax and fig in a separate function. If you have an idea on how to do this please do so. Else we will do this later.
We eventually want to separate notebooks from python scripts, i.e. the python scripts will end up in the precip repo. But I will ask Giacomo to do this once he puts all this together to a proper package.
The text was updated successfully, but these errors were encountered:
Some comments on function call:
volcanoes
maybesites_dict
scale
uselog_flag=True
eruptions
tovoclanic_events
lat_range, lon_range
needed?by_season
can be converted to a flag? The default is to use the full period andseasonal_flag=False
.helper_functions.py: Maybe separate in multiple scripts: plot_functions.py, el_nino_functions.py, helper_functions.py
plotting: try to do all the matplotlib settings in a separate function (
configure_plot_settings.py
) as much as possible.we also want to create
ax
andfig
in a separate function. If you have an idea on how to do this please do so. Else we will do this later.We eventually want to separate notebooks from python scripts, i.e. the python scripts will end up in the
precip
repo. But I will ask Giacomo to do this once he puts all this together to a proper package.The text was updated successfully, but these errors were encountered: