Skip to content

Commit

Permalink
Modifying to get common code in other directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorn committed Jul 29, 2022
1 parent b825742 commit 4d010ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions compute_tc_fields.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
import os
import os, sys
import logging
import json
import time
import importlib
import math
import netCDF4 as nc
import numpy as np
import datetime as dt
#from windspharm.standard import VectorWind
#from windspharm.tools import prep_data
import metpy.constants as mpcon
import metpy.calc as mpcalc
from metpy.units import units

import surgery
import grid_calc

Expand Down
2 changes: 1 addition & 1 deletion fcst_metrics_tc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os
import os, sys
import numpy as np
import xarray as xr
import json
Expand Down
1 change: 1 addition & 0 deletions nhc_sens.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import numpy as np
import datetime as dt
import scipy.stats

from SensPlotRoutines import plotVecSens, plotScalarSens, computeSens, writeSensFile

class ComputeSensitivity:
Expand Down
1 change: 1 addition & 0 deletions run_NHC_sens.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import cartopy
import cartopy.crs as ccrs

sys.path.append('../esens-util')
import atcf_tools as atools
import trop_cyclone as tc
import fcst_metrics_tc as fmtc
Expand Down

0 comments on commit 4d010ff

Please sign in to comment.