c-scale-community / workflow-coastal-hydrowaq

Porting and deploying the HiSea use case on C-SCALE
Apache License 2.0
3 stars 1 forks source link

CMEMS changed their data products #55

Open backeb opened 1 year ago

backeb commented 1 year ago

CMEMS has changed the setup of their data products, GLOBAL_ANALYSISFORECAST_PHY_001_024 product is now organised in sixteen datasets (➡️ indicates data and variables that we need for this workflow):

  1. ➡️ cmems_mod_glo_phy_anfc_0.083deg_P1D-m which contains the 2D daily mean fields: ➡️ sea surface level, bottom pressure, bottom salinity, ➡️ bottom potential temperature, mixed layer thickness, sea ice albedo, sea ice age, sea ice surface temperature, sea ice speed, snow thickness, sea ice thickness, sea ice fraction and sea ice velocities information.
  2. ➡️ cmems_mod_glo_phy-so_anfc_0.083deg_P1D-m which contains the ➡️ 3D daily mean salinity information from top to bottom.
  3. ➡️ cmems_mod_glo_phy-thetao_anfc_0.083deg_P1D-m which contains the ➡️ 3D daily mean potential temperature information from top to bottom.
  4. ➡️ cmems_mod_glo_phy-cur_anfc_0.083deg_P1D-m which contains the ➡️ 3D daily mean horizontal currents information from top to bottom.
  5. cmems_mod_glo_phy-wcur_anfc_0.083deg_P1D-m which contains the 3D daily mean vertical current information from top to bottom.
  6. cmems_mod_glo_phy_anfc_0.083deg_PT1H-m which contains the hourly mean surface fields: potential temperature, currents and sea surface level information.
  7. cmems_mod_glo_phy_anfc_0.083deg_P1M-m which contains the 2D monthly mean fields: sea surface level, bottom pressure, bottom salinity, bottom potential temperature, mixed layer thickness, sea ice albedo, sea ice age, sea ice surface temperature, sea ice speed, snow thickness, sea ice thickness, sea ice fraction and sea ice velocities information.
  8. cmems_mod_glo_phy-so_anfc_0.083deg_P1M-m which contains the 3D monthly mean salinity information from top to bottom.
  9. cmems_mod_glo_phy-thetao_anfc_0.083deg_P1M-m which contains the 3D monthly mean potential temperature information from top to bottom.
  10. cmems_mod_glo_phy-cur_anfc_0.083deg_P1M-m which contains the 3D monthly mean horizontal currents information from top to bottom.
  11. cmems_mod_glo_phy-wcur_anfc_0.083deg_P1M-m which contains the 3D monthly mean vertical current information from top to bottom.
  12. cmems_mod_glo_phy_anfc_merged-uv_PT1H-i (Surface and Merged Ocean Currents SMOC) which contains one dataset: dataset-hourly-merged-uv, that distributes hourly zonal (u) and meridional (v) surface velocity fields (full temporal resolution) for three physical components, namely the general circulation (uo, vo), tides (utide, vtide) and waves (ustokes, vstokes) on a 1/12° regular grid. The linear addition of the three physical components is also distributed as (utotal, vtotal). This product is a combination between data-assimilated models that describe the ocean circulation, tides and waves, some of them been Copernicus Marine systems like the global high resolution physical system (CMEMS LOBAL_ANALYSISFORECAST_PHY_001_024) or the global high resolution wave model (CMEMS GLOBAL_ANALYSIS_FORECAST_WAV_001_027)
  13. cmems_mod_glo_phy-thetao_anfc_0.083deg_PT6H-i which contains the instantaneous 3D fields every 6 hour for potential temperature
  14. cmems_mod_glo_phy-so_anfc_0.083deg_PT6H-i which contains the instantaneous 3D fields every 6 hour for salinity
  15. cmems_mod_glo_phy-cur_anfc_0.083deg_PT6H-i which contains the instantaneous 3D fields every 6 hour for currents
  16. cmems_mod_glo_phy_anfc_0.083deg_static which contains the static fields for the system: coordinates, mean sea surface level, mask and bathymetry.

For now only the physics has changed.

@sebastian-luna-valero, @lorincmeszaros with this change from CMEMS, it has broken our workflow. At the next HiSea progress meeting we need to discuss what work to prioritise.