From 5a0190a752a18ebfc73ec2d63426122cd8019091 Mon Sep 17 00:00:00 2001 From: ashjbarnes Date: Wed, 15 Nov 2023 17:29:40 +1100 Subject: [PATCH] navid comment --- regional_mom6/regional_mom6.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/regional_mom6/regional_mom6.py b/regional_mom6/regional_mom6.py index 53744cb6..a2c2913a 100644 --- a/regional_mom6/regional_mom6.py +++ b/regional_mom6/regional_mom6.py @@ -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 `_. - 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":