Skip to content

Latest commit

 

History

History
92 lines (70 loc) · 2.37 KB

File metadata and controls

92 lines (70 loc) · 2.37 KB

News

Highlights model component changes per release. This is not a comprehensive list and each linked release note should be consulted for a full list of changes.

20260520

AWSM

None

SMRF

  • Add new albedo decay option to support post fire scenarios. PR#27

Breaking changes

Renamed parameters in [albedo] section of the ini file.

[albedo]
date_method_start_decay -> decay_start
date_method_end_decay -> decay_end

New ini file parameters

[albedo]
post_fire: True|False
post_fire_k_burned: float

Release notes

https://github.com/iSnobal/smrf/releases/tag/20260520

PySnobal

None

TopoCalc

None

20260309

AWSM

  • Updates test "gold" files with TopoCalc changes

SMRF

  • Uses numexpr library for thermal calculations
  • Add option to allow vegetation adjustments for TopoSplit Longwave and Shortwave. This re-uses the existing corr_veg parameter in the corresponding [thermal] and [solar] ini file section
  • Update test "gold" files with TopoCalc changes

Release notes

https://github.com/iSnobal/smrf/releases/tag/20260309

PySnobal

None

TopoCalc

  • Improve skew() function by using linear interpolation
  • Update local topography equations to use Dozier (2022)

Release notes

https://github.com/iSnobal/topocalc/releases/tag/20260309

20260126

AWSM

  • PySnobal API updates PR#30

SMRF

None

PySnobal

  • Re-activate point execution PR#11

Release notes

https://github.com/iSnobal/pysnobal/releases/tag/20260126

TopoCalc

  • Add support of OS X PR#10

20251208

AWSM

  • Improve command line interface PR#24
  • Remove unused config file options PR#26

Release notes

https://github.com/iSnobal/awsm/releases/tag/20251208

SMRF

  • Add HRRR Longwave and Shortwave as forcing input options PR#22 and PR#42
  • Remove option to run SMRF in threaded mode PR#23

Release notes

https://github.com/iSnobal/smrf/releases/tag/20251208

PySnobal

  • Minor logging improvements

TopoCalc

None