From 2afc66e3f38fc3ea2e45b086a40917cc3ab4ed69 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Mon, 22 Apr 2024 16:36:33 +0300 Subject: [PATCH] format black --- regional_mom6/regional_mom6.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/regional_mom6/regional_mom6.py b/regional_mom6/regional_mom6.py index 67b2ad20..5118867e 100644 --- a/regional_mom6/regional_mom6.py +++ b/regional_mom6/regional_mom6.py @@ -565,7 +565,9 @@ def _make_vgrid(self): return vcoord - def initial_condition(self, ic_path, varnames, arakawa_grid="A", vcoord_type="height"): + def initial_condition( + self, ic_path, varnames, arakawa_grid="A", vcoord_type="height" + ): """ Reads the initial condition from files in ``ic_path``, interpolates to the model grid, fixes up metadata, and saves back to the input directory.