Skip to content

Commit

Permalink
Merge pull request #271 from nusbaume/adf_page_update
Browse files Browse the repository at this point in the history
Update ADF notebook, and fix uxarray example environment.
  • Loading branch information
nusbaume authored Aug 9, 2024
2 parents bff1d47 + 234aec2 commit 9f8f5d4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
47 changes: 24 additions & 23 deletions notebooks/diagnostics/additional/adf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,47 +10,48 @@
},
{
"cell_type": "markdown",
"id": "b6f4905b-cd2a-454e-89cf-ccc585c90247",
"metadata": {
"tags": []
},
"id": "0601ca1c-4cef-4cbb-824b-16c382c66865",
"metadata": {},
"source": [
"## Learning Goals\n",
"\n",
"- Enter learning goals here."
"The AMWG Diagnostics Framework (ADF) is a python-based diagnostics package designed to generate a large number of\n",
"figures and tables, currently focuses on atmospheric and chemistry fields, for a given CAM or CESM simulation and \n",
"compare it observations or a baseline run. The ADF can also run the CVDP, and has been coupled to CUPiD as well."
]
},
{
"cell_type": "markdown",
"id": "e73ce5d6-d2b1-4f32-b64f-337a1b02e2d0",
"id": "00a8f92d-5b88-4b4f-9411-2878a7411d27",
"metadata": {},
"source": [
"_______________\n",
"\n",
"## Subsection 1\n",
"\n",
"Info here"
"![ADF Image](https://justin-richling.github.io/ADF-Tutorial/_images/PRECT_ANN_LatLon_Mean.png)"
]
},
{
"cell_type": "markdown",
"id": "815e0869-0518-4cf9-9417-cd9b08965ca1",
"id": "749a78ea-65cb-4a27-b56a-aeb385f50b7d",
"metadata": {},
"source": [
"_______________\n",
"\n",
"## Subsection 2\n",
"## Tutorial:\n",
"\n",
"Info here\n"
"The ADF has its own complete tutorial, including an example of doing a model vs. model or model vs. observations comparion.\n",
"You can find the tutorial [online here](https://justin-richling.github.io/ADF-Tutorial/README.html)."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e961b1bd-a1c8-4e54-bafc-46dcf78454f1",
"cell_type": "markdown",
"id": "9069fe9f-d7c7-4916-b568-2cc28c05ae95",
"metadata": {},
"outputs": [],
"source": []
"source": [
"### Note:"
]
},
{
"cell_type": "markdown",
"id": "a4ab2b34-ae67-424a-a0c9-c3bb8ca3f231",
"metadata": {},
"source": [
"The location of the example simulations are now in **\"/glade/campaign/cgd/amp/amwg/ADF_test_cases\"**, with four new case name options. These new simulations also have different year lengths, so you will need to make the relevant updates in the config file. Good luck!"
]
}
],
"metadata": {
Expand Down
6 changes: 3 additions & 3 deletions notebooks/diagnostics/additional/uxarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1002,9 +1002,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:uxarray-dask]",
"display_name": "NPL 2024a",
"language": "python",
"name": "conda-env-uxarray-dask-py"
"name": "npl-2024a"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1016,7 +1016,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.4"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9f8f5d4

Please sign in to comment.