Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.64 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.64 KB

Introduction to WEkEO Notebook

CMEMS Reanalysis: Seasonal and Annual Trends of the Sea Surface Temperature in the Adriatic Sea.

The Sea Surface Temperature (SST) is an important physical characteristic of the oceans. The Adriatic Sea is an elongated basin, located in the central Mediterranean, between the Italian peninsula and the Balkans.The CMEMS Mediterranean Sea Physics Reanalysis time series is provided from 01/01/1987 to 31/12/2019. The SST is defined by selecting the first vertical level of the daily mean of Potential Temperature within the variable name “thetao” and downloaded from this link.

Accordingly, the input “CMEMS_SST” in the netCDF format is prepared to display Seasonal and Annual Maps together with Trends. The Spatial data for the Area of Interest is called “areaAdriatic” in the CSV format.

The Input Data “CMEMS_SST.nc” in netCDF format is prepared for the data aggregation process and the spatial data “areaAdriatic.csv” are present in the following link.

The Sections of the Notebooks:

  1. Section 1: Data Preparation: CMEMS Data.

The CODE SECTION includes:

  1. Section 2: Functions for the Data Aggregation process: Annual, Winter and Summer Seasons Aggregations.
  2. Section 3: The SST Data Analysis and Plots: Daily, Monthly, Annual Trends and Standard Deviation.
  3. Section 4: The Seasonal and Annual Mean Map Visualizations.
  4. Section 5: The Seasonal Anomalies Map Visualizations.
  5. Section 6: References.
  6. Section 7: Challenge.