MM5 (weather model)

The MM5 (short for Fifth-Generation Penn State/NCAR Mesoscale Model) is a regional mesoscale model used for creating weather forecasts and climate projections. It is a community model maintained by Penn State University and the National Center for Atmospheric Research. The MM5 is a limited-area, terrain-following sigma coordinate model that is used to replicate or forecast mesoscale and regional scale atmospheric circulation.[1] The model can be either hydrostatic or non-hyrdrostatic, depending on the desired outcome. The fact that the model is regional implies that it requires initial conditions and lateral boundary conditions. This means that each boundary (there are four) has initialized wind speeds, temperatures, pressure and moisture fields.[2] Thus, gridded data is needed for this program. This model takes and then analyzes its data based on pressure surfaces. However, these surfaces must first be interpolated by a specific vertical coordinate before it can be analyzed.[3] This vertical coordinate, sigma, is computed and then used throughout the program. Sigma is defined as: Sigma = (p-pt)/p*, p* = ps-pt, Where p is pressure, ps is surface pressure, and pt is the pressure at the top of the model.[4] When sigma is close to the ground, the program follows the actual terrain, but when sigma is higher up, the program looks at isobaric surfaces. Sigma ranges from 0 to 1.[5]

Features

The features of the modeling system are as follows: MM5 is globally relocateable, which helps support different latitudes, terrain types, elevations, soil types, etc .[6] It has adaptable and multiple nesting capabilities, which allows multiple programs to run at once, while utilizing 2-way nesting. MM5 features inputs from actual data, which is helpful because routine observations can be used. Then, data can be compared and used in context with other models.[7] MM5 also features terrain-following vertical coordinates and four-dimensional data assimilation (FDDA) .[8] FDDA is used when there is a lot of data that was taken over a longer period of time and that data needs to be placed into the model. It is also utilized for dynamical initialization and four-dimensional data sets.[9] Most importantly, MM5 is well documented and has many places for user support.

Functions

There are many pieces of the MM5 modeling system, each with different functions. These functions include: TERRAIN, REGRID, LITTLE_R, NESTDOWN, INTERPF, INTERPB, and GRAPH/RIP. The model first uses TERRAIN, which will generate the grids of land, the terrain on it and the land use. It can also create images of the soil and the vegetation that exists on that piece of land.[10] TERRAIN helps the user decide where to place the grid, to choose the size of the grid, and to choose its resolution.[11] It then uses REGRID, which creates pressure-level fields onto some of the grids from a different model.[12] Therefore, REGRID takes the grid that was created in TERRAIN and produces the meteorological fields. Also, it is where the user determines the time frame of the circumstance.[13] The model then uses RAWINS or LITTLE_R, which combines the guesses of the pressure with surface observations, and then creates an objective analysis.[14] RAWINS is an older version of LITTLE_R and thus LITTLE_R is more commonly used. Then INTERPF takes that data from RAWINS/LITTLE_R and REGRID to interpolate that data to the sigma coordinate explained above.[15] MM5 itself computes the time combination. The NESTDOWN function has the ability to change the vertical sigma levels. INTERPB generates the first guess for RAWINS, as well as gathers the files used to make guesses for REGRID. Finally, GRAPH/RIP generates the plots that users can view from all of the data given from the other programs.[16] RIP stands for Read/Interpolate/Plot, and it uses NCAR Graphics to help envisage the output from the MM5.[17]

Maps

Once all the data is assimilated, it is projected onto different types of maps: Lambert Conformal, Polar Stereographic, or Mercator. Lambert Conformal is used for the middle latitudes, Polar Stereographic is used when looking at high altitudes, and Mercator is then used for low latitudes.[18] X and Y directions in the model do not line up with the east-west or north-south directions (except for Mercator). When looking at the wind direction, this needs to be accounted for by switching the directions accordingly.[19] The maps also need to be scaled to have an appropriate viewing effect. The map scale function, denoted by m, is: m = (distance on grid)/ (actual distance on earth) .[20] The wind directions, along with the map scale function must be used in the model equations when horizontal gradients are used.[21]


Memory and Code Basics

MM5 is written in FORTRAN, formula translation. These FORTRAN programs must be compiled on a local computer, and some need to be recompiled each time a model configuration is changed.[22] The program uses pointers to assign variables to values. These pointers go into parts of the memory to assign specific values to the desired variables.[23] MM5 can also perform multiple tasks at once. Specifically, two different tasks can be executed on different processors simultaneously and MM5 uses this as much as possible.[24] This multi-tasking also uses nesting, and MM5 allows up to nine domains running at the same time and they interact throughout the whole process .[25] The model utilizes two-way nesting, which occurs when the input from one nest’s coarse mesh comes from one of the four boundaries, but the feedback to the coarser mesh happens through the nest interior.[26] Each domain gathers information from its parent domain each timestep, then it runs three timesteps, and then delivers the information back to its parent domain.[27] There are three different ways to do two-way nesting: Nest interpolation, nest analysis input, and nest terrain input.[28] Interpolation occurs when the terrain is smooth, such as water. There is no input that is required for this type of two-way nesting. Nest input requires a file called MMINPUT, and that file contains the meteorological and the terrain information so that initially, a better analysis can be done. Finally terrain input requires a TERRAIN file. Then the meteorological fields are interpolated.[29] When multi-tasking occurs, the variables must be marked as either shared or private. Shared implies that the processors all have access to the same part of memory, while private implies that each processor must have its own private copy of an array with its personal memory location.[30] The multi-tasking occurs specifically in the subroutines Solve1, Solve3, and Sound.


