oggm.cfg.initialize_minimal#

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

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

This is useful for “flowline only” OGGM applications

Parameters
filestr

path to the configuration file (default: OGGM params.cfg)

logging_levelstr

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

paramsdict

overrides for specific parameters from the config file

futurebool

use the new behavior of logging=’WORKFLOW’.