Skip to content
Snippets Groups Projects
Commit 5366dbd1 authored by rink's avatar rink
Browse files

snapshot...

parent 6ac8096d
Branches
No related tags found
No related merge requests found
......@@ -441,7 +441,7 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non
# match_file: pathname for the product file
# dt_str_0: start time (YYYY-MM-DD_HH:MM)
# dt_str_1: end time (YYYY-MM-DD_HH:MM)
def get_subset(match_file, dt_str_0, dt_str_1):
def subset_by_time(match_file, dt_str_0, dt_str_1):
rootgrp = Dataset(match_file, 'r', format='NETCDF4')
all_dims = rootgrp.dimensions
t_var = rootgrp['time']
......@@ -467,8 +467,6 @@ def get_subset(match_file, dt_str_0, dt_str_1):
dto.replace(tzinfo=timezone.utc)
t_1 = dto.timestamp()
print(t_0, t_1)
if t_1 < t_0:
t = t_0
t_1 = t_0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment