Changes between Version 4 and Version 5 of ToolsAndUtilities/Lampos
- Timestamp:
- 07/01/16 14:11:26 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToolsAndUtilities/Lampos
v4 v5 5 5 The LAMPOS tool was developed at the Met Office and is used in positioning and defining a limited area domain. The user draws the limited area on a map, and the program calculates the position of the corners and the rotated pole. 6 6 7 The current version is 3.2A and this deals with both the old and new dynamics. This has been upgraded to include the latest grid rotation code from UM6.1. An over view of the tool can be found in the user guide.7 The current version is 4.2A and this deals with both the old and new dynamics. 8 8 9 9 The LAMPOS tool is also available on [wiki:PumaService PUMA]: simply type `lampos`. 10 10 11 11 12 12 13 == Installation == 13 The Lampos tool requires [http://www.tcl.tk Tcl] version 8 and [http://www.perl.org perl]. Download the Lampos distribution and put this in your home directory. 14 Create a file called 'lampos' and add the following, 15 {{{ 16 #! /bin/sh 17 exec /usr/bin/wish -f /home/umui/lamposvn4.2/lampos.tcl 18 }}} 14 19 15 Type: 16 {{{ 17 tar - xvf lampos.tar 18 }}} 19 This will create a directory called `lampos` in your home directory. Next, add the following line to your .kshrc file: 20 {{{ 21 alias lampos='$HOME/lampos/lampos' 22 }}} 23 and execute this. 20 Make the script executable and put it in a directory on PUMA where it can be found in your PATH. 24 21 25 22 Then simply type `lampos` to run the tool.