Skip to content

v1.0.0b10

Choose a tag to compare

@jensdebruijn jensdebruijn released this 23 Jan 07:59
· 1867 commits to main since this release
  • Coastal inundation maps are now masked with OSM land polygons before writing to disk.
  • Add documentation for modules, variables and routing.
  • Return period maps are now calculated per subbasin rather than using the whole map and making complicated calculation groups.
  • Flood maps of varying spatial domains can now be merged into one return period map.
  • Add llms.txt, llms-full.txt
  • Add MCP server for interacting with natural language (very much in beta)
  • Add a prompt to installation docs for setting up geb using llm agents
  • Update and simplify installation docs
  • Write documentation for spinning up and running models
  • Fix rare out of bounds values in ERA5 data that led to undefined behaviour due to compression and decompression roundtrip
  • Require extra_dims_names to be set in DynamicArray and update model in places where it was not set
  • Fill holes in subbasin maps by deriving subbasin maps directly from rivers ourselves. This also makes the original subbasins dataset not needed anymore.
  • Extend rivers to end up exactly in the ocean rather than the cell just before
  • Enable return period maps for subbasins that discharge into the ocean, including several bugfixes for this.
  • Allow exporting of hourly values from reporter
  • Add initial soil temperature. Now still simplified but better than having no soil temperature.
  • Includes soil suction into the model using an approximation of the Green-Ampt equation.
  • Use Green-Ampt rather than VIC for infiltration.
  • Implement interflow
  • Limit drainage to groundwater to conductivity of groundwater top layer
  • Fix for flood risk maps which could not be run if river was not included in grid but had upstream areas
  • Fix that downstream outflow area was not included with new subbasins
  • Renamed new_data_catalog to data_catalog and data_catalog to old_data_catalog

To support this version:

  • The model must be rebuild from scratch