Skip to content

Commit

Permalink
Update FES2022_setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvos committed Oct 6, 2024
1 parent b3c3646 commit 99ea168
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions doc/FES2022_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,21 @@ Either clone the Github repository https://github.com/kvos/CoastSat or download

## 2. Download FES2022 netcdf files

- Go to [this location](https://unsw-my.sharepoint.com/personal/z2273773_ad_unsw_edu_au/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fz2273773%5Fad%5Funsw%5Fedu%5Fau%2FDocuments%2FRESEARCH2%2FFES%202022%2Ffes2022b&ga=1) and download the all the files and put them in a folder. These are the netcdf file containing the tidal constituents for the whole world.
1. Go to [this location](https://unsw-my.sharepoint.com/personal/z2273773_ad_unsw_edu_au/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fz2273773%5Fad%5Funsw%5Fedu%5Fau%2FDocuments%2FRESEARCH2%2FFES%202022%2Ffes2022b&ga=1) and download the all the files and put them in a folder. These are the netcdf file containing the tidal constituents for the whole world.
- If you can't access this link, you will need to download the files yourself from the [AVISO website](https://www.aviso.altimetry.fr/) and follow the steps below.
- If you can access the link, skip to **step 7**.

- Open the `fes2022.yaml` file in a text editor and change the path to each of the tidal constituents (individual netcdf files). Add the absolute path to each .nc file, an example is shown below. You can use find and replace to do this in one go. It should look like below:
2. Go to https://www.aviso.altimetry.fr/ and create an account, then login. Then go to https://www.aviso.altimetry.fr/en/data/data-access/registration-form.html and fill the form, ticking **FES (Finite Element Solution - Oceanic Tides Heights)**.

3. Navigate to My Products (https://www.aviso.altimetry.fr/en/my-aviso-plus/my-products.html) and the FES product should be there as shown here: ![image](https://github.com/user-attachments/assets/88ffd3ea-ee91-4faa-96e2-fe8982290843)

4. Download [WinSCP](https://winscp.net/eng/download.php) or your favourite SFTP software and click use SFTP link (sftp://ftp-access.aviso.altimetry.fr:2221/auxiliary/tide_model) to create a connection.

5. Then download under /fes2022b the folders /load_tide and /ocean_tide (not /ocean_tide_extrapolate). Download all the components (34 NETCDF files) and unzip them. ![image](https://github.com/user-attachments/assets/39c00bf6-2949-4321-83ed-03b11a39c0b7)

6. Finally download the `fes2022.yaml` from https://github.com/CNES/aviso-fes/tree/main/data/fes2022b and save it in the same folder as /load_tide and /ocean_tide.

7. Open the `fes2022.yaml` file in a text editor and change the path to each of the tidal constituents (individual netcdf files). Add the absolute path to each .nc file, an example is shown below. You can use find and replace to do this in one go. It should look like below:
```
radial:
cartesian:
Expand Down

0 comments on commit 99ea168

Please sign in to comment.