User:Huttone: Difference between revisions

From CSDMS
m (Add CSDMS subversion notes)
No edit summary
 
(60 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== Eric Hutton ===
{{Signup information member
|First name member=Eric
|Last name member=Hutton
|Picture member=Photo_Hutton.jpg
|Institute member=University of Colorado, INSTAAR
|Department member=CSDMS
|Postal address 1 member="450 UCB, 3100 Marine St., room 211"
|City member=Boulder
|Postal code member=80309-0450
|Country member=United States
|State member=Colorado
|Confirm email member=eric.hutton@colorado.edu
|Working group member=Terrestrial Working Group, Coastal Working Group, Marine Working Group, Cyberinformatics and Numerics Working Group, River Network Modeling Initiative
|Emaillist group member=yes
}}
== My Notes ==


==== Contact Information ====
# [[How_To_CSDMS_Subversion| Create a subversion repository for a new user]]
# [[How_To_IRF| Notes on making an IRF component]]
# [[How_To_Component| Notes on how to create a CCA component]]
# [[How_To_Install_CCA| Notes on installing CCA]]
# [[How_To_Hydrotrend_Component | Create a component that opens and closes ports]]
# [[How_To_Install_CSDMS_Tools | Install the CSDMS tools]]
# [[How_To_CEM_Refactor | Refactoring a coastal evolution model into IRF ]]


===== Office =====
== Help ==
Room 211<br>
: '''Documentation''':
3100 Marine St.<br>
* User Guide
Boulder, CO
** Create a model interface (IRF)
** CSDMS annotations
** Link components with the CCA ccaffe_gui
* Administrator Guide
** Install the CCA tools
: '''FAQ''': A collection of [[FAQ|frequently asked questions]] about CSDMS
: '''Wiki help''': [[Help:Contents|How to use our wiki]]
: '''Contribute''':
* [[Special:SemanticSignup|Become a member of CSDMS]]
* Become part of the CSDMS development team


===== Mailing Address =====
== CSDMS Handbook ==
545 UCB<br>
This is Scott Peckhams' handbook.  Not mine.  I'm just linking to it.
Boulder, CO 80309-0545<br>
# [[Tools_CSDMS_Handbook| The CSDMS Handbook (complete)]]
USA
## [[Info_Contrib_Requirements| Requirements for code contributors]]
## [[Info_OOP_Review| Object-oriented programming review]]


==== Notes ====
== Software ==


===== Create a CSDMS subversion repository =====
# damian-0.1.0
# loc-0.1.0
# Sedflux3D.
# Isostasy2D.
# Squall: an adaptation of BARSIM.
# A revised version of Squall.
# Erosion1D.


First of all, our subversion repository is located on mysticplum at: /mysticplum/data/subversion.  To add a new user:
== Publications ==
<geshi>
> /usr/local/apache/bin/htdigest /mysticplum/data/subversion/conf/svn-auth-file Subversion <username>
</geshi>
This of course must be done as root.  The username needn't be a mysticplum username (although it can be).


Create the new repository (again as root):
<geshi>
> svnadmin create /mysticplum/data/subversion/newrepos
</geshi>
Create a project group that contains members that are allowed to view and commit changes to the project.  In addition, allow anyone to be able to browse the contents of the repository.  This is done by editing <tt>subversion/conf/svn-access-file</tt>.  To create a new group, define it and its members under the <tt>[groups]</tt> section:
<geshi>
[groups]
newgroup = huttone
</geshi>
In this case, the group is called <tt>newgroup</tt> (it doesn't have to match a repository name) and the only member of the group is huttone.  Now specify the access privileges of the repository:
<geshi>
[newgroup:/]
* = r
@newrepos = rw
</geshi>
The first line indicates the repository, the second allows viewing of the repository by anyone, and the third limits commits to only group members.  Change ownership of the directory to be nobody:
<geshi lang=bash>
> sudo chown -R nobody /mysticplum/data/subversion/newrepos
</geshi>
The new repository can now be viewed with a browser at https://csdms.colorado.edu/svn/newrepos.


===== The Initial Import =====
=== Refereed Journal Articles or Chapters ===


To get you unversioned files into the svn repository, use svn import. For example:
==== In Press ====
<geshi>
[[ Book_Chapter_41_Cyberinfrastructure |Cyberinfrastructure book chapter.]]
> svn import mydir https://csdms.colorado.edu/svn/newrepos -m "Inital import"
# Hutton, E. W. H., Syvitski, J. P. M., and Watts, A. B., (in press). Isostatic Flexure of a Finite Slope Due to Sea-Level Rise and Fall.  Computers & Geosciences, doi: [http://dx.doi.org/10.1016/j.cageo.2012.03.020 DOI Link].
Adding        newrepos/file1.f
# Peckham, S. D., Hutton, E. W. H., and Norris, B. (in press). A Component-Based Approach to Integrated Modeling in the Geosciences: The Design of CSDMS.  Computers & Geosciences, doi: [http:// DOI Link].
Adding        newrepos/file2.f
# Ashton, A. D., Hutton, E. W. H., Kettner, A. J., Xing, F., Kallumadikal, J., Neinhuis, J., Giosan, L. (in press). Progress in Coupling Models of Coastline and Fluvial Dynamics.  Computers & Geosciences, doi: [http:// DOI Link].


Committed revision 1.
==== 2009 ====
</geshi>
# Kettner, A.J., Gomez, B., Hutton, E.W.H., and Syvitski, J.P.M., (2009).  Late Holocene Dispersal and Accumulation of Terrigenous Sediment on Poverty Shelf, New Zealand.  Basin Research, doi: [http://dx.doi.org/10.1111/j.1365-2117.2008.00376.x DOI Link].
# Syvitski, J.P.M., AJ. Kettner, MT. Hannon, EW.H. Hutton, I Overeem, G. R Brakenridge, J Day, C Vörösmarty, Y Saito, L Giosan, R J. Nicholls, 2009, Sinking deltas due to human activity, Nature Geoscience 2: 681-689, doi: [http://dx.doi.org/10.1038/ngeo629 DOI Link].


This copied the contents of the directory mydir into newrepos.
==== 2008 ====
<geshi>
# Hutton, E.W.H., & Syvitski, J.P.M. (2008).  Sedflux-2.0: An advanced process-response model that generates three-dimensional stratigraphy.  Computers and Geosciences, v.34 (10), pp., 1319-1337, doi: [http://dx.doi.org/10.1016/j.cageo.2008.02.013 DOI Link].
> svn list https://csdms.colorado.edu/svn/newrepos
# Jouet, G., Hutton, E.W.H., Syvitski, J.P.M., & Berne, S. (2008). Response of the Rhone Deltaic Margin to Loading and Subsidence During the Last Climatic Cycle. Computer and Geosciences, v. 34, (10) pp. 1338-1357, doi: [http://dx.doi.org/10.1016/j.cageo.2008.02.003 DOI Link].
file1.f
file2.f
</geshi>
You can now use svn checkout to get a working copy of your files.


===== Repository Layout =====
==== 2007 ====
 
Users are free to use whatever repository layout they wish however there we recommend that you store the main development line of your code in a trunk directory, branches in a branches directory, and tags in a tags directory.  Thus:
<geshi lang=bash>
> svn list https://csdms.colorado.edu/svn/newrepos
branches/
tags/
trunk/
 
> svn list https://csdms.colorado.edu/svn/newrepos/trunk
file1.f
file2.f
</geshi>
 
==== Software ====
# Hutton, E.W.H., Syvitski, J.P.M., 2004. Sedflux3D.
# Hutton, E.W.H., 2003. Isostasy2D.
# Hutton, E.W.H., Storms, J.E.A., 2003. Squall: an adaptation of BARSIM.
# Hutton, E.W.H., Syvitski, J.P.M., 2004.  A revised version of Squall.
# Hutton, E.W.H., 2003. Erosion1D.
 
==== Publications ====
 
 
===== Refereed Journal Articles or Chapters =====
 
====== In Press ======
# Kettner, A.J., Gomez, B., Hutton, E.W.H., and Syvitski, J.P.M., (in  press).  Late Holocene Dispersal and Accumulation of Terrigenous Sediment on Poverty Shelf, New Zealand.  Basin Research.
 
====== 2008 ======
# Hutton, E.W.H., & Syvitski, J.P.M. (2008).  Sedflux-2.0: An advanced process-response model that generates three-dimensional stratigraphy.  Computers and Geosciences, v.34 (10), pp., 1319-1337.
# Jouet, G., Hutton, E.W.H., Syvitski, J.P.M., & Berne, S. (2008). Response of the Rhone Deltaic Margin to Loading and Subsidence During the Last Climatic Cycle.  Computer and Geosciences, v. 34, (10) pp. 1338-1357.
 
====== 2007 ======
# Syvitski, J.P.M., Pratson, L.F., Wiberg, P.L., Steckler, M.S., Garcia, M.H., Geyer, W.R., Harris, C.K., Hutton, E.W.H., Imran, J., Lee, H.J., Morehead, M.D., and Parker, G., 2007. Prediction of margin stratigraphy. In: C.A. Nittrouer, J.A. Austin, M.E. Field, J.H. Kravitz, J.P.M. Syvitski, and P.L. Wiberg (Eds.) Continental-Margin Sedimentation: From Sediment Transport to Sequence Stratigraphy. IAS Spec. Publ. No. 37: 459-530.
# Syvitski, J.P.M., Pratson, L.F., Wiberg, P.L., Steckler, M.S., Garcia, M.H., Geyer, W.R., Harris, C.K., Hutton, E.W.H., Imran, J., Lee, H.J., Morehead, M.D., and Parker, G., 2007. Prediction of margin stratigraphy. In: C.A. Nittrouer, J.A. Austin, M.E. Field, J.H. Kravitz, J.P.M. Syvitski, and P.L. Wiberg (Eds.) Continental-Margin Sedimentation: From Sediment Transport to Sequence Stratigraphy. IAS Spec. Publ. No. 37: 459-530.
# Pratson, L.F., E.W.H. Hutton, A.J. Kettner, J.P.M. Syvitski, P.S. Hill, Douglas A.G., T.G. Milligan, 2007, The Impact of floods and storms on the acoustic reflectivity of the inner continental shelf: A modeling assessment. Continental Shelf Research. 27: 542–559.
# Pratson, L.F., E.W.H. Hutton, A.J. Kettner, J.P.M. Syvitski, P.S. Hill, Douglas A.G., T.G. Milligan, 2007, The Impact of floods and storms on the acoustic reflectivity of the inner continental shelf: A modeling assessment. Continental Shelf Research. 27: 542–559, doi: [http://dx.doi.org/10.1016/j.csr.2005.12.018 DOI Link].


====== 2006 ======
==== 2006 ====
# Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H., Kettner, A.J. 2006, Inverse modeling of post Last Glacial Maximum transgressive sedimentation using 2D-SedFlux: Application to the northern Adriatic Sea. Marine Geology 234: 233-243.
# Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H., Kettner, A.J. 2006, Inverse modeling of post Last Glacial Maximum transgressive sedimentation using 2D-SedFlux: Application to the northern Adriatic Sea. Marine Geology 234: 233-243.


====== 2005 ======
==== 2005 ====
# Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H., and Paola, C., 2005.  Advance and application of the stratigraphic simulation model 2D-SedFlux: From tank experiment to geological scale simulation.  Sedimentary Geology, v. 178, pp. 187-195.
# Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H., and Paola, C., 2005.  Advance and application of the stratigraphic simulation model 2D-SedFlux: From tank experiment to geological scale simulation.  Sedimentary Geology, v. 178, pp. 187-195.
# Overeem, I., Syvitski, J.P.M., and Hutton, E.W.H., 2005, Three-dimensional numerical modeling of deltas. In: L. Giosan and J.P. Bhattacharya (Eds.) River Deltas — Concepts, Models, and Examples. SEPM Special Publication No. 83, pp. 13-30.
# Overeem, I., Syvitski, J.P.M., and Hutton, E.W.H., 2005, Three-dimensional numerical modeling of deltas. In: L. Giosan and J.P. Bhattacharya (Eds.) River Deltas — Concepts, Models, and Examples. SEPM Special Publication No. 83, pp. 13-30.
# Overeem, I., Syvitski, J.P.M., Hutton, E.W.H., and Kettner, A.J. 2005. Stratigraphic variability due to uncertainty in model boundary conditions: a case-study of the New Jersey Shelf over the last 21,000 years. Marine Geology 224: 23-41.
# Overeem, I., Syvitski, J.P.M., Hutton, E.W.H., and Kettner, A.J. 2005. Stratigraphic variability due to uncertainty in model boundary conditions: a case-study of the New Jersey Shelf over the last 21,000 years. Marine Geology 224: 23-41.


====== 2004 ======
==== 2004 ====
# Hutton, E.W.H., and Syvitski, J.P.M., 2004.  Advances in the Numerical Modeling of Sediment Failure During the Development of a Continental Margin.  Marine Geology.  203: 367-380.
# Hutton, E.W.H., and Syvitski, J.P.M., 2004.  Advances in the Numerical Modeling of Sediment Failure During the Development of a Continental Margin.  Marine Geology.  203: 367-380.
# Pratson, L., Swenson, J., Kettner, A., Fedele, J., Postma, G., Niedoroda, A., Friedrichs, C., Syvitski, J., Paola, C., Steckler, M., Hutton, E., Reed, C., Van Dijk, M., and Das, H. (2004).  Modeling Continental Shelf Formation in the Adriatic Sea and Elsewhere. Oceanography.  Vol 17, No. 4, pp. 118-131.
# Pratson, L., Swenson, J., Kettner, A., Fedele, J., Postma, G., Niedoroda, A., Friedrichs, C., Syvitski, J., Paola, C., Steckler, M., Hutton, E., Reed, C., Van Dijk, M., and Das, H. (2004).  Modeling Continental Shelf Formation in the Adriatic Sea and Elsewhere. Oceanography.  Vol 17, No. 4, pp. 118-131.


====== 2003 ======
==== 2003 ====
# Syvitski, J.P.M. and Hutton E.W.H., 2003.  Failure of marine deposits and their redistribution by sediment gravity flows.  Pure and Applied Geophysics. Vol. 160, No. 10-11, pp. 2053-2069.
# Syvitski, J.P.M. and Hutton E.W.H., 2003.  Failure of marine deposits and their redistribution by sediment gravity flows.  Pure and Applied Geophysics. Vol. 160, No. 10-11, pp. 2053-2069.
# Morehead, M.D., Syvitski, J.P.M., Hutton, E.W.H., and Peckham, S.D., 2003.  Modeling the inter-annual and intra-annual variability in the flux of sediment in ungauged river basins.  Global and Planetary Change.
# Morehead, M.D., Syvitski, J.P.M., Hutton, E.W.H., and Peckham, S.D., 2003.  Modeling the inter-annual and intra-annual variability in the flux of sediment in ungauged river basins.  Global and Planetary Change.


====== 2002 ======
==== 2002 ====
# Lee, H.J., Syvitski, J.P.M., Parker, G., Orange, D., Locat, J., Hutton, E.W.H., et al. (2002). Distinguishing sediment waves from slope failure deposits: field examples, including the'Humboldt slide', and modelling results. Marine Geology, 192(1), 79-104.
# Lee, H.J., Syvitski, J.P.M., Parker, G., Orange, D., Locat, J., Hutton, E.W.H., et al. (2002). Distinguishing sediment waves from slope failure deposits: field examples, including the'Humboldt slide', and modelling results. Marine Geology, 192(1), 79-104.


====== 2001 ======
==== 2001 ====
# Morehead, M.D., Syvitski, J.P., & Hutton, E.W.H. (2001). The link between abrupt climate change and basin stratigraphy: a numerical approach. Global and Planetary Change, 28(1), 107-127.
# Morehead, M.D., Syvitski, J.P., & Hutton, E.W.H. (2001). The link between abrupt climate change and basin stratigraphy: a numerical approach. Global and Planetary Change, 28(1), 107-127.
# Syvitski, J.P.M., & Hutton, E.W.H. (2001). 2D SEDFLUX 1.0 C:-an advanced process-response numerical model for the fill of marine sedimentary basins. Computers and Geosciences, 27(6), 731-753.
# Syvitski, J.P.M., & Hutton, E.W.H. (2001). 2D SEDFLUX 1.0 C:-an advanced process-response numerical model for the fill of marine sedimentary basins. Computers and Geosciences, 27(6), 731-753.
Line 125: Line 102:
# Pratson, L.F., Imran, J., Hutton, E.W.H., Parker, G., & Syvitski, J.P.M. (2001). BANG1D:-a one-dimensional, Lagrangian model of subaqueous turbid surges. Computers and Geosciences, 27(6), 701-716.
# Pratson, L.F., Imran, J., Hutton, E.W.H., Parker, G., & Syvitski, J.P.M. (2001). BANG1D:-a one-dimensional, Lagrangian model of subaqueous turbid surges. Computers and Geosciences, 27(6), 701-716.


====== 1997 ======
==== 1997 ====
# Syvitski, J.P.M., & Hutton, E.W.H. (1997). FLOC: image analysis of marine suspended particles. Computers and Geosciences, 23(9), 967-974.
# Syvitski, J.P.M., & Hutton, E.W.H. (1997). FLOC: image analysis of marine suspended particles. Computers and Geosciences, 23(9), 967-974.


====== 1996 ======
==== 1996 ====
# Syvitski, J.P.M., & Hutton, E.W.H. (1996). In situ characteristics of suspended particles as determined by the floc camera assembly FCA. Journal of Sea Research, 36(1), 131-142.
# Syvitski, J.P.M., & Hutton, E.W.H. (1996). In situ characteristics of suspended particles as determined by the floc camera assembly FCA. Journal of Sea Research, 36(1), 131-142.


===== Papers Published in Non-Refereed Conference Proceedings =====
=== Papers Published in Non-Refereed Conference Proceedings ===
# Hutton, E.W.H., Syvitski, J.P.M., and Peckham, S.D., 2010. [[Paper_Producing_CSDMS_Compliant_Code | ''Producing CSDMS-compliant Morphodynamic Code to Share with the RCEM Community'']].  In: Vionnet et al. (eds.) River, Coastal and Estuarine Morphodynamics RCEM 2009, Taylor & Francis Group, London, ISBN 978-0-415-55426-CRC Press, p. 959-962.
# Hutton, E.W.H., Pratson, L., Syvitski, J.P.M., Storms, J., 2003.  Modeling the stratigraphic development of the inner shelf environment.  ComDelta: Comparing Mediterranean and Black Sea Prodeltas.  Aix-en-Provence,  CEREGE, October 26-28, 2003, Abstract Book, p.46-47.
# Hutton, E.W.H., Pratson, L., Syvitski, J.P.M., Storms, J., 2003.  Modeling the stratigraphic development of the inner shelf environment.  ComDelta: Comparing Mediterranean and Black Sea Prodeltas.  Aix-en-Provence,  CEREGE, October 26-28, 2003, Abstract Book, p.46-47.
# Hutton, E.W.H., Pratson, L., Syvitski, J.P.M., Storms, J., 2003.  Numerical Experiments to Investigate how Processes Form Strata.  EOS Transactions, AGU, 84 (46), Fall Meeting Suppl., Abstract, p. F842.
# Hutton, E.W.H., Pratson, L., Syvitski, J.P.M., Storms, J., 2003.  Numerical Experiments to Investigate how Processes Form Strata.  EOS Transactions, AGU, 84 (46), Fall Meeting Suppl., Abstract, p. F842.
Line 138: Line 116:
# Hutton, E.W.H., Syvitski, J.P.M., and Kubo, Y., 2005.  The Numerical Modeling of River Deltas.  In: Chen, Z., Saito, Y., and Goodbred, S., (Eds.) 2005.  Mega-deltas of Asia-Geological Evolution and Human Impact.  APN conference proceedings, China Ocean Press, Bejing, pp. 255-261.
# Hutton, E.W.H., Syvitski, J.P.M., and Kubo, Y., 2005.  The Numerical Modeling of River Deltas.  In: Chen, Z., Saito, Y., and Goodbred, S., (Eds.) 2005.  Mega-deltas of Asia-Geological Evolution and Human Impact.  APN conference proceedings, China Ocean Press, Bejing, pp. 255-261.


===== Abstracts =====
=== Abstracts ===
# Hutton, E.W.H., and Syvitski, J.P.M., 2005, The impact of alongshore transport sources in modeling nearshore sediment dynamics: Application to Adriatic and Gulf of Lions type environments. Joint EuroSTRATAFORM/PROMESS 1 Conference, Salamanca, Oct. 24-27, Programme & Abstracts pg. 54.
# James P.M. Syvitski, J.P.M., Kettner, and Hutton, E.W.H., 2010. [[Abstract_WPC_2010_a | ''Hyperpycnal Current-Sensitive Continental Margins'']], Western Pacific Conference, Taiwan.
# Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H. and Kettner, A.J., 2005, Modeling of evolution of transgressive sediments on the northern Adriatic Sea after the Last Glacial Maximum. Joint EuroSTRATAFORM/PROMESS 1 Conference, Salamanca, Oct. 24-27, Programme & Abstracts pg. 88.
# James P.M. Syvitski, J.P.M., Kettner, and Hutton, E.W.H., 2010. [[Abstract_WPC_2010_b | ''Observing Coastal-Resuspension associated with Tropical Cyclones'']], Western Pacific Conference, Taiwan.
# Syvitski, J.P.M., Hutton, E.W.H., and Vörösmarty, C.J., 2005, The Mississippi Delta in the light of hurricane Katrina. EOS Transactions, AGU, 86(52), Abstract H42C-02
# James P.M. Syvitski, J.P.M., Kettner, A.J., Overeen, I., Hutton, E.W.H., and Hannon M.T., 2010.  [[Abstract_AAPG_2010 | ''Human and Natural Controls on a Delta’s Surface Elevation Relative to Local Mean Sea Level'']], AAPG New Orleans.
# Syvitski, J.P.M., Hutton, E.W.H., Kubo, Y., and Overeem, I., 2006, Integrating Field Data into Numerical Surface Dynamic Predictions.
# Peckham, S.D., Hutton, E.W.H.,  and Syvitski, J.P.M., 2009. [[Abstract_IAMG_2009 | ''The CSDMS project and submission standards for model source code'']], IAMG Stanford, August 23-29.
# Overeem, I., Storms, J., Hutton, E.W.H., 2004.  High-Magnitude Low-Frequency Events in Stratigraphic Models.  IGC Meeting, Florence, Italy.  20-27 Aug, 2004.
# Syvitski, JPM, E.W.H. Hutton, A.J. Kettner, Milliman, J.D., 2009. [[Abstract_UCSB_2009 | ''Hyperpycnal flows and the generation of continental shelf-traversing turbidity currents'']]. Modeling Turbidity Currents and Related Gravity Flows Workshop, Santa Barbara, Jun 1-3, 2009, Univ. California, Santa Barbara.
# Kubo, Y., and Hutton, E.W.H., 2004.  Predicting the Stratigraphic Architecture of the Northern Adriatic.  EuroStratiform Meeting, Keystone, Colorado.  10-14 July, 2004.
# Peckham et al., 2008. AGU Poster???
# Kettner, A., and Hutton, E.W.H., 2004.  Rhone River Simulation: discharge and sediment load predictions of the last 100 years.  EuroStrataform Meeting, Keystone, Colorado.  10-14 July, 2004.
# Syvitski, JPM, E.W.H. Hutton, I. Overeem, A. Kettner, and S. Peckham, 2009, ''An Overview of Source to Sink Numerical Modeling Approaches & Applications'', AAPG Denver, June 7-10
# Kettner, A.J., Hutton, E.W.H., and Syvitski, J.P.M., 2004.  Simulating the impact of sediment flux on the 2003 flood event of the Rhone River on the Golf of Lions, France.  AGU Fall Meeting 2004, San Francisco.
# Hutton, E.W.H., and Syvitski, J.P.M., 2005,'' The impact of alongshore transport sources in modeling nearshore sediment dynamics: Application to Adriatic and Gulf of Lions type environments''. Joint EuroSTRATAFORM/PROMESS 1 Conference, Salamanca, Oct. 24-27, Programme & Abstracts pg. 54.
# Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H. and Kettner, A.J., 2005, ''Modeling of evolution of transgressive sediments on the northern Adriatic Sea after the Last Glacial Maximum''. Joint EuroSTRATAFORM/PROMESS 1 Conference, Salamanca, Oct. 24-27, Programme & Abstracts pg. 88.
# Syvitski, J.P.M., Hutton, E.W.H., and Vörösmarty, C.J., 2005, ''The Mississippi Delta in the light of hurricane Katrina''. EOS Transactions, AGU, 86(52), Abstract H42C-02
# Syvitski, J.P.M., Hutton, E.W.H., Kubo, Y., and Overeem, I., 2006, ''Integrating Field Data into Numerical Surface Dynamic Predictions''.
# Overeem, I., Storms, J., Hutton, E.W.H., 2004.  ''High-Magnitude Low-Frequency Events in Stratigraphic Models''.  IGC Meeting, Florence, Italy.  20-27 Aug, 2004.
# Kubo, Y., and Hutton, E.W.H., 2004.  ''Predicting the Stratigraphic Architecture of the Northern Adriatic''.  EuroStratiform Meeting, Keystone, Colorado.  10-14 July, 2004.
# Kettner, A., and Hutton, E.W.H., 2004.  ''Rhone River Simulation: discharge and sediment load predictions of the last 100 years''.  EuroStrataform Meeting, Keystone, Colorado.  10-14 July, 2004.
# Kettner, A.J., Hutton, E.W.H., and Syvitski, J.P.M., 2004.  ''Simulating the impact of sediment flux on the 2003 flood event of the Rhone River on the Golf of Lions, France''.  AGU Fall Meeting 2004, San Francisco.


===== Papers Presented at Professional Conferences But Not Published =====
=== Papers Presented at Professional Conferences But Not Published ===
# Hutton, E.W.H., and Syvitski, J.P.M., 2003.  SedFlux2D: Experimental Stratigraphy.  XES Consortium Meeting, St. Anthony Falls Laboratory, U. Minnesota, Minneapolis: Aug. 20-22, 2003.
# Hutton, E.W.H., and Syvitski, J.P.M., 2003.  SedFlux2D: Experimental Stratigraphy.  XES Consortium Meeting, St. Anthony Falls Laboratory, U. Minnesota, Minneapolis: Aug. 20-22, 2003.
<!-- -->

Latest revision as of 11:58, 2 June 2020




Eric Hutton, website username login: Huttone

Photo Hutton.jpg
Home.png
University of Colorado, INSTAAR
CSDMS
"450 UCB, 3100 Marine St., room 211"
Boulder, Colorado
80309-0450
United States
Mail.png
eric.hutton@colorado.edu

Loading map...

Member of the following CSDMS groups

  • Terrestrial Working Group
  • Coastal Working Group
  • Marine Working Group
  • Cyberinformatics and Numerics Working Group
  • River Network Modeling Initiative

Signed up for the mailing list: yes

My Notes

  1. Create a subversion repository for a new user
  2. Notes on making an IRF component
  3. Notes on how to create a CCA component
  4. Notes on installing CCA
  5. Create a component that opens and closes ports
  6. Install the CSDMS tools
  7. Refactoring a coastal evolution model into IRF

Help

Documentation:
  • User Guide
    • Create a model interface (IRF)
    • CSDMS annotations
    • Link components with the CCA ccaffe_gui
  • Administrator Guide
    • Install the CCA tools
FAQ: A collection of frequently asked questions about CSDMS
Wiki help: How to use our wiki
Contribute:

CSDMS Handbook

This is Scott Peckhams' handbook. Not mine. I'm just linking to it.

  1. The CSDMS Handbook (complete)
    1. Requirements for code contributors
    2. Object-oriented programming review

Software

  1. damian-0.1.0
  2. loc-0.1.0
  3. Sedflux3D.
  4. Isostasy2D.
  5. Squall: an adaptation of BARSIM.
  6. A revised version of Squall.
  7. Erosion1D.

Publications

Refereed Journal Articles or Chapters

In Press

Cyberinfrastructure book chapter.

  1. Hutton, E. W. H., Syvitski, J. P. M., and Watts, A. B., (in press). Isostatic Flexure of a Finite Slope Due to Sea-Level Rise and Fall. Computers & Geosciences, doi: DOI Link.
  2. Peckham, S. D., Hutton, E. W. H., and Norris, B. (in press). A Component-Based Approach to Integrated Modeling in the Geosciences: The Design of CSDMS. Computers & Geosciences, doi: [http:// DOI Link].
  3. Ashton, A. D., Hutton, E. W. H., Kettner, A. J., Xing, F., Kallumadikal, J., Neinhuis, J., Giosan, L. (in press). Progress in Coupling Models of Coastline and Fluvial Dynamics. Computers & Geosciences, doi: [http:// DOI Link].

2009

  1. Kettner, A.J., Gomez, B., Hutton, E.W.H., and Syvitski, J.P.M., (2009). Late Holocene Dispersal and Accumulation of Terrigenous Sediment on Poverty Shelf, New Zealand. Basin Research, doi: DOI Link.
  2. Syvitski, J.P.M., AJ. Kettner, MT. Hannon, EW.H. Hutton, I Overeem, G. R Brakenridge, J Day, C Vörösmarty, Y Saito, L Giosan, R J. Nicholls, 2009, Sinking deltas due to human activity, Nature Geoscience 2: 681-689, doi: DOI Link.

2008

  1. Hutton, E.W.H., & Syvitski, J.P.M. (2008). Sedflux-2.0: An advanced process-response model that generates three-dimensional stratigraphy. Computers and Geosciences, v.34 (10), pp., 1319-1337, doi: DOI Link.
  2. Jouet, G., Hutton, E.W.H., Syvitski, J.P.M., & Berne, S. (2008). Response of the Rhone Deltaic Margin to Loading and Subsidence During the Last Climatic Cycle. Computer and Geosciences, v. 34, (10) pp. 1338-1357, doi: DOI Link.

2007

  1. Syvitski, J.P.M., Pratson, L.F., Wiberg, P.L., Steckler, M.S., Garcia, M.H., Geyer, W.R., Harris, C.K., Hutton, E.W.H., Imran, J., Lee, H.J., Morehead, M.D., and Parker, G., 2007. Prediction of margin stratigraphy. In: C.A. Nittrouer, J.A. Austin, M.E. Field, J.H. Kravitz, J.P.M. Syvitski, and P.L. Wiberg (Eds.) Continental-Margin Sedimentation: From Sediment Transport to Sequence Stratigraphy. IAS Spec. Publ. No. 37: 459-530.
  2. Pratson, L.F., E.W.H. Hutton, A.J. Kettner, J.P.M. Syvitski, P.S. Hill, Douglas A.G., T.G. Milligan, 2007, The Impact of floods and storms on the acoustic reflectivity of the inner continental shelf: A modeling assessment. Continental Shelf Research. 27: 542–559, doi: DOI Link.

2006

  1. Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H., Kettner, A.J. 2006, Inverse modeling of post Last Glacial Maximum transgressive sedimentation using 2D-SedFlux: Application to the northern Adriatic Sea. Marine Geology 234: 233-243.

2005

  1. Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H., and Paola, C., 2005. Advance and application of the stratigraphic simulation model 2D-SedFlux: From tank experiment to geological scale simulation. Sedimentary Geology, v. 178, pp. 187-195.
  2. Overeem, I., Syvitski, J.P.M., and Hutton, E.W.H., 2005, Three-dimensional numerical modeling of deltas. In: L. Giosan and J.P. Bhattacharya (Eds.) River Deltas — Concepts, Models, and Examples. SEPM Special Publication No. 83, pp. 13-30.
  3. Overeem, I., Syvitski, J.P.M., Hutton, E.W.H., and Kettner, A.J. 2005. Stratigraphic variability due to uncertainty in model boundary conditions: a case-study of the New Jersey Shelf over the last 21,000 years. Marine Geology 224: 23-41.

2004

  1. Hutton, E.W.H., and Syvitski, J.P.M., 2004. Advances in the Numerical Modeling of Sediment Failure During the Development of a Continental Margin. Marine Geology. 203: 367-380.
  2. Pratson, L., Swenson, J., Kettner, A., Fedele, J., Postma, G., Niedoroda, A., Friedrichs, C., Syvitski, J., Paola, C., Steckler, M., Hutton, E., Reed, C., Van Dijk, M., and Das, H. (2004). Modeling Continental Shelf Formation in the Adriatic Sea and Elsewhere. Oceanography. Vol 17, No. 4, pp. 118-131.

2003

  1. Syvitski, J.P.M. and Hutton E.W.H., 2003. Failure of marine deposits and their redistribution by sediment gravity flows. Pure and Applied Geophysics. Vol. 160, No. 10-11, pp. 2053-2069.
  2. Morehead, M.D., Syvitski, J.P.M., Hutton, E.W.H., and Peckham, S.D., 2003. Modeling the inter-annual and intra-annual variability in the flux of sediment in ungauged river basins. Global and Planetary Change.

2002

  1. Lee, H.J., Syvitski, J.P.M., Parker, G., Orange, D., Locat, J., Hutton, E.W.H., et al. (2002). Distinguishing sediment waves from slope failure deposits: field examples, including the'Humboldt slide', and modelling results. Marine Geology, 192(1), 79-104.

2001

  1. Morehead, M.D., Syvitski, J.P., & Hutton, E.W.H. (2001). The link between abrupt climate change and basin stratigraphy: a numerical approach. Global and Planetary Change, 28(1), 107-127.
  2. Syvitski, J.P.M., & Hutton, E.W.H. (2001). 2D SEDFLUX 1.0 C:-an advanced process-response numerical model for the fill of marine sedimentary basins. Computers and Geosciences, 27(6), 731-753.
  3. Bahr, D.B., Hutton, E.W.H., Syvitski, J.P.M., & Pratson, L.F. (2001). Exponential approximations to compacted sediment porosity profiles. Computers and Geosciences, 27(6), 691-700.
  4. Pratson, L.F., Imran, J., Hutton, E.W.H., Parker, G., & Syvitski, J.P.M. (2001). BANG1D:-a one-dimensional, Lagrangian model of subaqueous turbid surges. Computers and Geosciences, 27(6), 701-716.

1997

  1. Syvitski, J.P.M., & Hutton, E.W.H. (1997). FLOC: image analysis of marine suspended particles. Computers and Geosciences, 23(9), 967-974.

1996

  1. Syvitski, J.P.M., & Hutton, E.W.H. (1996). In situ characteristics of suspended particles as determined by the floc camera assembly FCA. Journal of Sea Research, 36(1), 131-142.

Papers Published in Non-Refereed Conference Proceedings

  1. Hutton, E.W.H., Syvitski, J.P.M., and Peckham, S.D., 2010. Producing CSDMS-compliant Morphodynamic Code to Share with the RCEM Community. In: Vionnet et al. (eds.) River, Coastal and Estuarine Morphodynamics RCEM 2009, Taylor & Francis Group, London, ISBN 978-0-415-55426-CRC Press, p. 959-962.
  2. Hutton, E.W.H., Pratson, L., Syvitski, J.P.M., Storms, J., 2003. Modeling the stratigraphic development of the inner shelf environment. ComDelta: Comparing Mediterranean and Black Sea Prodeltas. Aix-en-Provence, CEREGE, October 26-28, 2003, Abstract Book, p.46-47.
  3. Hutton, E.W.H., Pratson, L., Syvitski, J.P.M., Storms, J., 2003. Numerical Experiments to Investigate how Processes Form Strata. EOS Transactions, AGU, 84 (46), Fall Meeting Suppl., Abstract, p. F842.
  4. Pratson, L., Hutton, E.W.H., Syvitski, J.P.M., Kettner, A.J., 2003. Modeling the Impact of Flood Sedimentation on the Acoustic Response of the Seabed. EOS Transactions, AGU, 84(46), Fall Meeting Suppl., Abstract, p. F854.
  5. Hutton, E.W.H., Syvitski, J.P.M., and Kubo, Y., 2005. The Numerical Modeling of River Deltas. International Conference on Deltas: Geological Modeling and Management. January 10-16, 2005, Ho Chi Minh City, p. 31.
  6. Hutton, E.W.H., Syvitski, J.P.M., and Kubo, Y., 2005. The Numerical Modeling of River Deltas. In: Chen, Z., Saito, Y., and Goodbred, S., (Eds.) 2005. Mega-deltas of Asia-Geological Evolution and Human Impact. APN conference proceedings, China Ocean Press, Bejing, pp. 255-261.

Abstracts

  1. James P.M. Syvitski, J.P.M., Kettner, and Hutton, E.W.H., 2010. Hyperpycnal Current-Sensitive Continental Margins, Western Pacific Conference, Taiwan.
  2. James P.M. Syvitski, J.P.M., Kettner, and Hutton, E.W.H., 2010. Observing Coastal-Resuspension associated with Tropical Cyclones, Western Pacific Conference, Taiwan.
  3. James P.M. Syvitski, J.P.M., Kettner, A.J., Overeen, I., Hutton, E.W.H., and Hannon M.T., 2010. Human and Natural Controls on a Delta’s Surface Elevation Relative to Local Mean Sea Level, AAPG New Orleans.
  4. Peckham, S.D., Hutton, E.W.H., and Syvitski, J.P.M., 2009. The CSDMS project and submission standards for model source code, IAMG Stanford, August 23-29.
  5. Syvitski, JPM, E.W.H. Hutton, A.J. Kettner, Milliman, J.D., 2009. Hyperpycnal flows and the generation of continental shelf-traversing turbidity currents. Modeling Turbidity Currents and Related Gravity Flows Workshop, Santa Barbara, Jun 1-3, 2009, Univ. California, Santa Barbara.
  6. Peckham et al., 2008. AGU Poster???
  7. Syvitski, JPM, E.W.H. Hutton, I. Overeem, A. Kettner, and S. Peckham, 2009, An Overview of Source to Sink Numerical Modeling Approaches & Applications, AAPG Denver, June 7-10
  8. Hutton, E.W.H., and Syvitski, J.P.M., 2005, The impact of alongshore transport sources in modeling nearshore sediment dynamics: Application to Adriatic and Gulf of Lions type environments. Joint EuroSTRATAFORM/PROMESS 1 Conference, Salamanca, Oct. 24-27, Programme & Abstracts pg. 54.
  9. Kubo, Y., Syvitski, J.P.M., Hutton, E.W.H. and Kettner, A.J., 2005, Modeling of evolution of transgressive sediments on the northern Adriatic Sea after the Last Glacial Maximum. Joint EuroSTRATAFORM/PROMESS 1 Conference, Salamanca, Oct. 24-27, Programme & Abstracts pg. 88.
  10. Syvitski, J.P.M., Hutton, E.W.H., and Vörösmarty, C.J., 2005, The Mississippi Delta in the light of hurricane Katrina. EOS Transactions, AGU, 86(52), Abstract H42C-02
  11. Syvitski, J.P.M., Hutton, E.W.H., Kubo, Y., and Overeem, I., 2006, Integrating Field Data into Numerical Surface Dynamic Predictions.
  12. Overeem, I., Storms, J., Hutton, E.W.H., 2004. High-Magnitude Low-Frequency Events in Stratigraphic Models. IGC Meeting, Florence, Italy. 20-27 Aug, 2004.
  13. Kubo, Y., and Hutton, E.W.H., 2004. Predicting the Stratigraphic Architecture of the Northern Adriatic. EuroStratiform Meeting, Keystone, Colorado. 10-14 July, 2004.
  14. Kettner, A., and Hutton, E.W.H., 2004. Rhone River Simulation: discharge and sediment load predictions of the last 100 years. EuroStrataform Meeting, Keystone, Colorado. 10-14 July, 2004.
  15. Kettner, A.J., Hutton, E.W.H., and Syvitski, J.P.M., 2004. Simulating the impact of sediment flux on the 2003 flood event of the Rhone River on the Golf of Lions, France. AGU Fall Meeting 2004, San Francisco.

Papers Presented at Professional Conferences But Not Published

  1. Hutton, E.W.H., and Syvitski, J.P.M., 2003. SedFlux2D: Experimental Stratigraphy. XES Consortium Meeting, St. Anthony Falls Laboratory, U. Minnesota, Minneapolis: Aug. 20-22, 2003.