Hello Mourad,
Regarding Q1:
I have not tried inputting points located on land. However, I am not surprised the model is producing readings for these points.
The last time I used FES2014 was to produce tidal data at the mouth of an estuary (coastal region). My results produced reasonable agreement with measured data after I adjusted the readings by 10 days.
Regarding Q2:
bitbucket.org/cnes_aviso/fes
After installing the FES lib:
a. to make predictions for many points will entail editing the C script (fes/examples/fes_slev.c). The example file is written to extract readings for a point. You can edit the code or run it severally for different points.
bi. choosing the harmonic constituents to consider can be done by selecting the constituents you will like to consider in fes/test/fes.ini. This file will be called when you run your C script.
bii. I extracted the harmonic constants (amplitude and phase) for each point using the software "Panoply". It reads netCDF files and extracts information from it.
www.giss.nasa.gov/tools/panoply/
Aviso recommends other software for reading netCDF:
www.aviso.altimetry.fr/en/data/tools/software.html
c. I ran the script and stored the results in a text file. (e.g. ./fes_slev > result.txt)
Regards,
Chijioke.