Skip to content

Commit

Permalink
SIH acknowledgement (hydromad#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortisflux authored Aug 10, 2020
1 parent 3893730 commit 7e201a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ modx
## License

This project is licensed under the terms of [GPL (>=2)](https://github.com/josephguillaume/hydromad/blob/master/DESCRIPTION)


## Acknowledgements

This research was supported by the Sydney Informatics Hub, a Core Research Facility of the University of Sydney.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,10 @@ This is a basic example of defining a model in hydromad:
## an unfitted model, with ranges of possible parameter values
modx <- hydromad(Cotter[1:1000], sma = "cwi", routing = "expuh",
tau_s = c(2, 100), v_s = c(0, 1))
#> Warning in zoo(rval[i], index(x)[i]): some methods for "zoo" objects do not work
#> if the index entries in 'order.by' are not unique
#> Warning in as.zooreg.zoo(newdata): 'x' does not have an underlying regularity
modx
#>
#> Hydromad model with "cwi" SMA and "expuh" routing:
#> Start = 1, End = 1000
#> Start = 1966-05-01, End = 1969-01-24
#>
#> SMA Parameters:
#> lower upper
Expand All @@ -117,3 +114,9 @@ License

This project is licensed under the terms of [GPL
(&gt;=2)](https://github.com/josephguillaume/hydromad/blob/master/DESCRIPTION)

Acknowledgements
----------------

This research was supported by the Sydney Informatics Hub, a Core
Research Facility of the University of Sydney.

0 comments on commit 7e201a7

Please sign in to comment.