diff --git a/examples/mitgcm/Test xarray netcdf.ipynb b/examples/mitgcm/Test xarray netcdf.ipynb index 083f49e..946bc8d 100644 --- a/examples/mitgcm/Test xarray netcdf.ipynb +++ b/examples/mitgcm/Test xarray netcdf.ipynb @@ -49,45 +49,20 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "a5ddcd9d", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'/home/sd336/PALEO/PALEOocean.jl/examples/mitgcm'" - ] - }, - "execution_count": 5, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "os.getcwd()" ] }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "id": "401e5aef", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "{'PALEO_netcdf_version': '0.2.0',\n", - " 'PALEO_domains': 'global ocean oceansurface oceanfloor fluxAtmtoOceansurface atm',\n", - " 'source': 'PALEOmodel https://github.com/PALEOtoolkit/PALEOmodel.jl',\n", - " 'title': 'PALEO (exo)Earth system model output'}" - ] - }, - "execution_count": 13, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "# read top-level dataset\n", "ds = xr.open_dataset(output_filename, decode_cf=True)\n", @@ -111,590 +86,24 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": null, "id": "8ef1c0ef", "metadata": { "scrolled": false }, - "outputs": [ - { - "data": { - "text/html": [ - "
<xarray.Dataset> Size: 61MB\n", - "Dimensions: (zt: 15, lat: 64, lon: 128,\n", - " subdomain_oceansurface: 4448,\n", - " subdomain_oceanfloor: 4448,\n", - " tmodel: 5, bnds: 2)\n", - "Coordinates:\n", - " * subdomain_oceansurface (subdomain_oceansurface) int64 36kB ...\n", - " * subdomain_oceanfloor (subdomain_oceanfloor) int64 36kB ...\n", - " * lat (lat) float64 512B -88.59 ......\n", - " lat_bnds (lat, bnds) float64 1kB ...\n", - " * lon (lon) float64 1kB 1.406 ... 3...\n", - " lon_bnds (lon, bnds) float64 2kB ...\n", - " * tmodel (tmodel) float64 40B 0.0 ... ...\n", - " * zt (zt) float64 120B -25.0 ... -...\n", - " zt_bnds (zt, bnds) float64 240B ...\n", - "Dimensions without coordinates: bnds\n", - "Data variables: (12/22)\n", - " linear_index (zt, lat, lon) float64 983kB ...\n", - " Abox (zt, lat, lon) float64 983kB ...\n", - " O2 (tmodel, zt, lat, lon) float64 5MB ...\n", - " O2_conc (tmodel, zt, lat, lon) float64 5MB ...\n", - " O2_sms (tmodel, zt, lat, lon) float64 5MB ...\n", - " O2_total (tmodel) float64 40B ...\n", - " ... ...\n", - " transportMITgcm%packed_transport_sequencer (tmodel) float64 40B ...\n", - " volume (zt, lat, lon) float64 983kB ...\n", - " volume_total float64 8B ...\n", - " zlower (zt, lat, lon) float64 983kB ...\n", - " zmid (zt, lat, lon) float64 983kB ...\n", - " zupper (zt, lat, lon) float64 983kB ...\n", - "Attributes: (12/15)\n", - " record_dim_name: tmodel\n", - " record_dim_coordinates: tmodel\n", - " PALEO_GridType: CartesianLinearGrid\n", - " PALEO_columns: 4448\n", - " PALEO_dimnames: ['lon', 'lat', 'zt']\n", - " PALEO_dimnames_extra: bnds\n", - " ... ...\n", - " PALEO_zidxsurface: 1\n", - " PALEO_display_mult: [1. 1. 1.]\n", - " grid_coords_lat: ['lat', 'lat_bnds']\n", - " grid_coords_zt: ['zt', 'zt_bnds']\n", - " grid_coords_lon: ['lon', 'lon_bnds']\n", - " data_dims: []