Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehne committed Aug 19, 2020
1 parent eda03a7 commit e10b26f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions examples/filter_CCEW.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
"""
This script reads in data from a user specified file and filters it for
a specified region in wavenumber - frequency space.
User must set filename and path for input and output files, define start
and end time of the data, define the region to filter for, set the latitude
range to filter and specify the number of observations per day of the input
data.
This can be very slow if the data is high spatial and temporal resolution.
"""
import numpy as np
import xarray as xr
from tropical_diagnostics.diagnostics import spacetime as st
import matplotlib.pyplot as plt
from mpl_toolkits.axes_grid1 import ImageGrid
import time as systime
import sys

Expand Down

0 comments on commit e10b26f

Please sign in to comment.