Skip to content

Releases: srlabUsask/crhmcode

release_v1.3.5

Choose a tag to compare

@jhs507 jhs507 released this 30 May 21:33
5fe48ed

What's Changed

New Contributors

Full Changelog: release_v1.3.4...release_v1.3.5

Version 1.3.4

Choose a tag to compare

@jhs507 jhs507 released this 28 Nov 17:25
17ff919

What's Changed

  • Crhm glacier infiltration module order correction 4 oct2023 by @loganxingfang in #434
  • Added new output variable useful for canopy snow sublimation research by @acebulsk in #436
  • Crhm canopy module adding potential sublimation varaible 14 nov2023 by @loganxingfang in #437
  • Issue_438_Fix by @jhs507 in #439

New Contributors

Full Changelog: release_v1.3.3...release_v1.3.4

Version 1.3.3

Choose a tag to compare

@jhs507 jhs507 released this 11 Sep 18:23
0a6797e

What's Changed

  • Proper space for argv strings is now allocated. This fixes an issue where the executable would crash when run from within a directory with a space in the absolute path. by @jhs507 in #430
  • Fix for issue #408 removing condition that is specific to shared obs_elev and soil_withdrawl by @jhs507 in #409
  • Macro JULIAN should return whole number by @lawfordp2017 in #383
  • Crhm tsurface correction15 mar2023 by @loganxingfang in #426

Full Changelog: release_v1.3.2...release_v1.3.3

Version 1.3.2

Choose a tag to compare

@jhs507 jhs507 released this 23 Feb 21:58
748b7c5

What's Changed

Full Changelog: Release_v1.3.1...release_v1.3.2

Version 1.3.1

Choose a tag to compare

@jhs507 jhs507 released this 30 Aug 17:08
6f62535

Release to mark the first version to be released under the GPLV3 license.

What's Changed

Full Changelog: Release_v1.3...Release_v1.3.1

Version 1.3

Choose a tag to compare

@jhs507 jhs507 released this 25 Aug 20:36

This release contains all desired features for the minimum implementation of CRHM. Borland features not implemented in this release have been determined to not be part of the minimum CRHM product.

New Major Features

  • Parameter editing interface
  • Parameter consolidation interface
  • Plot refresh rate control
  • Can now apply functions to observations
  • Can now apply functions to variable outputs
  • Creation of summary files implemented
  • Export dialog improved to allow observations and function outputs to be exported
  • Help button now opens online documentation wiki
  • Updates from Borland CRHM up to August 3, 2022
  • Various bug fixes and improvements

What's Changed

New Contributors

Full Changelog: Pre-Release_v1.2...Release_v1.3

Version 1.2

Version 1.2 Pre-release
Pre-release

Choose a tag to compare

@jhs507 jhs507 released this 04 Feb 21:55

Pre-Release for CRHMcode 1.2

This is a pre-release to showcase the state of the CRHMcode project before the official 1.2 release which will contain a minimum version of CRHM updated to a modern code base from the original Borland C++ Code.

Major features

  • CRHMcode GUI - A re-implementation of the basic features of Borland CRHM in using Microsoft Foundation Classes Library
  • CRHMcode gcc - The core features of CRHM with a simple command line interface to be compiled with GNU Compiler Collection compilers.
  • Separation of core and user interface in the code base.
  • Increased performance vs Borland CRHM

What's Changed - Pull requests merged into master

  • Justin by @jhs507 in #34
  • Added option to specify output file name with -o flag. Currently only… by @jhs507 in #35
  • Initial and Final State Files by @jhs507 in #38
  • The GUI version of CRHM now outputs a .obs file when run. by @jhs507 in #97
  • Solving: Issue #157 macro filters by @jhs507 in #160
  • Cmake integration by @jhs507 in #257

New Contributors

Full Changelog: https://github.com/srlabUsask/crhmcode/commits/Pre-Release_v1.2