User:WikiSysop

From CSDMS
Revision as of 09:54, 13 November 2009 by Albert (talk | contribs)

"USA" is not in the list (Afghanistan, Albania, Algeria, Andorra, Angola, Antigua and Barbuda, Argentina, Armenia, Australia, Austria, ...) of allowed values for the "Country member" property.



Albert Kettner, (he/his), website username login: WikiSysop

Upload photo
University of Colorado
INSTAAR / CSDMS-IF
Campus Box 450
(Or to visit 4001 Discovery drive)
Boulder, Colorado
80309-0450
USA"USA" is not in the list (Afghanistan, Albania, Algeria, Andorra, Angola, Antigua and Barbuda, Argentina, Armenia, Australia, Austria, ...) of allowed values for the "Country member" property.
(Office)+1 (303) 735-5486
(Fax)+1 (303) 492-6388
Kettner@colorado.edu
https://instaar.colorado.edu/people/albert-j-kettner/

Loading map...

Member of the following CSDMS groups

  • Terrestrial Working Group

Signed up for the mailing list:

CSDMS-related interest

I'm part of the CSDMS Integration Facility

List of models that do not hand out the source code


ProgramDescriptionDeveloperStatus
BITM Barrier Island Translation model Masetti, Riccardo
BTLESS Regional Ecological Model for Coastal Wetlands Reyes, Enrique
CASCADE Large scale SPM based on irregular spatial discretization Braun, Jean
CBIRM Coupled Barrier Island-Resort Model McNamara, Dylan
CELLS Landscape simulation model Sklar, Fred
CSt ASMITA Aggregate scale morphodynamic model of integrated coastal systems Niedoroda, Alan
CarboLOT Population-ecology based model of shallow-ocean benthic carbonate accumulation Jenkins, Chris
CellularFanDelta Coarse-grained delta dynamics and stratigraphy Wolinsky, Matthew
D'Alpaos model Tidal network and marsh model D'Alpaos, Andrea
DECAL Aeolian dune landscape model Baas, Andreas
Dionisos 3D basin-scale stratigraphic model Granjeon, Didier
FluidMud Wave-phase resolving numerical model for fluid mud transport Hsu, Tian-Jian
FuzzyReef Fuzzy logic model to model microbial reef development Parcell, William
GENESIS GENEralized model for SImulating Shoreline change Gravens, Mark
GPM Sedimentary process modeling software Tetzlaff, Daniel
GSSHA Coupled distributed engineering hydrology, sediment, contaminant fate/transport Ogden, Fred
Gvg3Dp 3D Numerical Simulation of Turbidity Currents Nasr Azadani, Mohamad Mehdi
HEBEM Hydrologically Enhanced Basin Evolution Model Niemann, Jeffrey
Kirwan marsh model Ecomorphoydamic model of marsh elevation and channel evolution Kirwan, Matthew
Lake-Permafrost with Subsidence 1-D lake-permafrost thermal model with subsidence. Matell, Nora
Marsh column model Simulates sediment, roots and carbon accumulating in a 1D marsh profile. Mudd, Simon
Physprop Calculates the acoustic values based on physical properties Pratson, Lincoln
QDSSM Quantitative Dynamic Sequence Stratigraphic Model Postma, George
RASCAL Landscape evolution resulting from feedback between flow, vegetation, and sediment Larsen, Laurel
RCPWAVE Regional Coastal Processes Wave Model Gravens, Mark
SBEACH Numerical Model for Simulating Storm-Induce Beach Change Gravens, Mark
SEDPAK Models the sedimentary fill of basins Kendall, Christopher
SEOM Spectral Element Ocean Model Haidvogel, Dale
SIMSAFADIM Finite element model for fluid flow, clastic, carbonate and evaporate sedimentation Bitzer, Klaus
SRH-1D One-dimensional cross section based hydraulic and mobile-bed sediment transport model Greimann, Blair
SedPlume SedPlume simulates glacial meltwater plume dynamics and sedimentation. Mugford, Ruth
Shoreline Coastal evolution model Peckham, Scott
SimClast basin-scale 3D stratigraphic model Dalman, Rory
Spbgc 2D Numerical Simulation of Turbidity Currents Borden, Zachary
TOPMODEL Physically based, distributed watershed model that simulates hydrologic fluxes of water through a watershed Beven, Keith *
TUGS Fluvial gravel and sand transport model Cui, Yantao
TreeThrow Sediment transport by tree throw on hillslopes Kirwan, Matthew
WASH123D Watershed Model, River Hydraulics, Overland Flow, Subsurface Flow, Sediment Transport, Water Quality Transport Yeh, Gour-Tsyh (George)
WEPP Process-based soil erosion by water at field/farm scale Flanagan, Dennis
WWTM The WWTM (Wind Wave Tidal Model) has been developed to describe hydrodynamic and wind-wave generation and propagation within shallow tidal environments Carniello, Luca

How to Wiki tips

Modify "Log in / create account"

If you want to modify the upper right corner wiki message 'Log in / create account', modify the following file MediaWiki:Nav-login-createaccount. Be aware that for other languages than English this message is not modified.

Remove "discussion tab"

Notice: Discussion tab is made active again on this wiki!

This is a nasty way to remove the discussion tab:
Open \includes\SkinTemplate.php file and look for:

$content_actions[’talk’] = $this->tabAction(
$this->mTitle->getTalkPage(),
‘talk’,
$this->mTitle->isTalkPage(),
,
true);

and change that to:

/*
$content_actions[’talk’] = $this->tabAction(
$this->mTitle->getTalkPage(),
‘talk’,
$this->mTitle->isTalkPage(),
”,
true);
*/