Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions notebooks/sourcemods/exercises/exercise_add_field.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@
" \n",
"**First change**\n",
" \n",
"Under the lines: \n",
"Under the lines: (line 245)\n",
"```\n",
"!++ add a variable for T500 \n",
"call addfld ('T500', horiz_only, 'A', 'K','Temperature at 500 mbar pressure surface') \n",
"```\n",
"add the lines:\n",
Expand All @@ -117,7 +116,6 @@
"**Second change**\n",
"Under the lines: \n",
"```\n",
"!++ add a variable for T500 \n",
"if (hist_fld_active('T500')) then \n",
" call vertinterp(ncol, pcols, pver, state%pmid, 50000._r8, state%t, p_surf, & \n",
" extrapolate='T', ps=state%ps, phis=state%phis)\n",
Expand Down