Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...
This resource contains some files/folders that have non-preferred characters in their name. Show non-conforming files/folders.
This resource contains content types with files that need to be updated to match with metadata changes. Show content type files that need updating.
Authors: |
|
|
---|---|---|
Owners: |
|
This resource does not have an owner who is an active HydroShare user. Contact CUAHSI (help@cuahsi.org) for information on this resource. |
Type: | Resource | |
Storage: | The size of this resource is 113.9 MB | |
Created: | Jul 09, 2019 at 11:30 a.m. | |
Last updated: | Dec 17, 2019 at 8:36 a.m. (Metadata update) | |
Published date: | Dec 17, 2019 at 8:36 a.m. | |
DOI: | 10.4211/hs.474ecc37e7db45baa425cdb4fc1b61e1 | |
Citation: | See how to cite this resource |
Sharing Status: | Published |
---|---|
Views: | 5498 |
Downloads: | 1081 |
+1 Votes: | 1 other +1 this |
Comments: | No comments (yet) |
Abstract
This data set contains the model outputs of different hydrology models calibrated using the same forcing data (Maurer) and the same calibration period for the CAMELS data set. The models are: SAC-SMA, VIC, HBV, FUSE and mHM. All of these models have been calibrated for each basin separately. Additionally, for VIC and mHM, also regionally calibrated model outputs exist. All models have been calibrated using the period 1 October 1999 until 30 September 2008 and were validated in the period 1 October 1989 until 30 September 1999.
Subject Keywords
Coverage
Spatial
Content
README.md
CAMELS benchmark models
This is a collection of hydrology model outputs that have all been calibrated using the same forcing data (Maurer) and the same period (1 Oct 1999 until 30 Sep 2008) for the CAMELS data set. The data set contains the model outputs of the validation period (1 Oct 1989 until 30 Sep 1999) only.
About
The data was generated by various different modeling groups (see references below), were each group calibrated their own model to avoid bias in the model calibration. The data was collected by me (Frederik Kratzert) from these groups and converted into a uniform format. The data set was first used in our manuscript "Benchmarking a Catchment-Aware Long Short-Term Memory Network (LSTM) for Large-Scale Hydrological Modeling" https://arxiv.org/abs/1907.08456 that is currently under review in HESS. A separate brief note describing the data set in more detail is in preparation.
The models
Runoff simulations from the following models are included in the data set: - SAC-SMA coupled with Snow-17 snow routine - VIC - FUSE - HBV - mHM
For all of these, outputs of basin-wise calibrated models exist. Additionally, for VIC and mHM, regionally calibrated model outputs exist. For the FUSE model, three different model realizations exist, that are named FUSE_$seed$
, where $seed$
is a 3-digit number, specifying the random seed. For the HBV model, two different simulations exist per basin. One, called lower bound (lb)
contains the ensemble mean of 1000 uncalibrated HBV models. The other, called upper bound (ub)
contains the ensemble mean of 100 basin calibrated HBV models. For more details see the particular references mentioned at the bottom.
Note: Not all models were calibrated for all of CAMELS basins. The basin-specific netCDF file only contain entries for those models that were calibrated for the specific basin.
Structure of netCDF files
For each basin a single netCDF file exist. The files are named as follows: $USGS_ID$_benchmark_models.nc
, where $USGS_ID$
is the 8-digit gauge id, as specified in the CAMELS data set.
For each model that was calibrated for a particular basin, the netCDF contains one Variable. Additionally the netCDF file contains the discharge observations under QObs
and are stored with date time indices.
Usage
Using Python, the netCDF files can be loaded using e.g. the xarray
library
```python import xarray
file_path = 'path/to/netcdf/file.nc' xr = xarray.open_dataset(file_path) ```
The models contained for a particular basin file can be retrieved as follows:
```python
Print list of models for a particular basin
for key in xr.keys(): if key != "QObs": print(key) ```
To plot the data use e.g.
```python import matplotlib.pyplot as plt
fig, ax = plt.subplots() for key in xr.keys(): ax.plot(xr[key], label=key) ax.legend() ```
References
The following papers describe the calibration of the included models:
- SAC-SMA & VIC (basin-wise calibrated): Newman, A. J., Mizukami, N., Clark, M. P., Wood, A. W., Nijssen, B., and Nearing, G.: Benchmarking of a physically based hydrologic model, Journal of Hydrometeorology, 18, 2215–2225, 2017.
- FUSE: These runs were generated by Nans Addor (n.addor@uea.ac.uk) and passed to me by personal communication. The runs are part of on-going development on FUSE itself and might not reflect the final FUSE performance.
- HBV: Seibert, J., Vis, M. J. P., Lewis, E., and van Meerveld, H. J.: Upper and lower benchmarks in hydrological modelling, Hydrological Processes, 32, 1120–1125, 2018.
- mHM (basin-wise calibrated): Mizukami, N., Rakovec, O., Newman, A. J., Clark, M. P., Wood, A. W., Gupta, H. V., and Kumar, R.: On the choice of calibration metrics for “high-flow” estimation using hydrologic models, Hydrology and Earth System Sciences, 23, 2601–2614, 2019
- VIC (regionally calibrated): Mizukami, N., Clark, M. P., Newman, A. J., Wood, A. W., Gutmann, E. D., Nijssen, B., Rakovec, O., and Samaniego, L.: Towards seamless large-domain parameter estimation for hydrologic models, Water Resources Research, 53, 8020–8040, 2017.
- mHM (regionally calibrated): Rakovec, O., Mizukami, N., Kumar, R., Newman, A. J., Thober, S., Wood, A. W., Clark, M. P., and Samaniego, L.: Diagnostic Evaluation of Large-domain Hydrologic Models calibrated across the Contiguous United States, J. Geophysical Research – Atmospheres., in review,
2019.
Related Resources
This resource is referenced by | Kratzert, F., Klotz, D., Shalev, G., Klambauer, G., Hochreiter S., and Nearing, G.: Towards learning universal, regional, and local hydrological behaviors via machine learning applied to large-sample datasets, Hydrol. Earth Syst. Sci., 2019. |
The content of this resource is derived from | Newman, A. J., Mizukami, N., Clark, M. P., Wood, A. W., Nijssen, B., and Nearing, G.: Benchmarking of a physically based hydrologic model, Journal of Hydrometeorology, 18, 2215–2225, 2017. |
The content of this resource is derived from | Seibert, J., Vis, M. J. P., Lewis, E., and van Meerveld, H. J.: Upper and lower benchmarks in hydrological modelling, Hydrological Processes, 32, 1120–1125, 2018. |
The content of this resource is derived from | Mizukami, N., Rakovec, O., Newman, A. J., Clark, M. P., Wood, A. W., Gupta, H. V., and Kumar, R.: On the choice of calibration metrics for “high-flow” estimation using hydrologic models, Hydrology and Earth System Sciences, 23, 2601–2614, 2019 |
The content of this resource is derived from | Mizukami, N., Clark, M. P., Newman, A. J., Wood, A. W., Gutmann, E. D., Nijssen, B., Rakovec, O., and Samaniego, L.: Towards seamless large-domain parameter estimation for hydrologic models, Water Resources Research, 53, 8020–8040, 2017. |
The content of this resource is derived from | Rakovec, O., Mizukami, N., Kumar, R., Newman, A. J., Thober, S., Wood, A. W., Clark, M. P., and Samaniego, L.: Diagnostic Evaluation of Large-domain Hydrologic Models calibrated across the Contiguous United States, J. Geophysical Research – Atmospheres., in review |
How to Cite
This resource is shared under the Creative Commons Attribution CC BY.
http://creativecommons.org/licenses/by/4.0/
Comments
There are currently no comments
New Comment