Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@hboisgon hboisgon released this 16 Sep 08:22
· 4 commits to main since this release

This release mainly contains small bugfixes and limits xarray version to 2024.03.0

Added

  • Added "fillna_method" option for setup_temp_pet_forcing by @tnlim
  • Output filenames can now be specified in the model.write function. More detailed arguments should still be specified in each individual write* methods. PR #286

Changed

  • Individual methods like write_forcing will not longer write the config file if config settings get updated. Always call write_config as the last write method. PR #286
  • More uniform handling of the date typing when reading/writing dates from the wflow toml files. PR #286

Fixed

  • Wrong dtype for columns when reading a mapping table in setup_laimaps_from_lulc_mapping . PR #290
  • Read/write staticgeoms if dir_input folder is present in the wflow toml file. PR #286
  • Creating subfolders for the config file of wflow in write_config. PR #286
  • Fixed access to functions in the pcrm module (read_staticmaps_pcr, write_staticmaps_pcr). PR #293
  • Bug in setup_pet_forcing when doing time resampling. PR #294