Property:Additional comments model

From CSDMS

This is a property of type Text.

Showing 20 pages using this property.
S
More will be filled out soon (10/18/2010)  +
More will be filled out soon (10/18/2010)  +
More will be filled out soon (10/18/2010)  +
W
More will be filled out soon (10/18/2010)  +
M
Most recent model available from ah6p@virginia.edu.  +
A
NOTICE: REGISTRATION IS NEEDED TO RECEIVE THE SOURCE CODE: http://adcirc.org/  +
F
NOTICE: REGISTRATION IS NEEDED TO RECEIVE THE SOURCE CODE: http://chinacat.coastal.udel.edu/programs/funwave/funwave.html  +
D
NOTICE: REGISTRATION IS NEEDED TO RECEIVE THE SOURCE CODE: http://www.hydro.washington.edu/Lettenmaier/Models/DHSVM/index.shtml  +
W
NOTICE: REGISTRATION IS NEEDED TO RECEIVE THE SOURCE CODE, SEND THE OWNER A LETTER THAT YOU ARE INTERESTED IN THE SOURCE CODE: http://www.cesm.ucar.edu/models/ccsm4.0/  +
C
NOTICE: code is free available through CCSM UCAR website: http://www.ccsm.ucar.edu/models/atm-cam/ No need to register  +
S
No  +
H
None  +
M
Notice: Code is freely available through the following site: http://mitgcm.org/ No need to register  +
S
Notice: SWAN can be freely downloaded from the next site: https://sourceforge.net/projects/swanmodel/files/swan/ No registration is needed.  +
G
Particulates model is regression-based, while dissolved model is more conceptual-mechanistic. Conceptual framework and data sets in development since 2002. Integrated modeling code framework (GNE) developed in 2007; currently tested on Windows only, but can be easily adapted to other platforms.  +
D
Please send any questions or comments to mark.piper@colorado.edu or csdmssupport@colorado.edu.  +
Q
Questionnaire is filled out by Albert Kettner  +
1
Questions which arise about the module, the model it implements, and the associated theory, may be addressed by the preprint available at https://arxiv.org/abs/1801.02810.  +
R
RCPWAVE is distributed as a component of the Coastal Engineering Design and Analysis System (CEDAS). http://chl.erdc.usace.army.mil/cedas  +
D
Requirements To run these codes, you will need the following software: • Python 2.7 or earlier (not compatible with Python 3) The following Python packages are also required: • matplotlib • scipy • numpy • cPickle • osgeo • fiona • shapely • utilities • sklearn • seaborn • clusterpy • itertools • pandas • pysal • collections What input is required? To run this code, the following shape files are required: • network shapefile, containing the river network extracted from satellite imagery • island shapefile, containing the land masses or islands of the delta • patch shapefile, containing the outline of channels What does the code do? The file all.ipynb contains codes run the analysis. From start to finish, the Jupyter Notebook contains code blocks that: • loads in the shapefiles • calculate the parameters for the network that both surround and drain the islands • calculate the base metrics (e.g. perimeter, area, solidity, aspect ratio...) • calculates maximum distance from the island center to the nearest water body • estimates minimum, average and maximum widths of all network channels • evaluates the fractal dimension of each delta island • creates shapefiles based on the metrics calculated earlier in the code • saves all metrics to an output file • generates PCA and GeoSOM results from the island and channel metrics • plots the U-matrix and dendrogram based on the GeoSOM results  +