Datasets

List of datasets available on SciServer.

get_started

Small cutout from EGshelfIIseas2km_ASR_crop. Citation:

  • Almansi et al., 2020 - GRL.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('get_started')

IGPwinter

High-resolution numerical simulation carried out in parallel to the observational component of the Iceland Greenland Seas Project (IGP). Citation:

  • Renfrew et al., 2019 - BAMS.

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('IGPwinter')

EGshelfIIseas2km_ASR_full

High-resolution (~2km) numerical simulation covering the east Greenland shelf (EGshelf), and the Iceland and Irminger Seas (IIseas) forced by the Arctic System Reanalysis (ASR). Citation:

  • Almansi et al., 2020 - GRL.

Characteristics:

  • full: Full domain without variables to close budgets.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('EGshelfIIseas2km_ASR_full')

EGshelfIIseas2km_ASR_crop

High-resolution (~2km) numerical simulation covering the east Greenland shelf (EGshelf), and the Iceland and Irminger Seas (IIseas) forced by the Arctic System Reanalysis (ASR). Citation:

  • Almansi et al., 2020 - GRL.

Characteristics:

  • crop: Cropped domain with variables to close budgets.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('EGshelfIIseas2km_ASR_crop')

EGshelfIIseas2km_ERAI_6H

High-resolution (~2km) numerical simulation covering the east Greenland shelf (EGshelf), and the Iceland and Irminger Seas (IIseas) forced by ERA-Interim. Citation:

Characteristics:

  • 6H: 6-hour resolution without sea ice and external forcing variables.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('EGshelfIIseas2km_ERAI_6H')

EGshelfIIseas2km_ERAI_1D

High-resolution (~2km) numerical simulation covering the east Greenland shelf (EGshelf), and the Iceland and Irminger Seas (IIseas) forced by ERA-Interim. Citation:

Characteristics:

  • 1D: 1-day resolution with sea ice and external forcing variables.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('EGshelfIIseas2km_ERAI_1D')

EGshelfSJsec500m_3H_hydro

Very high-resolution (500m) numerical simulation covering the east Greenland shelf (EGshelf) and the Spill Jet section (SJsec). Hydrostatic solutions.

Citation:

Characteristics:

  • 3H: 3-hour resolution without external forcing variables.

  • hydro: Hydrostatic solutions.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('EGshelfSJsec500m_3H_hydro')

EGshelfSJsec500m_6H_hydro

Very high-resolution (500m) numerical simulation covering the east Greenland shelf (EGshelf) and the Spill Jet section (SJsec). Hydrostatic solutions.

Citation:

Characteristics:

  • 6H: 6-hour resolution with external forcing variables.

  • hydro: Hydrostatic solutions.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('EGshelfSJsec500m_6H_hydro')

EGshelfSJsec500m_3H_NONhydro

Very high-resolution (500m) numerical simulation covering the east Greenland shelf (EGshelf) and the Spill Jet section (SJsec). Non-Hydrostatic solutions.

Citation:

Characteristics:

  • 3H: 3-hour resolution without external forcing variables.

  • NONhydro: Non-Hydrostatic solutions.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('EGshelfSJsec500m_3H_NONhydro')

EGshelfSJsec500m_6H_NONhydro

Very high-resolution (500m) numerical simulation covering the east Greenland shelf (EGshelf) and the Spill Jet section (SJsec). Non-Hydrostatic solutions.

Citation:

Characteristics:

  • 6H: 6-hour resolution with external forcing variables.

  • NONhydro: NONHydrostatic solutions.

See also:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('EGshelfSJsec500m_6H_NONhydro')

KangerFjord

A realistic numerical model constructed to simulate the oceanic conditions and circulation in a large southeast Greenland fjord (Kangerdlugssuaq) and the adjacent shelf sea region during winter 2007–2008.

Citation:

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('KangerFjord')

ECCO

ECCO v4r4 3D dataset, ocean simulations on LLC90 grid (monthly mean output)

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('ECCO')

daily_ecco

ECCO v4r4 3D dataset, ocean simulations on LLC90 grid

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('daily_ecco')

ETOPO

The ice surface version of ETOPO Citation:

  • 10.25921/fd45-gt74.

Run the following code to open the dataset:

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('ETOPO')