Skip to content

Commit

Permalink
add cetntre check
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Oct 12, 2023
1 parent 426c9fa commit 5b79cde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notebooks/wp3/bias_assessment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@
" \"ukmo\": {\"system\": \"601\"},\n",
"}\n",
"assert all(\"system\" in v for v in centres.values())\n",
"assert set(cetres) <= {\n",
" \"cmcc\",\n",
" \"dwd\",\n",
" \"eccc\",\n",
" \"ecmwf\",\n",
" \"jma\",\n",
" \"meteo_france\",\n",
" \"ncep\",\n",
" \"ukmo\",\n",
"}\n",
"\n",
"# Regions\n",
"regions = {\n",
Expand Down

0 comments on commit 5b79cde

Please sign in to comment.