Skip to content

Instantly share code, notes, and snippets.

@hot007
hot007 / monthly_climate_data.py
Created May 25, 2017 03:44 — forked from cet900/monthly_climate_data.py
Create Australian monthly grid climate data example
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Get monthly timeseries data over Australia to feed into other model.\n",
"\n",
"In this case, the data already spans the full time range of interest and is in monthly steps. \n",
"To extract data from multiple files (e.g. for daily data), use Unidata's Siphon tool for python to loop through the files. Similarly to utilise the Australian Gridded Climate Data. \n",