[1] plot area
- place where will be plotted all the data and results
[2] grid axes
- place where will be plotted the grid, mask, contours, location of stations, location of loaded files and coastlines
[3] output area
- place where output of analysis will be displayed; every line got data from one frequency;
only the first ten (more significant) will be displayed in case of FSA
a mouse click on each line will plot a maker on the selected frequency; in case of 2D analysis and ellipses are plotted,
first click will select the proper ellipse (hiding all others), second will make it bold and third will give it back as default
[4]
[grid] load grid: SEAGRID file, ROMS history file
[station] load stations file: ROMS history file or ROMS stations file
[contours] plot bathymetric contours, write the desired values, ex.: 200 500 or 10:10:100
[clabel] put labels on contours
[axis equal] toggle between axis equal and normal
[grids] add gridlines
[select] select a station
[sta#] enter the station number you want; if locations are a matrix instead
of a vector you can insert the linear index or i j
[variable] popupmenu to select variable (free surface, velocities)
[level] popupmenu to select vertical level
[z] edit desired depth (positive means below 0)
[checkbox] when checked depths are used instead of s-levels
[5] radio buttons
[ellipse] to use 2D data
[serie] to use 1D data
[file] to use data from loaded mat file
[station] to use data from station file
[6]
[min xlim] [default xlim] [max xlim] xlim controls, min xlim and max xlim are editable
and can be numbers or the strings start and end (s and e are enough)
[grids] add gridlines
[hold on] hold on current plot
[zoom] zoom on/off
[7] load mat files
[file] load data in a mat file
[> plot] plot data of current loaded mat file
[struc] load mat file with ellipse parameters
[> plot] plot ellipses of current loaded mat file with ellipse parameters
[8] analysis
[FSA] execute Fourier spectral analysis
[LSF] execute harmonic least squares fit
[t_tide] execute T_TIDE
[data] plot data used in current analysis
[xout] checkbox, if selected when executing LSF of T_TIDE, xout is plotted (xout is the reconstruction of used data by the analysis)
[9] prediction
[start time] prediction start time, current date by default
[end time] end time for prediction, one month after start time, by default
[time interval] prediction interval in hours, default is 1h
[predic] executes t_predic (part of T_TIDE toolbox) using data from last analysis (LSF or t_tide)
[10] menu [SpectrHA]
[current files] current loaded files
[current files]-->[file] info about loaded data file
[release]-->[grid] copy grid to a new window
[release]-->[mask_rho] pcolor(mask_rho)
[release]-->[lon,lat,mask_rho] pcolor(lon_rho,lat_rho,mask_rho)
[release]-->[bathy 3d] 3d bathymetry
[release]-->[spectrum] copy spectrum to a new window
[release]-->[s-levels (t=0,j)] s-levels vertical slice at lat index j
z_r values are displayed at itime (configurable, see configuration), depth and ssh are also plotted
in case of roms_his as stations file, ssh is ssh in the slice, otherwise is ssh in the current station
[release]-->[s-levels (t=0,i)] s-levels vertical slice at lon index i
[release]-->[s-levels (t=all)] s-levels vertical slice at current station, time evolution
[overlay]-->[coastline] load and plot coastline file (mat file with vectors lon and lat)
[current axis]-->[normal;equal;auto] executes axis normal, equal or auto, in current axis
[config]-->[LSF] configure LSF, calls edit S_config_LSF (see configuration)
[config]-->[T_TIDE] configure T_TIDE, calls edit S_config_T_TIDE (see configuration)
[t_tide str] see last t_tide command executed
[phases (t_tide)]-->[default; at t=0] use default t_tide (without phase correction) or t_tide with phase correction
to the beginning of the serie, should be used when no start_time is available when executing t_tide