Skip to content

Commit

Permalink
Improve commenting on setuop_ocean_state_boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Oct 18, 2024
1 parent e2b4bc8 commit 21de5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ def setup_ocean_state_boundaries(

if len(self.boundaries) < 4:
print(
"NOTE: the 'setup_run_directories' method assumes that you have four boundaries. You'll need to modify the MOM_input file manually to reflect the number of boundaries you have, and their orientations. You should be able to find the relevant section in the MOM_input file by searching for 'segment_'. Ensure that the segment names match those in your inputdir/forcing folder"
"NOTE: the 'setup_run_directories' method does understand the less than four boundaries but be careful. Please check the MOM_input/override file carefully to reflect the number of boundaries you have, and their orientations. You should be able to find the relevant section in the MOM_input/override file by searching for 'segment_'. Ensure that the segment names match those in your inputdir/forcing folder"
)

if len(self.boundaries) > 4:
Expand Down

0 comments on commit 21de5df

Please sign in to comment.