ROMS has a very powefull plotting package written in F77 using NCAR's GKS plotting library

There are basically four programs that plots black/white or color fill contours and overlays from horizontal (cnt.F, ccnt.F) or vertical cross-sections (sec.F, csec.F). It is a great tool for quickly ploting hundreds of plots and browsing a solution.
To check-out the plotting package from ROMS repository enter
Code: Select all
svn checkout https://www.myroms.org/svn/src/plot MyPlotDir
or
svn checkout --username <username> https://www.myroms.org/svn/src/plot MyPlotDir
For more information to how download, install, and run this plotting package check its documentation in
