From c99e9a9e1145fa281a9db60fad5092a284d44230 Mon Sep 17 00:00:00 2001 From: Joe Hamman Date: Fri, 18 Apr 2014 13:05:21 -0700 Subject: [PATCH] change travis icon to master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 988a51f..87f6edd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RVIC Streamflow Routing Model -[![Build Status](https://travis-ci.org/jhamman/RVIC.svg?branch=develop)](https://travis-ci.org/jhamman/RVIC) +[![Build Status](https://travis-ci.org/jhamman/RVIC.svg?branch=master)](https://travis-ci.org/jhamman/RVIC) The RVIC Streamflow Routing model is a simple source to sink routing model. The model represents each grid cell by a node in the channel network. Unit hydrographs are developed that described the time distribution of flow from each source grid cell to a corresponding sink grid cell. The development of the unit hydrographs is done as a pre process step (i.e. `rvic parameters`). The final step is the convolution of the unit hydrographs with fluxes from a land surface model, typically VIC (i.e. `rvic convolution`).