{ "cells": [ { "cell_type": "markdown", "id": "42da56f1", "metadata": {}, "source": [ "# Making an Aerosol Database\n", "\n", "\n", "POSEIDON currently uses a precomputed aerosol database that stores aerosol Mie scattering properties in it, that retrievals can then pull from. \n", "\n", "This notebook will teach you whats precomputed for the database, how to add your own aerosols into the database, and how to change some assumptions that are currently in the code. " ] }, { "cell_type": "markdown", "id": "6de6a182", "metadata": {}, "source": [ "