Skip to content

Commit 5973ef2

Browse files
committed
updated doc strings
1 parent a3fd6d4 commit 5973ef2

2 files changed

Lines changed: 20 additions & 18 deletions

File tree

dnora/read/current/cmems.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,17 @@ def post_processing(self):
3939

4040
@deprecated_class_call("CMEMS", "cmems", "current")
4141
class EuropeNW(ProductReader):
42-
"""This product is a L4 REP and NRT global total velocity field at 0m and 15m together wiht its individual components
43-
(geostrophy and Ekman) and related uncertainties. It consists of the zonal and meridional velocity at a 1h frequency
44-
and at 1/4 degree regular grid. The total velocity fields are obtained by combining CMEMS satellite Geostrophic surface
45-
currents and modelled Ekman currents at the surface and 15m depth (using ERA5 wind stress in REP and ERA5* in NRT).
46-
1 hourly product, daily and monthly means are available. This product has been initiated in the frame of CNES/CLS projects.
47-
Then it has been consolidated during the Globcurrent project (funded by the ESA User Element Program)..
42+
"""The ocean physics reanalysis for the North-West European Shelf is produced using an ocean assimilation model, with tides, at 7 km horizontal resolution.
43+
The ocean model is NEMO (Nucleus for European Modelling of the Ocean), using the 3DVar NEMOVAR system to assimilate observations.
44+
These are surface temperature and vertical profiles of temperature and salinity. The model is forced by lateral boundary conditions from the
45+
GloSea5, one of the multi-models used by GLOBAL_REANALYSIS_PHY_001_026 and at the Baltic boundary by the BALTICSEA_REANALYSIS_PHY_003_011.
46+
The atmospheric forcing is given by the ECMWF ERA5 atmospheric reanalysis. The river discharge is from a daily climatology.
4847
49-
DOI (product): https://doi.org/10.48670/mds-00327
50-
https://https://data.marine.copernicus.eu/product/MULTIOBS_GLO_PHY_MYNRT_015_003/description
48+
49+
Note: This reader reads the hourly 2D surface fields of surface currents.
50+
51+
DOI (product): https://doi.org/10.48670/moi-00059
52+
https://data.marine.copernicus.eu/product/NWSHELF_MULTIYEAR_PHY_004_009/description
5153
"""
5254

5355
product_configuration = ProductConfiguration(

dnora/read/waterlevel/cmems.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ def post_processing(self):
4242

4343
@deprecated_class_call("CMEMS", "cmems", "waterlevel")
4444
class EuropeNW(ProductReader):
45-
"""The Operational Mercator global ocean analysis and forecast system at 1/12 degree is providing 10 days of 3D global
46-
ocean forecasts updated daily. The time series is aggregated in time in order to reach a two full year's time series
47-
sliding window. This product includes daily and monthly mean files of temperature, salinity, currents, sea level,
48-
mixed layer depth and ice parameters from the top to the bottom over the global ocean. It also includes hourly
49-
mean surface fields for sea level height, temperature and currents. The global ocean output files are displayed
50-
with a 1/12 degree horizontal resolution with regular longitude/latitude equirectangular projection.
51-
50 vertical levels are ranging from 0 to 5500 meters. This product also delivers a special dataset for
52-
surface current which also includes wave and tidal drift called SMOC (Surface merged Ocean Current).
45+
"""The ocean physics reanalysis for the North-West European Shelf is produced using an ocean assimilation model, with tides, at 7 km horizontal resolution.
46+
The ocean model is NEMO (Nucleus for European Modelling of the Ocean), using the 3DVar NEMOVAR system to assimilate observations.
47+
These are surface temperature and vertical profiles of temperature and salinity. The model is forced by lateral boundary conditions from the
48+
GloSea5, one of the multi-models used by GLOBAL_REANALYSIS_PHY_001_026 and at the Baltic boundary by the BALTICSEA_REANALYSIS_PHY_003_011.
49+
The atmospheric forcing is given by the ECMWF ERA5 atmospheric reanalysis. The river discharge is from a daily climatology.
5350
54-
DOI (product): https://doi.org/10.48670/moi-00016
55-
https://data.marine.copernicus.eu/product/GLOBAL_ANALYSISFORECAST_PHY_001_024/description
51+
52+
Note: This reader reads the hourly 2D surface fields of sea surface height.
53+
54+
DOI (product): https://doi.org/10.48670/moi-00059
55+
https://data.marine.copernicus.eu/product/NWSHELF_MULTIYEAR_PHY_004_009/description
5656
"""
5757

5858
product_configuration = ProductConfiguration(

0 commit comments

Comments
 (0)