Skip to content

Commit

Permalink
Removed some unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKalb committed Jun 25, 2024
1 parent d92bf4b commit 03aacb4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
"""
import os
#import sys
import datetime
import numpy as np
import xarray as xr
import pandas as pd
#import matplotlib as mpl
#import matplotlib.patheffects as PathEffects
from eofs.xarray import Eof
#from matplotlib import pyplot as plt

import metcalcpy.pre_processing.directional_means as directional_means
import METreadnc.util.read_netcdf as read_netcdf
Expand Down Expand Up @@ -196,7 +192,6 @@ def main():
pcs = solver.pcs(npcs=2, pcscaling=1)
eofs = solver.eofs(neofs=2)


# Daily means from entire dataset
mmdd = rean_trop_u.time.dt.strftime("%m-%d")
mmdd.name = "mmdd"
Expand Down

0 comments on commit 03aacb4

Please sign in to comment.