You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like implemented in #1062, the function dfmt.cmems_nc_to_ini() would benefit from less hard-coding. The function is now specifically suited for daily means stored at midnight. This means when correcting midnight-to-noon in #878, this function will probably fail for most cases. At the moment it also fails for monthly data, since it only does floor/ceil to days and not months. This can be easily resolved by calling _ds_sel_time_outside() implemented in #1062.
The text was updated successfully, but these errors were encountered:
Just like implemented in #1062, the function
dfmt.cmems_nc_to_ini()
would benefit from less hard-coding. The function is now specifically suited for daily means stored at midnight. This means when correcting midnight-to-noon in #878, this function will probably fail for most cases. At the moment it also fails for monthly data, since it only does floor/ceil to days and not months. This can be easily resolved by calling_ds_sel_time_outside()
implemented in #1062.The text was updated successfully, but these errors were encountered: