Skip to content

Commit 419e3c5

Browse files
authored
Merge pull request #301 from cecilehannay/main
add explanation why they don't need :A in namelist exercise
2 parents c1cb506 + 5700db1 commit 419e3c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)