Quantitative Modeling of Earth Surface Processes: Difference between revisions

From CSDMS
(Created page with '=== Quantitative Modeling of Earth Surface Processes === 300px | right ''By: Pelletier, Jon D.'' Quantitative Modeling of Earth Surface Processes, …')
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 6: Line 6:


Appendix 1: Codes for solving the diffusion equation
Appendix 1: Codes for solving the diffusion equation
* FTCS2D: Forward Time Centered Space (FTCS) method for 2D diffusion equation ([http://csdms.colorado.edu/pub/models/ftcs2d Source], [http://csdms.colorado.edu/svn/ftcs2d SVN], [[Model:FTCS2D | Metadata]])
* FTCS2D: Forward Time Centered Space (FTCS) method for 2D diffusion equation ([https://github.com/csdms-contrib/ftcs2d Source], [[Model:FTCS2D | Metadata]])
** FTCS2D-TerraceDiffusion: Forward Time Centered Space (FTCS) method for 2D Terrace diffusion ([http://csdms.colorado.edu/pub/models/ftcs2d-terracediffusion Source], [http://csdms.colorado.edu/svn/ftcs2d-terracediffusion SVN], [[Model:FTCS2D-TerraceDiffusion | Metadata]])
** FTCS2D-TerraceDiffusion: Forward Time Centered Space (FTCS) method for 2D Terrace diffusion ([https://github.com/csdms-contrib/ftcs2d-terracediffusion Source], [[Model:FTCS2D-TerraceDiffusion | Metadata]])
* FTCS1D-NonLinear: Forward Time Centered Space (FTCS) method for 1D non-linear diffusion equation ([http://csdms.colorado.edu/pub/models/ftcs1d-nonlinear Source], [http://csdms.colorado.edu/svn/ftcs1d-nonlinear SVN], [[Model:FTCS1D-NonLinear | Metadata]])
* FTCS1D-NonLinear: Forward Time Centered Space (FTCS) method for 1D non-linear diffusion equation ([https://github.com/csdms-contrib/ftcs1d-nonlinear Source], [[Model:FTCS1D-NonLinear | Metadata]])
* ADI-2D: Advection diffusion implicit (ADI) method for solving 2D diffusion equation ([http://csdms.colorado.edu/pub/models/adi-2d Source], [http://csdms.colorado.edu/svn/adi-2d SVN], [[Model:ADI-2D | Metadata]])
* ADI-2D: Advection diffusion implicit (ADI) method for solving 2D diffusion equation ([https://github.com/csdms-contrib/adi-2d Source], [[Model:ADI-2D | Metadata]])
* Fourier-Bessel Integration: Numerical Integration of Fourier-Bessel terms ([http://csdms.colorado.edu/pub/models/fourier-bessel-integration Source], [http://csdms.colorado.edu/svn/fourier-bessel-integration SVN], [[Model:Fourier-Bessel_integration | Metadata]])
* Fourier-Bessel Integration: Numerical Integration of Fourier-Bessel terms ([https://github.com/csdms-contrib/fourier-bessel-integration Source], [[Model:Fourier-Bessel-integration | Metadata]])


Appendix 2: Codes for flow routing
Appendix 2: Codes for flow routing
* FillinPitsFlatsDEM: Filling in pits and flats in a DEM ([http://csdms.colorado.edu/pub/models/fillinpitsflatsdem Source], [http://csdms.colorado.edu/svn/fillinpitsflatsdem SVN], [[Model:FillinPitsFlatsDEM | Metadata]])
* FillinPitsFlatsDEM: Filling in pits and flats in a DEM ([https://github.com/csdms-contrib/fillinpitsflatsdem Source], [[Model:FillinPitsFlatsDEM | Metadata]])
* MFDrouting: MFD flow routing method ([http://csdms.colorado.edu/pub/models/mfdrouting Source], [http://csdms.colorado.edu/svn/mfdrouting SVN], [[Model:MFDrouting | Metadata]])
* MFDrouting: MFD flow routing method ([https://github.com/csdms-contrib/mfdrouting Source]], [[Model:MFDrouting | Metadata]])
* MFDrouting-Successive: Successive flow routing with MFD method ([http://csdms.colorado.edu/pub/models/mfdrouting-successive Source], [http://csdms.colorado.edu/svn/mfdrouting-successive SVN], [[Model:MFDrouting-Successive | Metadata]])
* MFDrouting-Successive: Successive flow routing with MFD method ([https://github.com/csdms-contrib/mfdrouting-successive Source], [[Model:MFDrouting-Successive | Metadata]])


Appendix 3: Codes for solving the advection equation
Appendix 3: Codes for solving the advection equation
* Coupled1D: Coupled 1D bedrock-alluvial channel evolution ([http://csdms.colorado.edu/pub/models/coupled1d Source], [http://csdms.colorado.edu/svn/coupled1d SVN], [[Model:Coupled1D | Metadata]])
* Coupled1D: Coupled 1D bedrock-alluvial channel evolution ([https://github.com/csdms-contrib/coupled1d Source], [[Model:Coupled1D | Metadata]])
* StreamPower: Modeling the development of topographic steady state in the stream-power model ([http://csdms.colorado.edu/pub/models/streampower Source], [http://csdms.colorado.edu/svn/streampower SVN], [[Model:StreamPower | Metadata]])
* StreamPower: Modeling the development of topographic steady state in the stream-power model ([https://github.com/csdms-contrib/streampower Source], [[Model:StreamPower | Metadata]])
* Bedrock Erosion Model: Knickpoint propagation in the 2D sediment-flux-driven bedrock erosion model ([http://csdms.colorado.edu/pub/models/bedrock-erosion-model Source], [http://csdms.colorado.edu/svn/bedrock_erosion_model SVN], [[Model:Bedrock Erosion Model | Metadata]])
* Bedrock Erosion Model: Knickpoint propagation in the 2D sediment-flux-driven bedrock erosion model ([https://github.com/csdms-contrib/bedrock_erosion_model Source], [[Model:Bedrock Erosion Model | Metadata]])


Appendix 4: Codes for solving the flexure equation
Appendix 4: Codes for solving the flexure equation
* Flex1D: Fourier filtering in 1D ([http://csdms.colorado.edu/pub/models/flex1d Source], [http://csdms.colorado.edu/svn/flex1d SVN], [[Model:Flex1D | Metadata]])
* Flex1D: Fourier filtering in 1D ([https://github.com/csdms-contrib/flex1d Source], [[Model:Flex1D | Metadata]])
* Flex2D: Fourier filtering in 2D ([http://csdms.colorado.edu/pub/models/flex2d Source], [http://csdms.colorado.edu/svn/flex2d SVN], [[Model:Flex2D | Metadata]])
* Flex2D: Fourier filtering in 2D ([https://github.com/csdms-contrib/flex2d Source], [[Model:Flex2D | Metadata]])
* Flex2D-ADI: ADI technique applied to glacial isostatic response modeling ([http://csdms.colorado.edu/pub/models/flex2d-adi Source], [http://csdms.colorado.edu/svn/flex2d-adi SVN], [[Model:Flex2D-ADI | Metadata]])
* Flex2D-ADI: ADI technique applied to glacial isostatic response modeling ([https://github.com/csdms-contrib/flex2d-adi Source], [[Model:Flex2D-ADI | Metadata]])


Appendix 5: Codes for modeling non-Newtonian flows
Appendix 5: Codes for modeling non-Newtonian flows
* LavaFlow2D: 2D radially symmetric lava flow simulation ([http://csdms.colorado.edu/pub/models/lavaflow2d Source], [http://csdms.colorado.edu/svn/lavaflow2d SVN], [[Model:LavaFlow2D | Metadata]])
* LavaFlow2D: 2D radially symmetric lava flow simulation ([https://github.com/csdms-contrib/lavaflow2d Source], [[Model:LavaFlow2D | Metadata]])
* Ice-sheet / Glacier reconstruction: Sandpile method for ice-sheet and glacier reconstruction ([http://csdms.colorado.edu/pub/models/ice-sheet-glacier-reconstruction Source], [http://csdms.colorado.edu/svn/ice-sheet-glacier-reconstruction SVN], [[Model:Ice-sheet / Glacier reconstruction | Metadata]])
* Ice-sheet / Glacier reconstruction: Sandpile method for ice-sheet and glacier reconstruction ([https://github.com/csdms-contrib/ice-sheet-glacier-reconstruction Source], [[Model:Ice-sheet-Glacier-reconstruction | Metadata]])


Appendix 6: Codes for modeling instabilities
Appendix 6: Codes for modeling instabilities
* Eolian Dune Model: Werner's eolian dune model ([http://csdms.colorado.edu/pub/models/werners-eolian-dune-model Source], [http://csdms.colorado.edu/svn/werners-eolian-dune SVN], [[Model:Eolian Dune Model | Metadata]])
* Eolian Dune Model: Werner's eolian dune model ([https://github.com/csdms-contrib/eolian_dune_model Source], [[Model:Eolian Dune Model | Metadata]])
* ChannelOscillation: Oscillations in arid alluvial channels ([http://csdms.colorado.edu/pub/models/channel-oscillation Source], [http://csdms.colorado.edu/svn/channel-oscillation SVN], [[Model:ChannelOscillation | Metadata]])
* Channel-Oscillation: Oscillations in arid alluvial channels ([https://github.com/csdms-contrib/channel-oscillation Source], [[Model:Channel-Oscillation | Metadata]])
* Spirals1D: 1D model of spiral troughs on Mars ([http://csdms.colorado.edu/pub/models/spirals1d Source], [http://csdms.colorado.edu/svn/spirals1d SVN], [[Model:Spirals1D | Metadata]])
* Spirals1D: 1D model of spiral troughs on Mars ([https://github.com/csdms-contrib/spirals1d Source], [[Model:Spirals1D | Metadata]])


Appendix 7: Codes for modeling stochastic processes
Appendix 7: Codes for modeling stochastic processes
* Fractional-noise generation with Fourier-filtering method
* Fractional-noise generation with Fourier-filtering method
** FractionalNoises1D: 1D fractional-noise generation with Fourier-filtering method ([http://csdms.colorado.edu/pub/models/fractionalnoises1d Source], [http://csdms.colorado.edu/svn/fractionalnoises1d SVN], [[Model:FractionalNoises1D | Metadata]])
** FractionalNoises1D: 1D fractional-noise generation with Fourier-filtering method ([https://github.com/csdms-contrib/fractionalnoises1d Source], [[Model:FractionalNoises1D | Metadata]])
** FractionalNoises2D: 2D Gaussian fractional-noise generation with Fourier-filtering method ([http://csdms.colorado.edu/pub/models/fractionalnoises2d Source], [http://csdms.colorado.edu/svn/fractionalnoises2d SVN], [[Model:FractionalNoises2D | Metadata]])
** FractionalNoises2D: 2D Gaussian fractional-noise generation with Fourier-filtering method ([https://github.com/csdms-contrib/fractionalnoises2d Source], [[Model:FractionalNoises2D | Metadata]])
* Iceages: Stochastic model of Pleistocene ice ages ([http://csdms.colorado.edu/pub/models/iceages Source], [http://csdms.colorado.edu/svn/iceages SVN], [[Model:Iceages | Metadata]])
* Iceages: Stochastic model of Pleistocene ice ages ([https://github.com/csdms-contrib/iceages Source], [[Model:Iceages | Metadata]])

Latest revision as of 10:06, 26 February 2015

Quantitative Modeling of Earth Surface Processes

Pelletier Book.jpg

By: Pelletier, Jon D.

Quantitative Modeling of Earth Surface Processes, by Jon D. Pelletier. Cambridge: Cambridge University Press, 2008. ISBN: 9780521855976 (Cambridge University Press)

Appendix 1: Codes for solving the diffusion equation

  • FTCS2D: Forward Time Centered Space (FTCS) method for 2D diffusion equation (Source, Metadata)
    • FTCS2D-TerraceDiffusion: Forward Time Centered Space (FTCS) method for 2D Terrace diffusion (Source, Metadata)
  • FTCS1D-NonLinear: Forward Time Centered Space (FTCS) method for 1D non-linear diffusion equation (Source, Metadata)
  • ADI-2D: Advection diffusion implicit (ADI) method for solving 2D diffusion equation (Source, Metadata)
  • Fourier-Bessel Integration: Numerical Integration of Fourier-Bessel terms (Source, Metadata)

Appendix 2: Codes for flow routing

Appendix 3: Codes for solving the advection equation

  • Coupled1D: Coupled 1D bedrock-alluvial channel evolution (Source, Metadata)
  • StreamPower: Modeling the development of topographic steady state in the stream-power model (Source, Metadata)
  • Bedrock Erosion Model: Knickpoint propagation in the 2D sediment-flux-driven bedrock erosion model (Source, Metadata)

Appendix 4: Codes for solving the flexure equation

Appendix 5: Codes for modeling non-Newtonian flows

  • LavaFlow2D: 2D radially symmetric lava flow simulation (Source, Metadata)
  • Ice-sheet / Glacier reconstruction: Sandpile method for ice-sheet and glacier reconstruction (Source, Metadata)

Appendix 6: Codes for modeling instabilities

Appendix 7: Codes for modeling stochastic processes

  • Fractional-noise generation with Fourier-filtering method
    • FractionalNoises1D: 1D fractional-noise generation with Fourier-filtering method (Source, Metadata)
    • FractionalNoises2D: 2D Gaussian fractional-noise generation with Fourier-filtering method (Source, Metadata)
  • Iceages: Stochastic model of Pleistocene ice ages (Source, Metadata)