-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
30 lines (25 loc) · 892 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## [2.1.0]
### Added
- METIS partitioning scheme
- CMake based compilation/installation
## [2.0.2] - 19/08/2018
### Fixed
- Wrong argument order in raster interp calls (BIPINT)
## [2.0.1] - 13/06/2018
### Fixed
- Remove hardcoded terminus undercut
## [2.0.0] - 13/06/2018
### Added
- Automatic computation of domain partitioning
- 'Run Name' parameter, appended to all output data
- 'Restart from Run Name' to make restarting easier
- 'Work Directory' and 'Results Directory' for organising output
- Synthetic test case
### Changed
- Format of input file (now specified as "Param Name = Value" rather than ordered list)
- Reorganise code into directories (src, scripts, etc)
- Unhardcoded density, gravity, geometry input file, etc
- Convert most source from F77 to F90
- Move to semantic versioning (2.0 -> 2.0.0)
## [1.0] - 24/05/2018
- Initial release of existing code