Elizabeth Jachens
Oregon State University;CUAHSI Summer Institute
Recent Activity
ABSTRACT:
Raw discharge and water elevation data for 37 watersheds in Switzerland used in the analysis for submitted paper # 2020WR02709. Additional watersheds within the repository are available upon request from the Federal Office for the Environment (FOEN), Bern, Switzerland. Files starting with "P" are water elevation data in meters above mean sea level, while files starting with "Q" are discharge data in cubic meters per second.
ABSTRACT:
Raw discharge and water elevation data for 37 watersheds in Switzerland used in the analysis for submitted paper # 2020WR02709. Additional watersheds within the repository are available upon request from the Federal Office for the Environment (FOEN), Bern, Switzerland. Files starting with "P" are water elevation data in meters above mean sea level, while files starting with "Q" are discharge data in cubic meters per second.
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
ABSTRACT:
Modflow configuration files for James River
Contact
(Log in to send email) |
Author Identifiers
ResearchGateID | |
https://www.researchgate.net/profile/Elizabeth_Jachens | |
GoogleScholarID | |
https://scholar.google.com/citations?user=2VPs7fQAAAAJ&hl=en |
All | 0 |
Collection | 0 |
Resource | 0 |
App Connector | 0 |
ABSTRACT:
Modflow configuration files for James River
Created: April 11, 2019, 12:16 a.m.
Authors: Elizabeth Jachens
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
ABSTRACT:
Raw discharge and water elevation data for 37 watersheds in Switzerland used in the analysis for submitted paper # 2020WR02709. Additional watersheds within the repository are available upon request from the Federal Office for the Environment (FOEN), Bern, Switzerland. Files starting with "P" are water elevation data in meters above mean sea level, while files starting with "Q" are discharge data in cubic meters per second.
ABSTRACT:
Raw discharge and water elevation data for 37 watersheds in Switzerland used in the analysis for submitted paper # 2020WR02709. Additional watersheds within the repository are available upon request from the Federal Office for the Environment (FOEN), Bern, Switzerland. Files starting with "P" are water elevation data in meters above mean sea level, while files starting with "Q" are discharge data in cubic meters per second.