oggm.cfg.initialize_minimal

On this page

oggm.cfg.initialize_minimal#

oggm.cfg.initialize_minimal(file=None, logging_level='INFO', params=None)[source]#

Same as initialise() but without requiring any download of data.

This is useful for “flowline only” OGGM applications

Parameters:
filestr

path to a user configuration file. The parameters provided in this file will override the default settings in OGGM params.cfg. The file does not need to include all parameters.

logging_levelstr

set a logging level. See set_logging_config() for options.

paramsdict

overrides for specific parameters from the config file. Overrules a potential provided file.