Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 17:38
· 29 commits to main since this release

ClimaLand v0.18.0

Diff since v0.17.2

Breaking changes

  • Use ClimaUtilities v0.1.25 to read in spatial data to a point using lat/lon PR #1279
  • Add data handling tools to FluxnetSimulationsExt and use throughout docs and experiments PR #1238
  • Rename LandSimulationVisualization to LandSimulationVisualizationExt; add template for FluxnetSimulationsExt PR #1259
  • Use global MODIS LAI for all simulations; remove modis_lai_fluxnet_sites artifact PR #1282

New features

  • Add convenience constructors for CanopyModel and integrated models PR #1255
  • Add constructors with default values for Canopy components PR #1233

Improvements

  • Use FluxnetSimulationsExt in fluxnet experiments PR#1295
  • Use nearest neighbor spatial interpolation PRhttps://github.com//pull/1290
  • Remove root_depths from the PrescribeGroundConditions struct, and treat these ground ``drivers" consistently with how we handle atmospheric forcing PR #1240

📢 API Changes:

🚀 Features

  • move fluxnet code for parameters and domains to src/ (#1222)
  • use global modis_lai artifact; select closest lat/lon for points (#1224)
  • move Fluxnet plotting into LandSimulationVisualization extension (#1231)
  • pass FT as type parameter for convenience constructors (#1239)
  • add default constructors for CanopyModel, integrated models (#1246)
  • add default functions for fluxnet forcing (#1247)
  • move fluxnet timestepping info from included file to script (#1249)

📑 Documentation

🐛 Fixes

  • Farquhar docs not rendering (#1260)
  • close NCDatasets after access in process_snowmip.jl (#1277)