From 89cb98da5c63e845648225b14cdd15b31b3294be Mon Sep 17 00:00:00 2001 From: rink <rink@ssec.wisc.edu> Date: Mon, 5 Oct 2020 17:08:13 -0500 Subject: [PATCH] snapshot... --- modules/aeolus/aeolus_amv.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 3c02246c..3c669832 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -441,7 +441,8 @@ 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) -# returns: amvs[ntimes, max_num_amvs_per_prof, num_of_params], profs[ntimes, max_num_levs_per_prof, num_of_params], times[ntimes] +# returns: +# amvs[ntimes, max_num_amvs_per_prof, num_of_params], profs[ntimes, max_num_levs_per_prof, num_of_params], times[ntimes] def subset_by_time(match_file, dt_str_0, dt_str_1): rootgrp = Dataset(match_file, 'r', format='NETCDF4') all_dims = rootgrp.dimensions -- GitLab