To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Semi-Lagrangian scheme

From Wikipedia, the free encyclopedia

The Semi-Lagrangian scheme (SLS) is a numerical method that is widely used in numerical weather prediction models for the integration of the equations governing atmospheric motion. A Lagrangian description of a system (such as the atmosphere) focuses on following individual air parcels along their trajectories as opposed to the Eulerian description, which considers the rate of change of system variables fixed at a particular point in space. A semi-Lagrangian scheme uses Eulerian framework but the discrete equations come from the Lagrangian perspective.

YouTube Encyclopedic

  • 1/3
    Views:
    5 185
    390 982
    7 089
  • Subspace Fluid Re-Simulation
  • Euler's Method for Differential Equations - The Basic Idea
  • Mod-01 Lec-06 Semi empirical Mass Formula Cont..

Transcription

Some background

The Lagrangian rate of change of a quantity is given by

where can be a scalar or vector field and is the velocity field. The first term on the right-hand side of the above equation is the local or Eulerian rate of change of and the second term is often called the advection term. Note that the Lagrangian rate of change is also known as the material derivative.

It can be shown that the equations governing atmospheric motion can be written in the Lagrangian form

where the components of the vector are the (dependent) variables describing a parcel of air (such as velocity, pressure, temperature etc.) and the function represents source and/or sink terms.

In a Lagrangian scheme, individual air parcels are traced but there are clearly certain drawbacks: the number of parcels can be very large indeed and it may often happen for a large number of parcels to cluster together, leaving relatively large regions of space completely empty. Such voids can cause computational problems, e.g. when calculating spatial derivatives of various quantities. There are ways round this, such as the technique known as Smoothed Particle Hydrodynamics, where a dependent variable is expressed in non-local form, i.e. as an integral of itself times a kernel function.

Semi-Lagrangian schemes avoid the problem of having regions of space essentially free of parcels.

The Semi-Lagrangian scheme

Semi-Lagrangian schemes use a regular (Eulerian) grid, just like finite difference methods. The idea is this: at every time step the point where a parcel originated from is calculated. An interpolation scheme is then utilized to estimate the value of the dependent variable at the grid points surrounding the point where the particle originated from. The references listed contain more details on how the Semi-Lagrangian scheme is applied.

See also

External links

  • ctraj: C++ trajectory library, including semi-Lagrangian tracer codes.

References

This page was last edited on 8 August 2018, at 15:18
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.