Requirements

MM5 can be run in many different ways, depending on the computer. The model can be run on a single processor computer, shared memory architecture or distributed memory architecture.[31] It can be run on many different platforms as well such as IBM, SGI origin 200/2000, CRAYs (J90, C90, T3E), DEC_Alphas, Alphas running Linux, Sun, and more.[32] The computer it is run on must have a Fortran 90 and 77 compilers and a C compiler.[33] Additionally, it can have NCAR graphics and MPI tools for running the MPI MM5 model.[34]However, this is not necessary. The MM5 model takes up at least half a gigabyte of memory and a few gigabytes of disk space.[35]

Source Code

The MM5 code itself has over 220 subroutines, with more than 55,000 lines of code.[36] It uses Standard Fortran 77 with “Cray” pointers. A list of the subroutines of all of the functions within the MM5, with a short description and the routines that are called within it can be found here. [37]

Use

The MM5 has been adapted for use in many different types of atmospheric simulations:

Developments and Improvements

MM5 is constantly updating and improving its algorithms and software. Specifically, TERRAIN’s latest update uses USGS global 30 sec terrain elevation data, which looks at the entire world, where before was only used in the continental United States.[45] This new update also allows for a better quality terrain image that can be used in MM5. REGRID’s improvement makes it simpler for it’s users to input the data and it also is more portable.[46] LIITLE_R was developed in 2001 to replace RAWINS. LITTLE_R’s improvement again makes it easier for users to input data.[47]

References

  1. http://www2.mmm.ucar.edu/mm5/overview.html
  2. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  3. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  4. http://www2.mmm.ucar.edu/mm5/documents/mm5-code-pdf/sec1.pdf
  5. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  6. http://www2.mmm.ucar.edu/mm5/overviewFeatures.html
  7. http://www2.mmm.ucar.edu/mm5/overviewFeatures.html
  8. http://www2.mmm.ucar.edu/mm5/overviewFeatures.html
  9. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  10. http://www2.mmm.ucar.edu/mm5/overviewProgram.html
  11. http://www2.mmm.ucar.edu/mm5/On-Line-Tutorial/terrain/terrain.html
  12. http://www2.mmm.ucar.edu/mm5/overviewProgram.html
  13. http://www2.mmm.ucar.edu/mm5/On-Line-Tutorial/regrid/regrid.html
  14. http://www2.mmm.ucar.edu/mm5/On-Line-Tutorial/little_r/little_r.html
  15. http://www2.mmm.ucar.edu/mm5/overviewProgram.html
  16. http://www2.mmm.ucar.edu/mm5/overviewProgram.html
  17. http://www2.mmm.ucar.edu/mm5/On-Line-Tutorial/rip/rip.html
  18. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  19. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  20. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  21. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  22. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/START/start.htm
  23. http://www2.mmm.ucar.edu/mm5/documents/mm5-code-pdf/sec2.pdf
  24. http://www2.mmm.ucar.edu/mm5/documents/mm5-code-pdf/sec2.pdf
  25. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  26. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  27. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  28. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  29. http://www2.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/INTRO/intro.htm
  30. http://www2.mmm.ucar.edu/mm5/documents/mm5-code-pdf/sec2.pdf
  31. ww2.mmm.ucar.edu
  32. ww2.mmm.ucar.edu
  33. ww2.mmm.ucar.edu
  34. ww2.mmm.ucar.edu
  35. ww2.mmm.ucar.edu
  36. ww2.mmm.ucar.edu
  37. http://www2.mmm.ucar.edu/mm5/documents/mm5-code-pdf/sec5.pdf
  38. http://cheget.msrc.sunysb.edu/html/alt_mm5.cgi
  39. http://www.atmos.umd.edu/~mm5
  40. http://helios.aos.wisc.edu
  41. http://moe.met.fsu.edu/mm5
  42. http://met.psu.edu/tropical/charm
  43. http://www.atmos.washington.edu/~salathe/reg_climate_mod/ECHAM-MM5
  44. http://polarmet.mps.ohio-state.edu/PolarMet/pmm5.html
  45. http://www2.mmm.ucar.edu/mm5/overviewRecent.html
  46. http://www2.mmm.ucar.edu/mm5/overviewRecent.html
  47. http://www2.mmm.ucar.edu/mm5/overviewRecent.html

See also

External links


This article is issued from Wikipedia - version of the 11/10/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.