Skip to content

Commit 441ee5c

Browse files
authored
Merge pull request #299 from cecilehannay/main
improve sourcemods exercise
2 parents 550c553 + 0fe7135 commit 441ee5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

notebooks/sourcemods/exercises/exercise_add_field.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@
102102
" \n",
103103
"**First change**\n",
104104
" \n",
105-
"Under the lines: \n",
105+
"Under the lines: (line 245)\n",
106106
"```\n",
107-
"!++ add a variable for T500 \n",
108107
"call addfld ('T500', horiz_only, 'A', 'K','Temperature at 500 mbar pressure surface') \n",
109108
"```\n",
110109
"add the lines:\n",
@@ -117,7 +116,6 @@
117116
"**Second change**\n",
118117
"Under the lines: \n",
119118
"```\n",
120-
"!++ add a variable for T500 \n",
121119
"if (hist_fld_active('T500')) then \n",
122120
" call vertinterp(ncol, pcols, pver, state%pmid, 50000._r8, state%t, p_surf, & \n",
123121
" extrapolate='T', ps=state%ps, phis=state%phis)\n",

0 commit comments

Comments
 (0)