roms_tools.datasets.river_datasets.DaiRiverDataset.load_data#
- DaiRiverDataset.load_data() Dataset#
Load dataset from the specified file. Load Dai dataset from the specified file. Overrides the base class to use use_dask=False, decode_times=False because Dai encodes time as numeric YYYYMM values which are decoded manually in add_time_info(). Time subsetting is handled downstream by select_relevant_times() after add_time_info() converts the numeric coordinates to datetimes.