Releases: Chrismarsh/CHM
Releases · Chrismarsh/CHM
1.5.0 beta 9
- output the vtu and shp points for forcing into a seperate dir
1.5.0 beta 8
- FIx incorrect handling of netcdf multipart
enddate
1.5.0 beta 7
- FIx precip unit conversion
- Output PVD to base of output folder
1.5.0 beta 6
- Allow for checkpointing at arbitrary timesteps
- Basic unit conversion for netcdf files
Full Changelog: 1.5.0b5...1.5.0b6
1.5.0 beta 5
- Fix a regression with custom starting points from either user of checkpoint when using multipart nc files
1.5.0 beta 4
Fix ascii timeseries not being correctly loaded after the multipart nc feature was added
1.5.0 beta 3
FIx delta_t consistency check. How it just checks that the offsets are spaced consistently. Should be more reliably and more performant
1.5.0 beta 2
Fix netcdf loading bug with hourly
1.5.0 beta 1
- fix missing file
1.5.0 beta 0
This version includes a major rewrite of the netCDF loader:
- requires CF-compliant
standard_name
attributes to dynamically determine variables - support multipart netcdf files (e.g., one nc file per day)
- the grid of each multipart does not need to remain constant, allowing for trivially changing the resolution or product used at different timesteps, for example to switch from a short term 2.5km forcing to a coarser long-term 10km forcing
- output of a per-rank grid centres used for forcing as shapefiles
This also fixes a bug associated with loading too many forcing points for a mesh.