>>> to the directory where the command 'mcontour.sh' is given, >>> the user may specify >>> * title >>> * font >>> * zooming >>> * color map (palette) >>> * no. of colors >>> * plot size limits >>> for geographical maps: >>> * names of longitude & latitude variables >>> * map projection >>> * coastline detail level >>> (look up, or copy, this file to edit your own 'userdef' file). >>> >>> >>> Examples: >>> ========= >>> >>> mcontour.sh 4dmap hydrography.nc temp 1 10 15 >>> will produce a gif animation with 6 frames for time steps >>> 10-15 of the first vertical level of the variable 'temp' >>> on the file 'hydrography.nc', on a lon-lat grid w/ a map >>> mcontour.sh 3d surface.nc sst 1 9 2 >>> will produce a gif animation with 5 frames for time steps >>> 1, 3, 5, 7 and 9 on a x-y grid of the variable 'sst' on >>> the file 'surface.nc' >>> >>> >>> Terminating.