__init__

SPAREICE.__init__(file=None, collocator=None, processes=10, verbose=0, sea_mask_file=None, elevation_file=None)[source]

Initialize a SPAREICE object

Parameters
  • file – A JSON file with the coefficients of SPAREICE. If not given, the standard configuration will be loaded.

  • collocator – SPARE-ICE requires a collocator when it should be generated from filesets. You can pass your own Collocator object here if you want.

  • processes – Number of processes to parallelize the training or collocation search. 10 is the default. Best value depends on your machine.

  • verbose (int) – Control GridSearchCV verbosity. The higher the

  • value

  • printed. (the more debug messages are) –