| Click on column heading to sort by column |
|
|
|
Example Movie Making Scripts
This zip file gives a heavily documented example of how to make movies of ELCOM files. makeMovieExample.m is the main function that is called by callMakeMovieExample.m
These scripts make use of a number of scripts from the repository. These scripts are included in the the zip file. |
Chris Dallimore |
2006-06-12 |
airTemp2inflowTemp.m
Funcion to read ELCOM input AIR_TEMP bc file and convert to WATER_TMP by averaging over a certain time period |
Chris Dallimore |
2006-05-02 |
convertELCOMbathy2DYRESMmorph.m
Converts an ELCOM bathymetry file to a DYRSEM morphometry file |
Chris Dallimore |
2006-05-01 |
convertXYZtoELCOMbathy
Converts xyz data of bathymetry and lake outline into an ELCOM bathymetry file using the matlab function griddata. |
Chris Dallimore |
2006-07-20 |
generatePlaidDX.m
Generate an array of plaid dx for use with modifyELCOMbathyGridSize |
Chris Dallimore |
2006-07-20 |
getELCOMbathyMorph
Get surface area and volume vs height from an ELCOM bathymetry file. |
Chris Dallimore |
2006-06-16 |
loadAndJoinNC.m
Loads two or more ELCOM netcdf files and joins them together (useful for joining netcdf files after a restart) |
Chris Dallimore |
2006-05-01 |
modifyELCOMbathy.m
A GUI for interactively modifying ELCOM bathymetry files. |
Chris Dallimore |
2006-05-01 |
modifyELCOMbathyGridSize.m
Uses matlab function griddata to change the dx and dy arrays of an ELCOM bathymetry file |
Chris Dallimore |
2006-06-16 |
nldnc.m
Loads an ELCOM netcdf file into a data structure. |
Chris Dallimore |
2006-05-01 |
nldnc_timestep.m
Loads one timestep of an ELCOM netcdf file into a data structure. |
Chris Dallimore |
2006-05-01 |
plotELCOMbathy.m
Plots an ELCOM bathymetry file |
Chris Dallimore |
2006-05-01 |
plotELCOMbcFile.m
Plots an ELCOM boundary condition file |
Chris Dallimore |
2006-05-01 |
plotELCOMcurtain.m
Plots an ELCOM curtain netCDF file |
Chris Dallimore |
2006-05-01 |
plotELCOMicFile.m
Plots an ELCOM initial condition file |
Chris Dallimore |
2006-05-01 |
plotELCOMinputDir.m
Plots all boundary conditions and initial conditions in an infiles directory |
Chris Dallimore |
2006-05-01 |
plotELCOMinputFile.m
Plots an ELCOM input file (can be a boundary condition, initial condition or update file) |
Chris Dallimore |
2006-05-01 |
plotELCOMprofile.m
Plots an ELCOM profile netcdf files |
Chris Dallimore |
2006-05-01 |
plotELCOMprofileBCFile.m
Plots an ELCOM profile Boundary Condition file |
Chris Dallimore |
2006-05-01 |
plotELCOMsheet.m
Plots an ELCOM sheet netcdf file |
Chris Dallimore |
2006-05-01 |
plotELCOMupdateFile.m
Plots an ELCOM update boundary condition file |
Chris Dallimore |
2006-05-01 |
readELCOMbathy.m
Read an ELCOM bathymetry file |
Chris Dallimore |
2006-05-01 |
readELCOMbc_datFile.m
Read an ELCOM bc.dat file |
Chris Dallimore |
2006-05-01 |
readELCOMdatablock.m
Read an ELCOM datablock file |
Chris Dallimore |
2006-05-01 |
readELCOMinputFile.m
Read an ELCOM input file (can be a boundary condition, initial condition or update file) |
Chris Dallimore |
2006-05-01 |
readELCOMinputFileHeader.m
Read an ELCOM input file header (can be a boundary condition, initial condition or update file) |
Chris Dallimore |
2006-05-01 |
setELCOMioTypes.m
Function for converting ELCOM keywords to Long names and units. |
Chris Dallimore |
2006-05-01 |
writeELCOMbathy.m
Write an ELCOM bathymetry file. Used by modifyELCOMbathy to save an updated bathymetry file. |
Chris Dallimore |
2006-05-01 |