D.1 Atmospheric Forcings¶
A year of weather¶
from IPython.display import YouTubeVideo
from datetime import timedelta
start=int(timedelta(hours=0, minutes=0, seconds=0).total_seconds())
YouTubeVideo('wVRbeGc_6zM', width=700, height=400, start=start)
One year of wind over the Atlantic¶
start=int(timedelta(hours=0, minutes=0, seconds=0).total_seconds())
YouTubeVideo('obsw9qiBnjo', width=700, height=400, start=start)
One year of wind over Asia Pacific¶
start=int(timedelta(hours=0, minutes=0, seconds=0).total_seconds())
YouTubeVideo('pEoPNLrN7Eg', width=700, height=400, start=start)