{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "6175b940",
   "metadata": {},
   "source": [
    "# Introduction\n",
    "Quick validation of cmorized NorESM3 data for CMIP7\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 1,
   "id": "6072f7f7",
   "metadata": {
    "tags": [
     "parameters"
    ]
   },
   "outputs": [],
   "source": [
    "\n",
    "data_root='/scratch/yanchun/cmorout'\n",
    "\n",
    "source_id      = \"DUMMY-MODEL\"\n",
    "experiment_id  = \"piControl\"\n",
    "variant_label  = \"r1i1p1f1\"\n",
    "grid_label     = \"g999\"\n",
    "version        = \"v20260601\""
   ]
  },
  {
   "cell_type": "markdown",
   "id": "3c629082",
   "metadata": {},
   "source": [
    "Plots for different variable types:\n",
    "\n",
    "```{tableofcontents}\n",
    "```"
   ]
  }
 ],
 "metadata": {
  "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.11.3"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}