...
 
Commits (6)
;*****************************************************
; Harun Rashid, CSIRO, Harun.Rashid@csiro.au; 2019.
;
load "~/ncl/scripts/nclscripts/mynclfuncs.ncl"
;******************************************************
;
......
;*****************************************************
; Harun Rashid, CSIRO, Harun.Rashid@csiro.au; 2019.
;
load "~/ncl/scripts/nclscripts/mynclfuncs.ncl"
;******************************************************
;
......
# Harun Rashid, CSIRO, Feb 2020.
#import numpy as np
import xarray as xr
......
; Ghyslaine Boschat, BoM, Ghyslaine.Boschat@bom.gov.au, 2019
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"
begin
......
; Ghyslaine Boschat, BoM, Ghyslaine.Boschat@bom.gov.au, 2019
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"
begin
......
......@@ -4,4 +4,29 @@ This repo contains code contributing to Grose, Narsey, Delage, Dowdy, Bador, Bos
The scripts are a mixture of Python, Matlab, R, and bash, and are contributed by respective authors, to produce the analyses presented in the above paper.
Where paths are given, they refer to NCI file systems, where raw and regridded CMIP5 and CMIP6 data are stored.
\ No newline at end of file
Where paths are given, they refer to NCI file systems, where raw and regridded CMIP5 and CMIP6 data are stored.
This repository is published via Zenodo: <link TBA>
The code was contributing by the following authors:
* Figure 1 - Sugata Narsey
* Figure 2 - Christine Chung
* Figure 3 - Sugata Narsey
* Figure 4 - Sugata Narsey
* Figure 5 - Francois Delage
* Figure 6 - Jules Kajtar
* Figure 7 - Kewei Lyu
* Figure 8 - Michael Grose (data)
* Figure 9 - Surendra Rauniyar
* Figure 10 - Surendra Rauniyar
* Figure 11 - Margot Bador
* Climdex climate extremes code - Scott Wales
* Supplementary Figure 1 - Margot Bador
* Supplementary Figure 2 - Margot Bador
* Supplementary Figure 3 - Margot Bador
* Supplementary Figure 4a - Harun Rashid
* Supplementary Figure 4b - Mandy Freund
* Supplementary Figure 5 - Ghyslaine Boschat
* Supplementary Figure 6 - Michael Grose (data)
* Supplementary Figure 7 - Surendra Rauniyar
* Supplementary Figure 8 - Margot Bador
; Margot Bador, UNSW, m.bador@unsw.edu.au, 2020.
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
......
; Margot Bador, UNSW, m.bador@unsw.edu.au, 2020.
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
......
; Margot Bador, UNSW, m.bador@unsw.edu.au, 2020.
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
......
; Margot Bador, UNSW, m.bador@unsw.edu.au, 2020.
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
......
; Margot Bador, UNSW, m.bador@unsw.edu.au, 2020.
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
......
; Margot Bador, UNSW, m.bador@unsw.edu.au, 2020.
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
......
; Margot Bador, UNSW, m.bador@unsw.edu.au, 2020.
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
......
% Jules Kajtar, UTas, jules.kajtar@utas.edu.au
% JBK 05/11/19
% read daily CMIP5 or CMIP6 Aus region data
% compute ocean temperature extreme statistics
......
% Jules Kajtar, UTas, jules.kajtar@utas.edu.au
% JBK 25/09/19
% read daily noaa oi Aus region data
% compute ocean temperature extreme statistics
......
% Jules Kajtar, UTas, jules.kajtar@utas.edu.au
% JBK 25/09/19
% function to detect MHWs: follows format of detect_mhw.m from m_mhw toolbox
% clim_s and clim_e: start and end dates of climatological base-line
......
% Jules Kajtar, UTas, jules.kajtar@utas.edu.au
% JBK 09/10/19
% pre-process MHW statistics from CMIP5/CMIP6/OBS to common grid
% use observed grid as common grid
......
......@@ -6,6 +6,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Sugata Narsey, BoM\n",
"# Sugata.Narsey@bom.gov.au\n",
"# 20/02/2019\n",
"# In this notebook I create figures 1,3,4 for the publication \n",
......@@ -6,6 +6,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Surendra Rauniyar, BoM, surendra.rauniyar@bom.gov.au; 2019.\n",
"\n",
"import numpy as np\n",
"import shapefile\n",
"from matplotlib.path import Path\n",
......
......@@ -6,6 +6,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Surendra Rauniyar, BoM, surendra.rauniyar@bom.gov.au; 2019.\n",
"\n",
"import numpy as np\n",
"import shapefile\n",
"from matplotlib.path import Path\n",
......
......@@ -6,6 +6,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Francois Delage, BoM, francois.delage@bom.gov.au; 2019.\n",
"\n",
"import sys\n",
"sys.path.append('/home/548/pfd548/LIB/python/')"
]
......
% % % Kewei Lyu, CSIRO, Kewei.Lyu@csiro.au. 2019.
% % %
% % % merge data from ESGF download for a given model,experiment,variable
% % % calculate yearmean or just monthly
% % % need CDO (https://code.mpimet.mpg.de/projects/cdo/)
......@@ -36,4 +38,4 @@ end % end if output data not exist yet
end % end loop for a certain experiment
end % end loop for a variable
end % end loop for a model
\ No newline at end of file
end % end loop for a model
% % % Kewei Lyu, CSIRO, Kewei.Lyu@csiro.au. 2019.
% % %
ifile=[ipath var '_' realm '_' mna '_' exp{EXP} '_*.nc'];
ifile_structure=dir(ifile);
......@@ -35,4 +38,4 @@ end
system(string);
end
end
\ No newline at end of file
end
% % % plot mean sea level and dynamic sea level projections for Figure 7 of
% % % Grose et al. (2020) Earth's Future
% % % Contact: Kewei Lyu (kewei.marine@gmail.com)
% % % Contact: Kewei Lyu, CSIRO (kewei.marine@gmail.com)
% % % Need subroutine tight_subplot and m_map toolbox
close all;clear;clc;font_size=16;
......@@ -91,4 +91,4 @@ set(gcf,'PaperType','A4',...
'PaperUnits','Centimeters',...
'PaperPosition',[0.5 2 20 26]);
% print(gcf,'-dtiff','-r600',figname);
% % % End plotting dynamic sea level projections
\ No newline at end of file
% % % End plotting dynamic sea level projections