Skip to content

Commit

Permalink
removing spurious refs to centering
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed May 7, 2024
1 parent 6cbf203 commit 20312fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/exgdas_global_marine_analysis_letkf.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/usr/bin/env python3
# exgdas_global_marine_analysis_ecen.py
# exgdas_global_marine_analysis_letkf.py
# This script creates an MarineLETKF class
# and runs the initialize, run, and finalize methods
# and runs the initialize, run, and finalize methods
# which currently are stubs
import os

from wxflow import Logger, cast_strdict_as_dtypedict
# TODO (AFE): change to from pygfs.task.marine_recenter import MarineLETKF
from soca.marine_letkf import MarineLETKF

# Initialize root logger
Expand Down

0 comments on commit 20312fb

Please sign in to comment.