Skip to content

v0.5.4 - 2021-07-15

Compare
Choose a tag to compare
@tobeycarman tobeycarman released this 15 Jul 21:33
· 1116 commits to master since this release
8ed9bc8

v0.5.4 - 2021-07-15

Assorted updates including a few bug fixes, fixing/adding the
explicit fire input data prep, adding Docker capability, and
adding some sample Jupyter/IPython Notebooks.

Added

  • Full custom config option for create_region_input.py.
  • Docker files with instructions for building development images for dvmdostem and an ancillary mapping support image.
  • docker-compose.yml that allows for bringing up a coordinated stack of docker containers.
  • Basic scripts and workflow for doing an ensemble of runs.
  • Jupyter Notebooks (IPython) showing very basic sensitivity analysis and how to work with Docker from a Jupyter Notebook.
  • Logic for creating explicit fire inputs from a variety of sources: various ALFRESCO modeled scenarios and observed fire history from a shapefile downloaded from the BLM.

Fixed

  • Pointer bug with soil stack, when stack is thawed.
  • Overlooked python 3 upgrade bug in output_utils.py where we need explicit integer division.
  • Logic in C++ code for loading explicit fire input data.

Changed

  • Version bumps for pillow, pygments, jinga, pyyaml to address security vulnerabilites identified by github dependabot.