Skip to content

Commit

Permalink
added new pub refernce, installer, and example composition
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin committed Mar 8, 2019
1 parent 4f69cc7 commit a03e143
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Type the following command for more help:

![HydroCoupleComposer Screenshot](resources/images/hydrocouplecomposerscreenshot.png)

## Installers

* [Windows 64 bit](https://github.com/HydroCouple/HydroCoupleComposer/releases/download/v1.2.1/HydroCoupleComposer.msi)

* OSX

## Composition Examples

* [Logan River Temperature Calibration](https://github.com/HydroCouple/HydroCoupleComposer/releases/download/untagged-806d32a0e47c1ba750f0/Logan_River_Example.zip)

## Depedencies

HydroCoupleComposer can be compiled using the QtCreator project file included with this project or in visual studio using the Qt Visual Studio AddIn. Work is ongoing to add a CMake make file. Modify the project file to make sure that it points to the appropriate libraries on the target machine. Compilation of HydroCoupleComposer requires the following frameworks and libraries:
Expand All @@ -33,8 +43,10 @@ HydroCoupleComposer can be compiled using the QtCreator project file included wi

## References
-------------------------------------------------------------------------------------------------------------------
Buahin, C. and J. Horsburgh, 2016. From OpenMI to HydroCouple: Advancing OpenMI to Support Experimental Simulations and Standard Geospatial Datasets. International Congress on Environmental Modelling and Software. Toulouse, France. http://scholarsarchive.byu.edu/iemssconference/2016/Stream-A/11
Buahin, C. and J. Horsburgh, 2016. From OpenMI to HydroCouple: Advancing OpenMI to Support Experimental Simulations and Standard Geospatial Datasets. International Congress on Environmental Modelling and Software. Toulouse, France. http://scholarsarchive.byu.edu/iemssconference/2016/Stream-A/11

Buahin, C. A., Horsburgh, J. S., and Neilson, B. T. (2018). “Enabling High-Performance Heterogeneous Computing for Component-Based Integrated Water Modeling Frameworks.”9th International Congress on Environmental Modelling and Software, Modelling for Sustainable Food-Energy-Water Systems, Fort Collins, Colorado, USA.

Buahin, C. A., and Horsburgh, J. S. (2018). “Advancing the Open Modeling Interface (OpenMI) for integrated water resources modeling.” Environmental Modelling & Software. DOI:10.1016/j.envsoft.2018.07.015
Buahin, C.A., Horsburgh, J.S., 2018. Advancing the Open Modeling Interface (OpenMI) for integrated water resources modeling. Environmental Modelling & Software 108, 133–153. https://doi.org/10.1016/j.envsoft.2018.07.015

Buahin, C.A., Horsburgh, J.S., Neilson, B.T., 2019. Parallel multi-objective calibration of a component-based river temperature model. Environmental Modelling & Software 116, 57–71. https://doi.org/10.1016/j.envsoft.2019.02.012
6 changes: 6 additions & 0 deletions forms/hydrocouplecomposer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<property name="title">
<string>Help</string>
</property>
<addaction name="actionHydroCoupleComposerHelp"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
Expand Down Expand Up @@ -1234,6 +1235,11 @@
<string>Unload Model Component Library</string>
</property>
</action>
<action name="actionHydroCoupleComposerHelp">
<property name="text">
<string>HydroCoupleComposer Help</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
Expand Down

0 comments on commit a03e143

Please sign in to comment.