oggm.tasks.process_climate_data#
- oggm.tasks.process_climate_data(gdir, settings_filesuffix='', y0=None, y1=None, output_filesuffix=None, **kwargs)[source]#
Adds the selected climate data to this glacier directory.
Short wrapper deciding on which task to run based on gdir.settings[‘baseline_climate’].
If you want to make it explicit, simply call the relevant task (e.g. oggm.shop.cru.process_cru_data).
- Parameters:
- gdir
oggm.GlacierDirectory the glacier directory to process
- settings_filesuffix: str
You can use a different set of settings by providing a filesuffix. This is useful for sensitivity experiments. Code-wise the settings_filesuffix is set in the @entity-task decorater.
- y0int
the starting year of the timeseries to write. The default is to take the entire time period available in the file, but with this kwarg you can shorten it (to save space or to crop bad data)
- y1int
the starting year of the timeseries to write. The default is to take the entire time period available in the file, but with this kwarg you can shorten it (to save space or to crop bad data)
- output_filesuffixstr
this add a suffix to the output file (useful to avoid overwriting previous experiments)
- **kwargs
any other argument relevant to the task that will be called.
- gdir
Notes
Files written to the glacier directory: