You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github.com/CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ We expect that the user comes prepared with some understanding of the model and
23
23
24
24
The VIC user and developer community is quite large and is spread all around the world. Depending on the question or issue your facing, there are a number of avenues to get in-touch:
Developers Gitter Room: [](https://gitter.im/UW-Hydro/VIC?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Copy file name to clipboardexpand all lines: docs/Development/Contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ VIC is an [open source](open-source-philosophy.md) research model. All developm
4
4
5
5
## Features Under Development
6
6
7
-
There are currently a number of active development projects working on VIC. To see which features are slatted for future release, take a look at the issues in our [development milestones page on GitHub](https://github.com/UW-Hydro/VIC/milestones).
7
+
There are currently a number of active development projects working on VIC. To see which features are slated for future release, take a look at the issues in our [development milestones page on GitHub](https://github.com/UW-Hydro/VIC/milestones).
Source code is available here: [](https://github.com/UW-Hydro/VIC/releases/tag/VIC.5.0.0)
21
23
22
24
This is a major update from VIC 4. The VIC 5.0.0 release aims to have nearly identical physics as VIC 4.2 while providing a clean, refactored code base supporting multiple drivers. There are a number of new features, bug fixes, and backward incompatible changes. See the VIC Github page for more details on the changes included in this release.
23
25
@@ -27,44 +29,54 @@ This is a major update from VIC 4. The VIC 5.0.0 release aims to have nearly ide
27
29
28
30
Although the physics and model behavior of VIC 5.0.0 should be nearly identical to VIC 4.2, the source code has undergone a major cleanup and reorganization. We have separated the physical core ("vic_run") from the driver source code. This work has improved the extensibility and readability of the model.
The Classic Driver provides similar functionality as VIC 4, including ASCII and binary I/O, and a time-before-space evaluation loop order. The Classic Driver is maintained for two main reasons:
33
36
34
37
1. to provide some level of backward compatibility for existing VIC users that wish to continue using VIC using a traditional approach, and,
35
38
2. to allow VIC to be run at individual grid cells, without requiring the infrastructure needed by the Image Driver. Documentation for the Classic Driver can be found [here](../Documentation/Drivers/Classic/ClassicDriver/).
The Image Driver adds a number of features to the user interface of the VIC model. Most notably, it uses a space-before-time evaluation loop order, netCDF I/O, and parallelization using MPI. Image Driver specific documentation can be found [here](../Documentation/Drivers/Image/ImageDriver/).
Earlier versions of VIC included many hard-coded parameters and constants. We have consolidated these constants into a single structure and developed an input file that allows users to modify parameters at run-time. See [here](../Documentation/Constants/) for more information.
A set of logging Macros have been added to all drivers and `vic_run`. The logging level can be set in the driver `Makefile` via the `LOG_LVL` variable. The logging Macros provide the filename and line number in the source code to aid in debugging. Additionally, when compiler support is available, a traceback is printed when VIC exits during runtime. When the `LOG_DIR` variable is provided in the global parameter file, VIC will write its log(s) to log files instead of printing to stdout.
Previous versions of VIC were limited to a minimum timestep of one hour. The units of the VIC timestep have been changed from hours to seconds and the minimum timestep is now one second. If you intend on running VIC at a timestep less that one hour, we suggest significant testing.
58
+
Previous versions of VIC were limited to a minimum timestep of one hour. The units of the VIC timestep have been changed from hours to seconds and the minimum timestep is now one second. If you intend on running VIC at a timestep of less than one hour, we suggest extensive testing.
59
+
52
60
53
61
7. Calendar Support ([GH#188](https://github.com/UW-Hydro/VIC/pull/188))
54
62
55
63
Earlier versions of VIC used the standard Gregorian calendar. Because many modern climate models use non-standard calendars, we have implemented all [CF compliant calendars](http://www.cgd.ucar.edu/cms/eaton/netcdf/CF-20010629.htm#cal). The standard Gregorian calendar remains the VIC default. See the documentation for individual drivers for how to set the calendar option (e.g. [classic](../Documentation/Drivers/Classic/GlobalParam/#main-simulation-parameters)).
The [VIC_sample_data](https://github.com/UW-hydro/VIC_sample_data) repository contains the necessary input datasets (forcings and parameters) to run short simulations of the VIC model for both the classic and image driver.
See https://github.com/UW-Hydro/VIC/issues/79 for more information. A temporary location of the test data is here: ftp://ftp.hydro.washington.edu/pub/gergel/VIC5_test_data/
64
74
75
+
65
76
10. Testing and Continuous Integration ([GH#190](https://github.com/UW-Hydro/VIC/pull/190))
66
77
67
-
A comprehensive testing platform has been implemented and is available for public use along with the VIC model. A small subset of the test platform is run on [Travis-CI](https://travis-ci.org/UW-Hydro/VIC), which facilitates continuous integration of the VIC test platform. More information on the test platform is [here](Testing.md)
78
+
A comprehensive testing platform has been implemented and is available for public use along with the VIC model. A small subset of the test platform is run on [Travis-CI](https://travis-ci.org/UW-Hydro/VIC), which facilitates continuous integration of the VIC test platform. More information on the test platform is [here](Testing.md).
79
+
68
80
69
81
11. Run-time profiling and timing ([GH#442](https://github.com/UW-Hydro/VIC/pull/442))
70
82
@@ -134,7 +146,7 @@ This is a major update from VIC 4. The VIC 5.0.0 release aims to have nearly ide
134
146
135
147
3. Removed `LONGWAVE` and `SHORTWAVE` forcing types ([GH#379](https://github.com/UW-Hydro/VIC/pull/379)).
136
148
137
-
Previous versions of VIC allowed users to specify either `LONGWAVE` or `LWDOWN` to denote the incoming longwave radiation flux and `SHORTWAVE` or `SWDOWN` to denote the incoming shorwave radiation flux. We have removed these duplicate options, standardizing on the more descriptive `LWDOWN` and `SWDOWN`.
149
+
Previous versions of VIC allowed users to specify either `LONGWAVE` or `LWDOWN` to denote the incoming longwave radiation flux and `SHORTWAVE` or `SWDOWN` to denote the incoming shortwave radiation flux. We have removed these duplicate options, standardizing on the more descriptive `LWDOWN` and `SWDOWN`.
138
150
139
151
Similarly, output variables `OUT_NET_LONG` and `OUT_NET_SHORT` have been replaced with `OUT_LWNET` and `OUT_SWNET`, respectively.
140
152
@@ -159,16 +171,16 @@ This is a major update from VIC 4. The VIC 5.0.0 release aims to have nearly ide
159
171
3. Fix related to exact restart ([GH#481](https://github.com/UW-Hydro/VIC/pull/481), [GH#507](https://github.com/UW-Hydro/VIC/pull/507), [GH#509](https://github.com/UW-Hydro/VIC/pull/509))
160
172
161
173
Previously, VIC did not produce the same results (fluxes and states) if a simulation was separated into multiple shorter-period runs by saving the state variables and restarting. This was due to:
162
-
1. The MTCLIM algorithm resulted in slightly different sub-daily meteorological variable values for different lengths of forcings (MTCLIM is deprecated in the current version)
163
-
2. A few bugs resulting in inexact restart.
164
174
165
-
The following bugs have been fixed:
175
+
1. The MTCLIM algorithm resulted in slightly different sub-daily meteorological variable values for different lengths of forcings (MTCLIM is deprecated in the current version)
176
+
177
+
2. A few bugs resulting in inexact restart. The following bugs have been fixed:
166
178
167
-
- The prognostic state variable `energy.Tfoliage` (foliage temperature) is now saved to the state file
168
-
- Two flux variables `energy.LongUnderOut` and `energy.snow_flux` are now saved to the state file.
179
+
- The prognostic state variable `energy.Tfoliage` (foliage temperature) is now saved to the state file
180
+
- Two flux variables `energy.LongUnderOut` and `energy.snow_flux` are now saved to the state file.
169
181
170
-
!!!Note
171
-
This is a temporary solution to ensure exact restart. A better way of handling these two flux variables needs to be done in the future (see [GH#479](https://github.com/UW-Hydro/VIC/issues/479))
182
+
!!!Note
183
+
This is a temporary solution to ensure exact restart. A better way of handling these two flux variables needs to be done in the future (see [GH#479](https://github.com/UW-Hydro/VIC/issues/479))
172
184
173
185
4. Fix for binary state file I/O ([GH#487](https://github.com/UW-Hydro/VIC/pull/487))
174
186
@@ -180,6 +192,25 @@ This is a major update from VIC 4. The VIC 5.0.0 release aims to have nearly ide
!!! Note "Note: Final Release of VIC 4 Development Track"
198
+
This is the last release of the VIC Version 4 development track. The next release will be VIC.5.0 and will include backward incompatible changes. Future updates the VIC 4 development track will be made on the `support/VIC.4.2.d`.
199
+
200
+
Source code is available here: [](https://github.com/UW-Hydro/VIC/releases/tag/VIC.4.2.d)
201
+
202
+
**Release date: (June 20, 2015)**
203
+
204
+
This is a bugfix update from 4.2.c.
205
+
206
+
#### Bug Fixes
207
+
208
+
1. Fixed uninitialized `dmy_struct` when `OUTPUT_FORCE==TRUE` and `BINARY_OUTPUT==TRUE` ([GH#393](https://github.com/UW-Hydro/VIC/issues/393))
209
+
210
+
1. Fixed uninitialized vegetation parameters when `VEGPARAM_LAI==FALSE` ([GH#455](https://github.com/UW-Hydro/VIC/issues/455))
Source code is available here: [](https://github.com/UW-Hydro/VIC/releases/tag/VIC.4.2.c)
@@ -188,9 +219,6 @@ Source code is available here: [)
Copy file name to clipboardexpand all lines: docs/Development/Testing.md
+16-21
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The VIC Test Suite includes six main test types:
9
9
* restart: tests that address model state and restart capability.
10
10
* I/O: tests that address model input and output functionality.
11
11
* forcings come out the way they come in
12
-
* parameter files are appropriately read in allocated.
12
+
* parameter files are appropriately ingested and parameter values are correctly allocated.
13
13
3.**science**: tests that aim to assess the model's scientific skill. Many of these tests are compared to observations of some kind.
14
14
4.**examples**: a set of examples that users may download and run.
15
15
5.**release**: longer, full domain simulations performed prior to release demonstrating model output for a final release.
@@ -18,7 +18,7 @@ The VIC Test Suite includes six main test types:
18
18
19
19
The **system** and **examples** tests use the [VIC sample data repository](https://github.com/UW-Hydro/VIC_sample_data). This repository includes short (e.g. 10 days) test setups for the VIC image and classic drivers.
20
20
21
-
The **science** and **release** tests are under development (as of June 2016).
21
+
The **release** tests are under development (as of August 2016).
22
22
23
23
## Running the VIC Test Suite
24
24
@@ -27,30 +27,25 @@ The VIC test suite uses a set of Python utilities and libraries to execute the s
27
27
1. Download and run the Anaconda installer: http://continuum.io/downloads
28
28
2. Install the required dependencies:
29
29
30
-
```Bash
31
-
# Create a conda virtual environment including the required dependencies
Copy file name to clipboardexpand all lines: docs/Development/git-workflow.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Development Workflow
2
-
The basic workflow described here follows a workflow originally outlined by Vincent Driessen. The workflow is built around the Git version control system. A basic description of the branching strategy and release management used by our research group is presented here. We use a central truth repository (https://github.com/UW-Hydro/VIC) that contains our main branches.
2
+
The basic workflow described here follows a workflow originally [outlined](http://nvie.com/posts/a-successful-git-branching-model/) by Vincent Driessen. The workflow is built around the Git version control system. A basic description of the branching strategy and release management used by our research group is presented here. We use a central truth repository (https://github.com/UW-Hydro/VIC) that contains our main branches.
3
3
4
4
## Main Branches
5
-
Both of the main branches are published on the Github page and are controlled only by those within the admin group. The repository is organized into several branches for different purposes. In general, any new development will wan to start with a branch from the develop branch.
5
+
Both of the main branches are published on the Github page and are controlled only by those within the admin group. The repository is organized into several branches for different purposes. In general, any new development will want to start with a branch from the develop branch.
6
6
7
7
**1. master**– The master branch represents the official release of the code. This branch is updated by new releases from the develop/release branches and by hotfixes.
Copy file name to clipboardexpand all lines: docs/Development/open-source-philosophy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Our rationale for moving the VIC model development to the open source community
10
10
11
11
There is **no official support** for the VIC model.
12
12
13
-
While you are more than welcome to use VIC in your own research endeavors, the model code comes with _**no guarantees, expressed or implied, as to suitability, completeness, accuracy, and whatever other claim you would like to make**_. In addition, the model has no graphical user interface, nor does it include a large set of analysis tools, since most people want to use their own set of tools.
13
+
While you are more than welcome to use VIC in your own research endeavors, the model code comes with ***no guarantees, expressed or implied, as to suitability, completeness, accuracy, and whatever other claim you would like to make***. In addition, the model has no graphical user interface, nor does it include a large set of analysis tools, since most people want to use their own set of tools.
14
14
15
15
While we would like to hear about your particular application (especially a copy of any published paper), we cannot give you individual support in setting up and running the model. The VIC website includes reasonably complete instructions on how to run the model, as well as the opportunity to sign up for the VIC Users Email List.
0 commit comments