Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hot007
hot007 / AWAP dataset comparison Pearcey.ipynb
Last active August 29, 2018 07:01
Comparison of AWAP datasets: Digiscape vs BAWAP/AGCD March 2018 tmax
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hot007
hot007 / hindcast_test_calendar.ipynb
Created October 5, 2017 05:56
Notebook to check if any impact of adding "calendar" attribute to hindcast tiles' time definition.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hot007
hot007 / CCAM_output_check.ipynb
Created July 4, 2017 23:56
Quick visual check that test CCAM run output was sensible. Animate 'tas' variable over one month.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hot007
hot007 / ww3_spec_extraction_examples_Claire.ipynb
Created May 31, 2017 05:17
ww3 spec plotting examples from each file structure
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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",