Skip to content

Commit

Permalink
fix units
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Mar 8, 2024
1 parent cadc57d commit 877d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp3/bias_assessment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
" units = \"mm/day\"\n",
" elif name == \"surface_solar_radiation_downwards\" and units != \"W m**-2\":\n",
" match units:\n",
" case \"J m**-1\":\n",
" case \"J m**-2\":\n",
" factor = 1 / day_to_s\n",
" units = \"W m**-2\"\n",
" case _:\n",
Expand Down

0 comments on commit 877d4f1

Please sign in to comment.