User:WikiSysop: Difference between revisions
From CSDMS
m added list of models of which we don't have the source code |
|||
Line 20: | Line 20: | ||
|How did you learn about CSDMS member=-- | |How did you learn about CSDMS member=-- | ||
}} | }} | ||
=List of models that do not hand out the source code= | |||
<table {{Prettytable}} class = "wikitable sortable" cellspacing="0" cellpadding="0" style="margin:0em 0em 0em 0;"> | |||
<tr><th>Program</th><th>Description</th><th>Developer</th><th>Status</th></tr> | |||
{{#ask: [[Model:+]] [[Category:Source code not available]] | |||
| ?One-line model description | |||
| ?Last name | |||
| ?First name | |||
| ?Source code availability | |||
| ?Code IRF or not | |||
| limit=5000 | |||
| template=Set model availability | |||
| format=template | |||
}}</table> | |||
=How to Wiki tips= | =How to Wiki tips= | ||
== Modify "Log in / create account" == | == Modify "Log in / create account" == |
Revision as of 14:07, 9 November 2009
"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
![]() |
|
Member of the following CSDMS groups
- Terrestrial Working Group
Signed up for the mailing list:
I'm part of the CSDMS Integration Facility
List of models that do not hand out the source code
Program | Description | Developer | Status |
---|---|---|---|
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);
*/