Skip to content

Commit

Permalink
navid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjbarnes committed Nov 15, 2023
1 parent 01d4f1d commit 5a0190a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,7 @@ def _make_hgrid(self, gridtype):
spaced. This is very simple but suitable for small domains.
Note:
The intention is for the hgrid generation to be very flexible. In future updates, further options will built
into _make_grid(), probably wrapping some functions from the `Grid Gen repository <https://github.com/ESMG/gridtools>`_.
For now, you can customise the hgrid by simply overwriting the `hgrid.nc` file that's deposited in your `rundir` after initialising an `experiment`. To conserve the metadata, it might be easiest to read the file in, then modify the fields before re-saving.
The intention is for the hgrid generation to be very flexible. For now there is only one implemented horizontal grid included in the package, but you can customise it by simply overwriting the `hgrid.nc` file that's deposited in your `rundir` after initialising an `experiment`. To conserve the metadata, it might be easiest to read the file in, then modify the fields before re-saving.
"""

if gridtype == "even_spacing":
Expand Down

0 comments on commit 5a0190a

Please sign in to comment.