bsose_sea_ice
BSOSESeaIceDataLoader(bounds, params)
¶
Bases: ScalarDataLoader
import_data(bounds)
¶
Reads in data from a BSOSE Sea Ice NetCDF file. Renames coordinates to 'lat' and 'long', and renames variable to 'SIC'
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
bounds
|
Boundary
|
Initial boundary to limit the dataset to |
required |
Returns:
| Type | Description |
|---|---|
|
xr.Dataset: BSOSE Sea Ice dataset within limits of bounds. Dataset has coordinates 'lat', 'long', and variable 'SIC' |
Raises:
| Type | Description |
|---|---|
ValueError
|
If units specified in config, and value not 'fraction' or 'percentage' |