Skip to content

Latest commit

 

History

History
108 lines (80 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

108 lines (80 loc) · 3.17 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.1] 2022 / 09 / 21

Changed

  • Default version is 5.6.0
  • The following Balze variables are renamed:
    • LSPHI -> FMPHI
    • FIRERW -> FMROS
    • FMR0 -> FMROS0
    • BMAP -> FMBMAP

[0.4.0] 2022 / 09 / 13

Warning: Backward compatibility with MesoNH version < 5.6 is not guaranteed anymore.

Changed

  • change units nomenclature in fuel database
  • comply to MesoNH 5.6.0 file conventions
  • namelist for Blaze is now called nam_firen

[0.3.1] 2022 / 09 / 13

Changed

  • import fuelmap instead of fuels for fuel_classes example

[0.3.0] 2022 / 06 / 28

Added

  • conformal projection utility for Mercator without rotation
  • tests for conformal projection utility

Changed

  • attributes of FuelMap.nc updated to be compliant with MesoNH 5.5.0 reader.

[0.2.3] 2022 / 06 / 21

Doc

  • upload documentation on ReadTheDocs

[0.2.2] 2022 / 05 / 15

Bug fix

  • key Fuels is replaced by fuels in dump fuel database method for FuelDatabaseclass

[0.2.1] 2022 / 05 / 09

Changed

  • cli imports changed to improve efficiency

[0.2.0] 2022 / 05 / 05

Added

  • FuelDatabase class to replace the Scenario class
  • Fuel descriptor is used to access fuel in the database instead of index
  • cli for fuelmap (list fuel databases and fuel classes)
  • cli for postprocessing (rearrange netcdf file to store fire fields in 2D instead of 3D)

Changed

  • all add_patch functions have been splitted into more explicit functions. For example: addRectanglePatch has been splitted to add_fuel_rectangle_patch, add_unburnable_rectangle_patch, and add_ignition_rectangle_patch.
  • Update examples
  • use str instead of show methods for FuelProperty and BaseFuel.

Deleted

  • Scenario class is not used anymore

[0.1.2] 2022 / 03 / 02

Added

  • Create FuelMap from another directory = specify workdir.
  • test for fuelmap generation

Changed

  • Improve quandrant case identifier handling
  • use int instead of deprecated np.int
  • use black to improuve lint score

[0.1.1] 2022 / 02 / 28

Added

  • python 3.10

Changed

  • fix url for Pypi

[0.1.0] 2022 / 02 / 28

Added

  • reorganise data directory.
  • show_default_scenario function to print available scenario files in the data/scenario directory.
  • show_fuel_classes function to print every fuel classes and display fuel properties for each classe.
  • simplecase.py, fuel_classes.py, scenario.py examples.
  • tests for show_fuel_classes and show_default_scenario.
  • add Default_MNH_namelist.yml file to store default values of Méso-NH namelist.

[0.0.1] 2022 / 02 / 28

Added

  • unit tests for fuel management tools
  • unit tests for blaze fire model development tools
  • function tests for blaze fire model development tools

[0.0.0] 2022 / 02 / 24

Added

  • Create FuelMap.nc file for Meso-NH/Blaze model for Balbi's rate of spread parameterization
  • FireFlux I raw data processing tools
  • Blaze fire model python development tools for sub-grid burning area