FilePaths

class rameau.core.FilePaths(rainfall='', pet='', temperature='', snow='', riverobs='', riverpumping='', groundwaterobs='', groundwaterpumping='', tree='', states='')[source]

File paths.

Parameters:
  • rainfall (str, optional) – Path to rainfall data file.

  • pet (str, optional) – Path to PET data file.

  • temperature (str, optional) – Path to temperature data file.

  • snow (str, optional) – Path to snow data file.

  • riverobs (str, optional) – Path to river flow observation data file.

  • groundwaterobs (str, optional) – Path to groundwater level observation data file.

  • riverpumping (str, optional) – path to river pumping data file.

  • groundwaterpumping (str, optional) – path to groundwater pumping data file.

  • tree (str, optional) – Path to tree connection CSV file.

  • states (str, optional) – Path to model states file.

Returns:

FilePaths

Attributes

groundwaterobs

Str descriptor.

groundwaterpumping

Str descriptor.

pet

Str descriptor.

rainfall

Str descriptor.

riverobs

Str descriptor.

riverpumping

Str descriptor.

snow

Str descriptor.

states

Str descriptor.

temperature

Str descriptor.

tree

Str descriptor.