Today I'm giving a guest lecture at the Probabilistic Design in Hydraulic Engineering course.

Video

http://youtu.be/k8wsCkg0n-I

http://youtu.be/biCNLKocI7s

http://youtu.be/7J_yBJ7f-6c

Scripts and datasets

https://sourceforge.net/projects/mexcdf/files/mexcdf/mexcdf.r3551.zip

ftp://ftp.unidata.ucar.edu/pub/netcdf-java/v4.1/netcdfAll-4.1.jar

ftp://ftp.marine.csiro.au/pub/white/jb_ibn_srn_gtn_giy.nc.gz

Do this first

unzip('mexcdf.r3551.zip')  
addpath ([pwd '/mexcdf/mexnc']);
addpath ([pwd '/mexcdf/snctools']);
javaaadpath([pwd '/netcdfAll-4.1.jar']);
gunzip([pwd '/jb_ibn_srn_gtn_giy.nc.gz']);
nc_dump([pwd '/jb_ibn_srn_gtn_giy.nc']) % should give an overview of the dataset
  File Modified
PDF File part2.pdf Second hour 27-05-2011 by Fedor Baart
File slexample.m Example 27-05-2011 by Fedor Baart
PDF File present.pdf First hour 27-05-2011 by Fedor Baart
  • No labels