Home > other >  Fes2014 tidal software installation
Fes2014 tidal software installation

Time:01-26

1 the Download the source folder

2 conda install - c fbriol fes

3 In the same conda environment install netcdf

4 Navigate with Anaconda Prompt to the source folder

5 the mkdir build & amp; & CD build

6 the download and install CMAKE

Set the PATH=C: \ \ Program

7 Files \ CMake \ bin; % % PATH (or wherever you installed CMAKE)

Cmake.. -

8 DCMAKE_INSTALL_PREFIX=/opt/local

9 the Test if it works with the import pyfes in python

10 the Download ocean tide, ocean_tide_extrapolated and load tide. The nc files from Aviso + [account men]

11 Save the. Nc files in the source folder, under/data/fes2014

12 the Update. The ini file to include the absolute path to the each tidal component (. Nc file)

CodePudding user response:

Where can I download the source code?
  • Related