# Vlissingen ## vlsi **Unfortunately I had to turn off the web app in late 2023. When I get a chance I will update this document.** **Updated June 4, 2023 to use gnssir_input**
gnssrefl programs will be pretty slow.
To get you started so that you don't have to download and manipulate 1 sec GNSS files (which come
in 96 separate files!), I have made some smaller 15 second RINEX files for you. They are
available in this [tar file.](https://morefunwithgps.com/public_html/vlis_2022.tar)
After downloading, tar -xvf vlis_tar.2022. There should be 14 gzipped files in RINEX 2.11 format.
Instead of using gnssrefl I am going to show you how to use the web app. Open a browser and
type in gnss-reflections.org. You will be using the RINEX upload option which is in the center.
Load one of the RINEX files and press the submit button. Depending on your internet connection, your
answer should pop up in about 10 seconds. The writing in magenta are comments I have added to
point out various things.
gnssrefl and
have Python 3.9 or the [docker image](../pages/docker_cl_instructions.md) installed, you can
do this on your local machine. The advantage of doing it on a local machine is mostly that you can use multi-GNSS
signals. The web app is GPS only. For applications with a daily average, such as snow accumulation,
GPS can be enough. But for tides you generally want as many measurements as
possible, and that means multi-GNSS. The other
advantage of the using the gnssrefl package is that you can more easily use higher-rate data.
The web app strictly controls the maximum RH you can estimate and it also limits how large your RINEX
file can be. gnssrefl also provides links to many more data archives.
### Make SNR files
To make your own 15 second multi-GNSS VLIS files with rinex2snr you need to :
- station vlis00nld (the longer station name will tell the code to find RINEX 3 instead of RINEX 2.11)
- rate high
- dec 15
- archive bkg
- orb gnss
### Take a Quick Look at the Data
Begin by making SNR files:
rinex2snr vlis00nld 2020 171 -doy_end 184 -rate high -dec 15 -orb gnss -archive bkg-euref
Then use quickLook to make sure your strategy is a good one, where you should try
using different frequencies and the RH, elevation angle, and azimuth settings.
quickLook vlis 2020 171
This is the strategy I used:
gnssir_input vlis -h1 5 -h2 15 -e1 5 -e2 20 -peak2noise 3 -ampl 1 -frlist 1 20 5 101 102 201 205 207 -azlist2 70 180
Now run gnssir for these same dates. This computes RH for each rising and setting satellite arc:
gnssir vlis 2022 171 -doy_end 184
To put those results all together:
subdaily vlis 2022
Reports how many satellites were used in each constellation:
How the water levels look as a function of azimuth, constellation, and amplitude:
Time series with large outliers removed.
In the next section, it will compute and try to remove the RHdot correction:
This compares with and without RHdot correction:
**If you wish to access these new RH values, do not use column 3! The corrected values have
been written as a new column.**
Then we remove an inter-frequency bias and refit a spline:
The RMS with respect to the spline fit starts over 0.325 m, improves to 0.276 m with RHdot,
and finally 0.253 m with an IF bias removed. **If you wish to access these new
RH values, do not use column 3! The corrected values have been written as a new column.**
The precisions calculated from the spline fit for this site are *very poor* - particularly for L1.
But this is not really precision - it is how well your RH agree with a spline. To really assess
this site you shold compare with a traditional tide gauge. You can try using our
utility download_tides. The tide gauge network is ioc and the
name of the tide gauge is ... vlis! If you say -plt T it makes a crude
plot for you.