diff --git a/ww3/README.md b/ww3/README.md index 7802800..b94c725 100644 --- a/ww3/README.md +++ b/ww3/README.md @@ -10,65 +10,65 @@ conda install -c conda-forge xarray ``` ## WaveWatch III parameters -| Name | Description | -|-------|--------------| -| `longitude` | | -| `latitude` | | -| `time` | | -| `MAPSTA` | status map | -| `U10` | eastward wind | -| `V10` | northward wind | -| `CI` | sea ice area fraction | -| `hs` | significant wave height | -| `wl` | mean wave length | -| `t02` | mean wave period Tm02 | -| `t` | mean period Tm01 | -| `tm0m1` |mean period Tm0-1 | -| `CgE` | wave energy flux | -| `fp` | peak wave frequency | -| `dir` | mean wave direction | -| `spr` | directional spread | -| `dp` | peak direction | -| `hs0` | significant wave height partition 0 | -| `hs1` | significant wave height partition 1 | -| `hs2` | significant wave height partition 2 | -| `hs3` | significant wave height partition 3 | -| `tp0` | peak period partition 0 | -| `tp1` | peak period partition 1 | -| `tp2` | peak period partition 2| -| `tp3` | peak period partition 3 | -| `lp0` | mean wave length partition 0 | -| `lp1` | mean wave length partition 1 | -| `lp2` | mean wave length partition 2 | -| `lp3` | mean wave length partitions 3 | -| `th0` | mean wave direction partition 0 | -| `th1` | mean wave direction partition 1 | -| `th2` | mean wave direction partition 2 | -| `th3` | mean wave direction partition 3 | -| `si0` | directional spread partition 0 | -| `si1` | directional spread partition 1 | -| `si2` | directional spread partition 2 | -| `si3` | directional spread partition 3 | -| `ws0` | wind sea fraction partition 0 | -| `ws1` | wind sea fraction partition 1 | -| `ws2` | wind sea fraction partition 2 | -| `ws3` | wind sea fraction partition 3 | -| `wsf` | wind sea fraction | -| `pnr` | number of wave partitions | -| `dtd` | dynamic time step | -| `uust` | eastward friction velocities | -| `vust` | northward friction velocities | -| `cha` | Charnock coefficient | -| `faw` | wind to wave energy flux | -| `utaw` | eastward wave supported wind stress | -| `vtaw` | northward wave supported wind stress | -| `utwa` | eastward wave to wind stress | -| `vtwa` | northward wave to wind stress | -| `wcc` | whitecap coverage | -| `Sxx` | xx radiation stress component | -| `Syy` | yy radiation stress component | -| `Sxy` | xz radiation stress component | -| `utwo` | eastward wave to ocean stress | -| `vtwo` | northward wave to ocean stress | -| `uuss` | eastward surface stokes drift | -| `vuss` | northward surface stokes drift | +| Name | Description | Units | +|-------------|-----------------------------------------------------------------------|---------| +| `longitude` | Longitude | degrees | +| `latitude` | Latitude | degrees | +| `time` | Julian day (UT) | - | +| `MAPSTA` | Status map | 1 | +| `U10` | Eastward_wind | m/s | +| `V10` | Northward_wind | m/s | +| `CI` | Sea ice area fraction | - | +| `hs` | Significant height of wind and swell waves | m | +| `wl` | Mean wave length | m | +| `t02` | Mean period Tm02 | s | +| `t` | Mean period Tm01 | s | +| `tm0m1` | Mean period Tm0-1 | s | +| `CgE` | Wave energy flux | kW/m | +| `fp` | Wave peak frequency | s-1 | +| `dir` | Wave mean direction | degrees | +| `spr` | Directional spread | degrees | +| `dp` | Peak direction | degrees | +| `hs0` | Wave significant height partition 0 | m | +| `hs1` | Wave significant height partition 1 | m | +| `hs2` | Wave significant height partition 2 | m | +| `hs3` | Wave significant height partition 3 | m | +| `tp0` | Peak period partition 0 | s | +| `tp1` | Peak period partition 1 | s | +| `tp2` | Peak period partition 2 | s | +| `tp3` | Peak period partition 3 | s | +| `lp0` | Mean wave length partition 0 | m | +| `lp1` | Mean wave length partition 1 | m | +| `lp2` | Mean wave length partition 2 | m | +| `lp3` | Mean wave length partition 3 | m | +| `th0` | Wave mean direction partition 0 | degrees | +| `th1` | Wave mean direction partition 1 | degrees | +| `th2` | Wave mean direction partition 2 | degrees | +| `th3` | Wave mean direction partition 3 | degrees | +| `si0` | Directional spread partition 0 | degrees | +| `si1` | Directional spread partition 1 | degrees | +| `si2` | Directional spread partition 2 | degrees | +| `si3` | Directional spread partition 3 | degrees | +| `ws0` | Wind sea fraction in partition 0 | - | +| `ws1` | Wind sea fraction in partition 1 | - | +| `ws2` | Wind sea fraction in partition 2 | - | +| `ws3` | Wind sea fraction in partition 3 | - | +| `wsf` | Wind sea fraction | 1 | +| `pnr` | Number of wave partitions | 1 | +| `dtd` | Dynamic time step | min. | +| `uust` | Eastward friction velocity | m/s | +| `vust` | Northward friction velocity | m/s | +| `cha` | Charnock coefficient for surface roughness length for momentum in air | 1 | +| `faw` | Wind to wave energy flux | Wm-2 | +| `utaw` | Eastward wave supported wind stress | m2s-2 | +| `vtaw` | Northward wave supported wind stress | m2s-2 | +| `utwa` | Eastward wave to wind stress | m2/s2 | +| `vtwa` | Northward wave to wind stress | m2/s2 | +| `wcc` | Whitecap coverage | 1 | +| `Sxx` | Radiation stress component Sxx | N/m | +| `Syy` | Radiation stress component Syy | N/m | +| `Sxy` | Radiation stress component Sxy | N/m | +| `utwo` | Eastward wave to ocean stress | m2/s2 | +| `vtwo` | Northward wave to ocean stress | s | +| `uuss` | Eastward surface stokes drift | m/s | +| `vuss` | Northward surface stokes drift | m/s |