Checking for missing content type metadata ...
This resource contains content types with missing metadata required to make it public or discoverable. Show missing content type metadata.
Click on the edit button ( ) below to edit this resource.
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 6.4 KB | |
| Created: | Apr 11, 2019 at 12:16 a.m. (UTC) | |
| Last updated: | Feb 03, 2020 at 9:11 p.m. (UTC) (Metadata update) | |
| Published date: | Feb 03, 2020 at 9:11 p.m. (UTC) | |
| DOI: | 10.4211/hs.e3c159631acd470cbeef5fa1abe0142e | |
| Citation: | See how to cite this resource | |
| Content types: | Single File Content |
| Sharing Status: | Published |
|---|---|
| Views: | 3900 |
| Downloads: | 203 |
| +1 Votes: | Be the first one to this. |
| Comments: | No comments (yet) |
Abstract
Sample data for HESS-2019-205 submission
Description: This file contains the event magnitudes and spacing for Cases 1 & 3 presented in the submitted manuscript to HESS titled "Recession analysis 42 years later - work yet to be done".
CVS File: This file is an ordered set of the normalized event magnitude [-] and the start date fo the event (Time/Timescale [-])
Matlab File: The file is presented is in a .mat file extension created in Matlab. The data is divided into 3 columns: mag, value, and start_locs. The column of "Mag" defines the event magnitudes, which are log-normally distributed with a mean 1 of a standard deviation of 1. The column of "value" defines the event duration which has a mean of 2.5 and a standard deviation of 1. The "start_locs" column as the cumulative event durations that identify the start time of each event. Below is the associated Matlab code used to create the file:
%% Matlab Code %%
mag= lognrnd(1,1[number_of_events,1]); %create log-normally distributed dataset of event magnitudes for a defined number of events
mag(mag<0)=1; %remove any negative magnitudes
value=round(lognrnd(2.5,1,[number_of_events,1])); %create log-normally distributed dataset of event durations for a defined number of events
value(value<=0)=1; %remove any negative durations
start_locs=[2;cumsum(value)]; %create cumulative event start time-series
Subject Keywords
Content
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