Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Feb 21, 2024
1 parent 14bf9af commit a45da72
Show file tree
Hide file tree
Showing 2 changed files with 1,608 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/_model_notebooks/rrfs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
")\n",
"\n",
"ax.set_title(\n",
" f\"{ds.t2m.GRIB_name}\\n{ds.time.dt.strftime(\"%H:%M UTC %d %b %Y\").item()} F{int(ds.step.dt.total_seconds() / 60 / 60):02d}\",\n",
" f\"{ds.t2m.GRIB_name}\\n{ds.time.dt.strftime('%H:%M UTC %d %b %Y').item()} F{int(ds.step.dt.total_seconds() / 60 / 60):02d}\",\n",
" loc=\"right\",\n",
")\n",
"ax.set_title(\n",
Expand Down Expand Up @@ -1253,7 +1253,7 @@
")\n",
"\n",
"ax.set_title(\n",
" f\"{ds.t.GRIB_name}\\n{ds.time.dt.strftime(\"%H:%M UTC %d %b %Y\").item()} F{int(ds.step.dt.total_seconds() / 60 / 60):02d}\",\n",
" f\"{ds.t.GRIB_name}\\n{ds.time.dt.strftime('%H:%M UTC %d %b %Y').item()} F{int(ds.step.dt.total_seconds() / 60 / 60):02d}\",\n",
" loc=\"right\",\n",
")\n",
"ax.set_title(\n",
Expand Down
Loading

0 comments on commit a45da72

Please sign in to comment.