Skip to content

Commit

Permalink
update for FES2022b delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
Loren Carrere committed Jun 14, 2024
1 parent f4d4957 commit f044a11
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 419 deletions.
27 changes: 14 additions & 13 deletions data/fes2022b/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This directory contains the different configuration files to compute:
* Use [ocean_tide_extrapolated.ini](ocean_tide_extrapolated.ini)
to compute the ocean tide with the extrapolated grids.
* Use [load_tide.ini](load_tide.ini) to compute the load tide.
* Use [fes2022.ini](fes2022.ini)
to compute the geocentric tide with the extrapolated grids

> **_NOTE_**
>
Expand All @@ -18,7 +20,7 @@ This directory contains the different configuration files to compute:
>
> ```
> data/
> └── fes2022B
> └── fes2022b
> ├── load_tide
> ├── ocean_tide
> └── ocean_tide_extrapolated
Expand All @@ -32,13 +34,13 @@ calculate the different tides are not distributed here, but on the
website. You will find on the AVISO FTP server authenticated the following
archives for filling empty directories:

- load_tide.tar.xz
- ocean_tide.tar.xz
- ocean_tide_extrapolated.tar.xz
- load_tide/*.nc.xz
- ocean_tide/*.nc.xz
- ocean_tide_extrapolated/*.nc.xz

To allow you to download as small as possible archives, the archives have been
To allow you to download as small as possible archives, the files have been
compressed using the [xz](http://tukaani.org/xz) program using the LZMA2
compression algorithms. To decompress the archive, you must use this command or
compression algorithms. To decompress the files, you must use this command or
[7-zip](http://www.7-zip.org/) if you use Windows.

> **_NOTE_**
Expand All @@ -47,8 +49,7 @@ compression algorithms. To decompress the archive, you must use this command or
## Database description

The FES2022 tides database includes 3 components: Tide elevations, Extrapolated Tide elevations and Tide
loading. Each component contains 34 tidal components:
The FES2022 tides database includes 3 components: Tide elevations, Extrapolated Tide elevations and Tide loading. Each component contains 34 tidal components:

2N₂, J₁, K₁, K₂, L₂, MKS₂, MN₄, MS₄, Mf, Mm, Msf, Msqm, Mtm, M₂, M₃, M₄, M₆, M₈, N₂, N₄, O₁, P₁, P₁, R₂, Sa, Ssa, S₁, S₂, S₄, T₂, µ₂, ε₂, λ₂, ν₂

Expand All @@ -58,19 +59,19 @@ FES2022B ocean tide model is distributed; this model has
been computed using the new FES2022 tidal loading grids. Two versions
are available:

* Non extrapolated version contained in the `ocean_tide.tar.xz` archive: the
* Non extrapolated version contained in the `ocean_tide` directory: the
model is defined on a 1/30° grid directly
interpolated from the finite element native grid of the model.

* Extrapolated version contained in the `ocean_tide_extrapolated.tar.xz`: the
* Extrapolated version contained in the `ocean_tide_extrapolated` directory: the
above version has been extrapolated on the coasts in order to cover nearly
entirely the coastal regions. The procedure is a simple extrapolation
applied on 20 pixels and using mean values when necessary, it can be not
accurate enough in some regions.
A specific mask file is also provided to differentiate native data and extrapolated data
for FES2022B tide elevation grids: mask_fes2022.nc
for FES2022B tide elevation grids: mask_fes2022B.nc

### Tide Loading

The new FES2022 tide loading is supplied on the same 1/30° grid. This
dataset is provided into the `load_tide.tar.xz` archive.
The new FES2022 tide loading is available on the same 1/30° grid. This
dataset is provided into the `load_tide` directory.
203 changes: 0 additions & 203 deletions data/fes2022b/eastward_velocity.ini

This file was deleted.

Empty file.
Loading

0 comments on commit f044a11

Please sign in to comment.