Skip to content

Commit

Permalink
Rename get_glorys_rect to get_glorys
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Jan 8, 2025
1 parent d522189 commit 7be170f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/reanalysis-forced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"metadata": {},
"outputs": [],
"source": [
"expt.get_glorys_rectangular(\n",
"expt.get_glorys(\n",
" raw_boundaries_path=glorys_path\n",
")"
]
Expand Down
2 changes: 1 addition & 1 deletion regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ def setup_initial_condition(

return

def get_glorys_rectangular(self, raw_boundaries_path):
def get_glorys(self, raw_boundaries_path):
"""
This function is a wrapper for `get_glorys_data`, calling this function once for each of the rectangular boundary segments and the initial condition. For more complex boundary shapes, call `get_glorys_data` directly for each of your boundaries that aren't parallel to lines of constant latitude or longitude. For example, for an angled Northern boundary that spans multiple latitudes, you'll need to download a wider rectangle containing the entire boundary.
Expand Down

0 comments on commit 7be170f

Please sign in to comment.