Skip to content

Commit

Permalink
added map clarification for utility spatial boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster committed Oct 3, 2024
1 parent 55681d6 commit 03c2dce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/make_interactive_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
f.write('Note that we used a simple state mask, and the '
'region may not perfectly match the spatial boundary '
'of the true NERC region.\n\n')
elif region in UTILITIES:
f.write('Note that we used a simple state mask, and the '
'region will not perfectly match the '
'true Utility boundary.\n\n')

title = 'GCM Historical Skill Summary (1980-2019)'
f.write(f'\n{title}\n')
Expand Down

0 comments on commit 03c2dce

Please sign in to comment.