Skip to content

Commit ce40b93

Browse files
e-marshallpre-commit-ci[bot]dcherian
authored
added ASE ice velocity to tutorial docstring (#6753)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Deepak Cherian <[email protected]>
1 parent 777ce76 commit ce40b93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xarray/tutorial.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def _construct_cache_dir(path):
3939
file_formats = {
4040
"air_temperature": 3,
4141
"air_temperature_gradient": 4,
42+
"ASE_ice_velocity": 4,
4243
"basin_mask": 4,
4344
"ersstv5": 4,
4445
"rasm": 3,
@@ -93,6 +94,7 @@ def open_dataset(
9394
* ``"air_temperature"``: NCEP reanalysis subset
9495
* ``"air_temperature_gradient"``: NCEP reanalysis subset with approximate x,y gradients
9596
* ``"basin_mask"``: Dataset with ocean basins marked using integers
97+
* ``"ASE_ice_velocity"``: MEaSUREs InSAR-Based Ice Velocity of the Amundsen Sea Embayment, Antarctica, Version 1
9698
* ``"rasm"``: Output of the Regional Arctic System Model (RASM)
9799
* ``"ROMS_example"``: Regional Ocean Model System (ROMS) output
98100
* ``"tiny"``: small synthetic dataset with a 1D data variable

0 commit comments

Comments
 (0)