Skip to content

Commit

Permalink
50S-50N
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Aug 21, 2023
1 parent a68afbe commit 3ad839c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/wp5/ocean_color_timeseries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"# Regions to plot\n",
"regions = {\n",
" \"Global\": {\"lon_slice\": slice(-180, 180), \"lat_slice\": slice(90, -90)},\n",
" \"50S-50N\": {\"lon_slice\": slice(-180, 180), \"lat_slice\": slice(50, -50)},\n",
" \"15-30N 40-55W\": {\"lon_slice\": slice(-55, -40), \"lat_slice\": slice(30, 15)},\n",
" \"NASTG\": {\"lon_slice\": slice(-80, 0), \"lat_slice\": slice(50, 0)},\n",
"}\n",
Expand Down

0 comments on commit 3ad839c

Please sign in to comment.