Skip to content

Instantly share code, notes, and snippets.

@cet900
cet900 / monthly_climate_data.py
Created November 30, 2016 07:04
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",