Skip to content

Commit

Permalink
Comment var T
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Feb 22, 2024
1 parent a128726 commit 597dbbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions pyscancf/pyscancf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ def cfrad(
time = ds.variables["radialTime"][:]
ele = ds.variables["radialElev"][:]
Z = ds.variables["Z"][:]
T = ds.variables['T'][:]
# T = ds.variables['T'][:]
V = ds.variables["V"][:]
W = ds.variables["W"][:]
EN = ds.variables["elevationNumber"][:]
a1.extend(az)
t1.extend(time)
e1.extend(ele)
Z1.extend(Z)
T1.extend(T)
# T1.extend(T)
V1.extend(V)
W1.extend(W)
en.append(EN)
Expand Down

0 comments on commit 597dbbd

Please sign in to comment.