Skip to content

Commit ad2343e

Browse files
authored
Merge branch 'NCAR:main' into main
2 parents 3617a6f + ca69524 commit ad2343e

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

notebooks/diagnostics/cupid.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,22 @@
405405
"cupid-diagnostics"
406406
]
407407
},
408+
{
409+
"cell_type": "code",
410+
"execution_count": null,
411+
"id": "a61ae981-b725-4f8e-a08e-84f8c6c63697",
412+
"metadata": {
413+
"scrolled": true
414+
},
415+
"outputs": [],
416+
"source": [
417+
"# sometimes users report that the conda environment was not found. IF this happens, run the following lines and then continue:\n",
418+
"conda activate cupid-analysis\n",
419+
"python -m ipykernel install --user --name=cupid-analysis\n",
420+
"conda activate cupid-infrastructure\n"
421+
]
422+
},
423+
408424
{
409425
"cell_type": "markdown",
410426
"id": "47b2e3aa",

notebooks/diagnostics/diagnostics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"metadata": {},
187187
"source": [
188188
"<div class=\"alert alert-warning\">\n",
189-
"<strong>For this tutorial you should use the Queue `tutorial` and Project Account `UESM0014`. </strong><br><br>\n",
189+
"<strong>For this tutorial you should use the Queue `casper` and Project Account `UESM0014`. </strong><br><br>\n",
190190
"</div>"
191191
]
192192
},

notebooks/namelist/exercises/exercise_cam_output.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@
138138
" fincl2 = 'T:I','Q:I','U:I','V:I'\n",
139139
" fincl3 = 'T','Q','U','V'\n",
140140
"```\n",
141+
"\n",
142+
"💡 Note: For `fincl3`, you could write `fincl3 = 'T:A','Q:A','U:A','V:A'`. But since averaging (:A) is the default for these variables, it's not necessary to specify it explicitly.\n",
141143
" \n",
142144
"**# Set run length**\n",
143145
" \n",

0 commit comments

Comments
 (0)