diff --git a/sup3r/solar/solar.py b/sup3r/solar/solar.py index fdc2a11fe7..9d6bd18949 100644 --- a/sup3r/solar/solar.py +++ b/sup3r/solar/solar.py @@ -35,7 +35,7 @@ def __init__( nsrdb_fp, t_slice=slice(None), tz=-6, - time_shift=None, + time_shift=0, agg_factor=1, nn_threshold=0.5, cloud_threshold=0.99, @@ -67,7 +67,7 @@ def __init__( the GAN is trained on data in local time and therefore the output in sup3r_fps should be treated as local time. For example, -6 is CST which is default for CONUS training data. - time_shift : int | None + time_shift : int Number of hours to shift time axis. This can be used, for example, to shift the time index for daily data so that the time stamp for a given day starts at hour zero instead of at @@ -596,7 +596,7 @@ def run_temporal_chunk( nsrdb_fp, fp_out_suffix='irradiance', tz=-6, - time_shift=None, + time_shift=0, agg_factor=1, nn_threshold=0.5, cloud_threshold=0.99,