-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BenjaminJacob86 edited this page Dec 20, 2022
·
6 revisions
A python based gui visualization tool for netcdf outputs of the SCHISM hydrodynamic model (SCHISM: http://ccrm.vims.edu/schismweb/). Intended for a quick view of simulation results;
- displays horizontal fields of variables stored at grid nodes - simplified as averages at triangles (quads are splitted)
- allows to extract time series, profiles and transects (nearest neighbour interpolation only)
- displays difference between different model simulation conducted on same grid with same nspool and ihfskip settings.
The program is compatible with the Schism multiple variable output written with parallel io (ou2d_.nc, zCoordinates_*.nc, ...) and the combined schout_.nc style format if the wetting and drying information "wetdry_node", "wetdry_elem" is contained in the schout.nc files.
The python code relies on a python anaconda installation with packages as in requirements.txt for netcdf handling, which is typically already available in different hpc environments.
The gui consists of a control pannel
and a main plot window displaying the selected variable.