easy_vic_build.tools.mete_func.resampleTimeForcing

Module easy_vic_build.tools.mete_func.resampleTimeForcing.

Functions

resampleTimeForcing(evb_dir[, dst_time_hours])

Resample the meteorological forcing data to a different time step.

easy_vic_build.tools.mete_func.resampleTimeForcing.resampleTimeForcing(evb_dir, dst_time_hours=24)[source]

Resample the meteorological forcing data to a different time step.

Parameters:
  • evb_dir (Evb_dir) – An instance of the Evb_dir class, containing paths for VIC deployment.

  • dst_time_hours (int, optional) – The target time step in hours for resampling (default is 24 hours).

Returns:

The function saves the resampled data as NetCDF files in the destination directory.

Return type:

None