From 1 - 2 / 2
  • CAWCR Hindcast* and ECMWF ERA-5** model predictions of wave spectral properties (wave height and period) and corresponding observed data from ACE. Observations are mapped to model grids. Quality control is applied, i.e. cells with a number of points less than 5 and/or with high data variation (Standard Deviation/Mean greater than 0.2) are eliminated. Files are named as follows: WaMoS_vs_CAWCR_Hs.mat WaMoS_vs_CAWCR_Tm.mat WaMoS_vs_ERA5_Hs.mat WaMoS_vs_ERA5_Tp.mat In each file, columns show Latitude (deg.), Longitude (deg.), Time (number of days from January 0, 0000), Model Parameters (Hs, Tp or Tm) and Observed Parameters (Hs, Tp or Tm), respectively. Hs denotes significant wave height in meters, Tp is peak wave period in seconds and Tm is mean wave period based on the first moment of wave spectrum in seconds. The MATLAB file, WaMoSvsModel_FigurePlot.m, can be used to visualise the results. The files dscatter.m and polyfix.m are functions used in the MATLAB script. A sample figure (SampleFigure.png) is also included for users’ reference. * Durrant, T., Greenslade, D., Hemer, M. and Trenham, C., 2014. A global wave hindcast focussed on the Central and South Pacific (Vol. 40, No. 9, pp. 1917-1941). ** Copernicus Climate Change Service (C3S) (2017): ERA5: Fifth generation of ECMWF atmospheric reanalyses of the global climate . Copernicus Climate Change Service Climate Data Store (CDS), Dec. 12, 2018.

  • A mathematical model (Bennetts and Meylan, 2021, doi.org/10.1137/20M13851) has been used to make predictions of ocean wave transfer to Ross Ice Shelf flexure. The transfer is considered along transects of the Ross Ice Shelf and adjoining open ocean, where the ice shelf thickness and seabed profiles along the transects are sampled from the Bedmap2 dataset (Fretwell et al, 2013, doi.org/10.5194/tc-7-375-2013). Our dataset consists of MAT-files, where each file is for a particular transect and holds two structures: 'data_I' as input data and 'data_o' for the model output data. The input data are the profiles from Bedmap2: 'thick' is the shelf thickness, 'draft' is the shelf draught; and 'bed' is the seabed elevation. They are all in vector form with 2001 sample points along the shelf, which was found to give model outputs accurate to 95%. The input data also contains: a 1x2 vector 'L_vec', for which the first entry is the shelf length, and the second entry is the length of the adjoining open ocean, where both values are in metres; and a 1x2 vector 'Int_vec', for which the first entry is the total number of sample points (ocean + shelf) and the second entry is the number of points in the shelf only. The output date are the three matrices where the rows correspond to different wave period and columns are distances along the transect: 'eta_w' is the water displacement (dimensionless); 'eta_s' is the shelf displacement (dimensionless); and 'str' is the flexural shelf strain (1/metres). All three outputs are normalised by the incident amplitude, noting that the model is linear. The output data also contains: a 1x300 vector containing the wave periods 'T', which are log-spaced between 10s and 1000s. The data are divided into two folders: validation/ and transects/. The first group (validation/) are used to validate the model predictions against the observations of Chen et al (Geophysical Research Letters, 2019, doi.org/10.1029/2019GL084123) close to 2 km away from the shelf front, where the results of Chen et al (2019) have been digitised and are contained in 'Chen_paper.mat'. The second group (transects/) can be used to study transfer over a 500km wide region of the Ross Ice Shelf. There are 101 transects with 5 km spacing. We also analysed the shelf displacement and strain over different wave periods at 10 km away from shelf front for all transects to investigate the relations between strain and wave period, these data have stored in 'Transfer_function_x_10km.mat'. Three MATLAB scripts (Fig1.m, Fig2.m, Fig3.m) are included to recreate results from Bennetts et al (submitted). Fig1.m produces plots from observation (Chen et al) and our models. Fig2.m performs strain transfer function analysis for different profiles and Fig3.m generate the strain map and selected region of Ross Ice Shelf for given incident ocean wave. For Fig1.m, it requires “Bedmap2 Toolbox for Matlab” to access the bedmap2 for producing Ross Ice Shelf on the Antarctica map. A link to download this software will be stated in the MATLAB scripts. An updated dataset was provided on 2022-10-25.