Skip to content

Commit

Permalink
review tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed May 9, 2024
1 parent 1105ea4 commit 19a6901
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions ush/python/pygfs/task/marine_letkf.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
#!/usr/bin/env python3

from datetime import datetime, timedelta
import f90nml
from logging import getLogger
import os
from soca import bkg_utils
from typing import Dict
import ufsda
from ufsda.stage import soca_fix
from wxflow import (AttrDict,
chdir,
Executable,
FileHandler,
from wxflow import (chdir,
logit,
parse_j2yaml,
Task,
Template,
TemplateConstants,
WorkflowException,
YAMLFile)
Task)

logger = getLogger(__name__.split('.')[-1])

Expand Down Expand Up @@ -55,7 +41,6 @@ def initialize(self):
"""

logger.info("initialize")
RUN = self.runtime_config.RUN

@logit(logger)
def run(self):
Expand Down Expand Up @@ -85,5 +70,3 @@ def finalize(self):

logger.info("finalize")

RUN = self.runtime_config.RUN
cyc = self.runtime_config.cyc

0 comments on commit 19a6901

Please sign in to comment.