{
 "cells": [
  {
   "cell_type": "code",
   "execution_count": 2,
   "id": "4a8c55d3",
   "metadata": {},
   "outputs": [],
   "source": [
    "import os\n",
    "import sys\n",
    "\n",
    "import numpy as np\n",
    "import pandas as pd\n",
    "import matplotlib as mpl\n",
    "%matplotlib notebook\n",
    "import matplotlib.pyplot as plt\n",
    "import xarray as xr\n",
    "\n",
    "from matplotlib.cm import get_cmap\n",
    "from matplotlib.gridspec import GridSpec\n",
    "from matplotlib.colors import LightSource\n",
    "from matplotlib.cm import get_cmap\n",
    "import datetime\n",
    "from datetime import timedelta\n",
    "\n",
    "import cartopy.crs as ccrs\n",
    "import cartopy.feature as cf\n",
    "\n",
    "\n",
    "sys.path.insert(1,'/discover/nobackup/cakelle2/GEOS_CF/Apps/cftools/external/cmcrameri')\n",
    "from cmcrameri import cm"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "7f91817c",
   "metadata": {},
   "outputs": [
    {
     "name": "stderr",
     "output_type": "stream",
     "text": [
      "/usr/local/other/python/GEOSpyD/4.10.3_py3.9/2022-01-14/lib/python3.9/site-packages/IPython/core/interactiveshell.py:3251: DtypeWarning: Columns (6,7,8,10,18,19,21,27,33,34,35,47,49,50,51,53,56,57,58,60,62,63,64,66,74,90,122,125,128,130,131,140,141,142,146,147,152,153,155,156,158,163,166,167,168,169,170,172,182,184,185,187,188,189,190,194,201,215,216,217,221,222,225,226,239,245,246,247,248,273,287) have mixed types.Specify dtype option on import or set low_memory=False.\n",
      "  exec(code_obj, self.user_global_ns, self.user_ns)\n"
     ]
    }
   ],
   "source": [
    "bigdata = pd.read_csv(\"/discover/nobackup/projects/gmao/geos_cf_dev/psturm/GCv14.0_GCMv1.17_c90/dataKPP/bigdata.csv\")"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "a0423196",
   "metadata": {},
   "outputs": [],
   "source": []
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.9.9"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
