ISMIP6 Ice Sheet Model Comparison Tool

By Erika Simon

This Jupyter notebook can be used to plot and compare a field from multiple ice sheet models directly in the notebook and/or saving the plot the user's local machine.

Launch Tool

This tool version is unpublished and cannot be run. If you would like to have this version staged, you can put a request through HUB Support.

Archive Version 1.3
Published on 26 Jul 2019
Latest version: 1.6. All versions

This tool is closed source.

Category

*Tools

Published on

Abstract

This Jupyter notebook can be used to plot and compare a field from multiple ice sheet models directly in the notebook and/or saving the plot the user's local machine.

The user can upload multiple ice sheet model files in netcdf format. These model files will be in a temporary folder within the vhub environment. The user can run the cells in the notebook individually by clicking on each cell and run the cell with the shift+return or shift+enter option or from the Cell menu using the Run Cells or the Run All options.

The user needs to choose which files to batch upload. Then enter the desired file name to read in the files.

After running the basic processing and plotting cells the ice sheet model fields can be viewed within the notebook. The user also have an option to save the plot. The plot will be saved in the user's home directory on vhub. The user can also choose to download the result by clicking on the download botton. The plot will appear in a new window and by right clicking the image it can be downloaded using several different options.

Python Libraries:


import os,sys
import warnings
import numpy as np
import xarray as xrimport matplotlib.pyplot as plt
import cartopy
import cartopy.crs as ccrs
import cartopy.io.shapereader as shpreader

from hublib.ui import FileUpload, Download

Cite this work

Researchers should cite this work as follows:

  • Erika Simon (2021), "ISMIP6 Ice Sheet Model Comparison Tool," https://theghub.org/resources/gisplot2.

    BibTex | EndNote

Tags