Skip to content
Snippets Groups Projects
Commit fc2d2f0d authored by xuetaowave's avatar xuetaowave
Browse files

update

parent 1dbd3aff
No related branches found
No related tags found
Loading
......@@ -4,7 +4,7 @@ import os
import h5py
for year in range(2005, 2014):
with h5py.File(os.path.join('/home/ess/cxt/work/data/GIM/GIM_data', 'Step2_data_{}.mat'.format(year))) as data_load:
with h5py.File(os.path.join('/home/ess/cxt/work/data/GIM/', 'Step2_data_{}.mat'.format(year))) as data_load:
tec_list = []
tec_list.append(np.array(data_load['TECA']).transpose(0, 2, 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment