From 9bdbfb94e477a86ff7df1713b0b2ba3421989df5 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Wakamatsu <56160789+tsuyoshiwakamatsu@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:16:56 +0100 Subject: [PATCH] Correct typos in abfile.py --- src/abfile/abfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/abfile/abfile.py b/src/abfile/abfile.py index 4ee10f7..b01f7bb 100644 --- a/src/abfile/abfile.py +++ b/src/abfile/abfile.py @@ -1,4 +1,4 @@ -""" MNodule for doing IO on files used by hycom """ +""" Module for doing IO on files used by hycom """ import numpy import struct import sys @@ -16,7 +16,7 @@ logger.addHandler(ch) logger.propagate=False # Dont propagate to parent in hierarchy (determined by "." in __name__) -# Firldnames as they appear in ordered form in the regional grid files +# Fieldnames as they appear in ordered form in the regional grid files grid_ordered_fieldnames = [ "plon", "plat", "qlon", "qlat", "ulon", "ulat", "vlon", "vlat", "pang", "scpx", "scpy", "scqx", "scqy", "scux", "scuy", "scvx", "scvy", "cori", "pasp"