Skip to content

Commit

Permalink
Update regional_mom6/regional_mom6.py
Browse files Browse the repository at this point in the history
Co-authored-by: Angus Gibson <[email protected]>
  • Loading branch information
navidcy and angus-g authored Apr 23, 2024
1 parent b510446 commit 7733956
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 @@ -1950,7 +1950,7 @@ def rectangular_brushcut(self):
},
}

### Generate the dz variable; need needs to be in layer thicknesses
### Generate the dz variable; needs to be in layer thicknesses
dz = segment_out[self.z].diff(self.z)
dz.name = "dz"
dz = xr.concat([dz, dz[-1]], dim=self.z)
Expand Down

0 comments on commit 7733956

Please sign in to comment.