home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_apps / wx60win.arj / WX-DOCS.COM (.txt) < prev    next >
Encoding:
Graham's TXT2COM  |  1990-08-14  |  12.3 KB  |  274 lines

  1.  
  2.                              WEATHER - Version 6.0
  3.  
  4.  
  5.                     For The DOS Family Of PC's & Compatibles
  6.  
  7.  
  8.  
  9.                                  ~~~~~~~~~~~~
  10.  
  11.  
  12.  
  13. by:  Phil Baughn
  14.  
  15.               Distributed Through:  The Mailroom RBBS-PC
  16.                                     121 Prosperous Place; Suite 6B
  17.                                     Lexington, KY  40509
  18.  
  19.                                     Data : (606)263-1234
  20.                                     Voice: (606)263-2737
  21.  
  22.                                     CompuServe User #:
  23.                                     [   76044,1535   ]
  24.  
  25.  
  26.  
  27.  
  28.                                  ~~~~~Index~~~~~
  29.  
  30.  
  31.                                 Shareware Notice
  32.  
  33.                          Whats New?  [ With version 6.0 ]
  34.  
  35.                        What Was New?   [ With version 5.1 ]
  36.  
  37.                       Whats Included In The Program Package?
  38.  
  39.                          Brief Description Of Each Module
  40.  
  41.                                         : Forecasting
  42.                                         : Wind Chill
  43.                                         :Temp-Humidity Index
  44.                                         : Heat Index
  45.                                         :Dew Point
  46.  
  47.                           Practical Usage Of Each Module
  48.  
  49.                                         : Forecasting
  50.                                         : Wind Chill
  51.                                         :Temp-Humidity Index
  52.                                         : Heat Index
  53.                                         :Dew Point
  54.  
  55.                                Future Directions...
  56.  
  57.  
  58.                                ~~~~~~~~~~~~~~~~~~~~
  59.  
  60.  
  61. ShareWare...
  62.  
  63. This program is distributed as ShareWare.  You may fell free to copy and
  64. revise it as you like as long as you do not  remove  or alter any of the
  65. credit information located in lines 1-200  and  elsewhere in the program.
  66.  
  67. We request you keep us informed if you modify and improve this program, and
  68. that you consider membership to our BBS, online since 1982, if you enjoy
  69. this and our other weather related programs.
  70.  
  71. You are welcome to revise, add and make improvements to this program. If
  72. you find that you have made some  significant improvements and additions
  73. to this package, please upload them to my attention either at The Mailroom
  74. RBBS or to Compuserve; User # 76044,1535.
  75.  
  76.  
  77.  
  78.                                 ~~~~~~~~~~~~~~~~~~~
  79.  
  80.  
  81. Whats New With This Version, 6.0, Released August, 1990...
  82.  
  83.      - Fixed the wind chill bug affecting low temperatures with winds
  84.        of less than 4 MPH.
  85.  
  86.      - Changed to structured code; Hey, all the others always were, and
  87.        when this was first written in the early 80's there was no such
  88.        thing as QuickBasic, from Microsoft.
  89.  
  90.      - Added more error traping to the Forecasting module to forgive
  91.        typos and reprompt immediately.
  92.  
  93.      - Added some help lines to better prompt for the type of response
  94.        expected, ie- Valid entries are:  N NE E SE ...  This had become
  95.        mandatory as many BBS's now run this package as a door and most
  96.        BBS users don't seen to download and review the users docs for
  97.        the doors, they just plunge in.
  98.  
  99.      - Other misc. housekeeping on the existing modules.
  100.  
  101. What Was New With The Previous Version, 5.1, Released January, 1987...
  102.  
  103.      - Caps & Num Locks are now 'poked' on eliminating possible errors.
  104.  
  105.      - Code for the program to run properly on MONO monitors and cards
  106.        has been added by John Fleming of Detroit.  User now asked whether
  107.        using a color monitor or not and adjustments made accordingly.
  108.  
  109.      - Dew Point Calculation!  Dew point is "backed" into given the current
  110.        temperature and relative humidity.
  111.  
  112.      - Basic source code has been cleaned up and better organized into
  113.        subroutines to allow for easier interpretation of the modules and
  114.        possible refinement by the end users.  REMarks clearly indicating
  115.        all major areas of the program have been added.
  116.  
  117.        This housecleaning of the source code will eventually allow the
  118.        program to take on a great deal more "practical" uses building
  119.        on the existing information already supplied and calculated in
  120.        the existing modules with relative ease.
  121.  
  122.      - Heat Index and THI quick explanation pages have been added as a
  123.        user selectable option to give a more immediate interpretation
  124.        of the results of these two calculations from within the program.
  125.  
  126.  
  127.  
  128.                                 ~~~~~~~~~~~~~~~~~~~
  129.  
  130.  
  131. Whats Included In The Package...
  132.  
  133.      - This quick reference documentation file.
  134.  
  135.      - The actual BASIC source code for the program itself.
  136.        This is an actual IBM/MS BASIC program and can be
  137.        run under the BASIC interpreter by typing:
  138.  
  139.        BASICA WX43
  140.  
  141.        **AUTHORS NOTE, 1990...This is no longer true with 6.0,
  142.                        however we have left version 5.1, with
  143.                        its non-structured code in the package
  144.                        so that it can be run under basic if
  145.                        needed.  Also, correct command is now
  146.                        BASICA WX51
  147.  
  148.        At the DOS command prompt.  [ Be sure that BASICA is available
  149.        either on the current disk or through an appropriate PATH. ]
  150.  
  151.      - An EXEcutable, compiled, version of the program which can be
  152.        easily run from the DOS command prompt by typing WX43.
  153.  
  154.      - You will find that the compiled version is somewhat faster.
  155.  
  156.      - A comments form.  Your feedback on this program and it's future
  157.        direction is appreciated.  If you are unable to submit feedback
  158.        and suggestions to either CompuServe or The MAILROOM RBBS, please
  159.        take a moment and jot your ideas down here.  Thank you.
  160.  
  161.  
  162.                                 ~~~~~~~~~~~~~~~~~~~
  163.  
  164.  
  165. The Weather Modules...
  166.  
  167. Forecasting:
  168.  
  169. Given the barometric pressure and temperature, this module will predict the
  170. weather for your area for approximently the next 24-48 hour time period. It
  171. is sometimes necessary to advise the program as the whether the pressure is
  172. rising, falling, or steady; and whether or not the tendency is moving rapid
  173. ly or slowly.  The wind direction coupled with the barometric information
  174. may at times require knowledge of the previous wind direction to make an
  175. accurate prediction.
  176.  
  177. This forecasting module uses the most detailed of the "Wind-Barometer"
  178. tables as its guide.  It produces a fairly accurate forecast when supplied
  179. with the proper information.  Test it against your weather station.
  180.  
  181. This module does not take into effect the altitude, prevailing winds, or
  182. normal standard cyclical barometric changes.
  183.  
  184.  
  185. Wind Chill:
  186.  
  187. This module computes what it really feels like outside to the average
  188. person dressed in an average mannor.  Wind has a profound effect upon the
  189. effective temperature.  Stronger winds make it appear to be much colder
  190. and more harmful than light winds.
  191.  
  192. Wind chill calculations are most effective under 60 degrees and less effect
  193. ive over 60 degrees.  Use this calculation to see how "cold" it really is.
  194.  
  195.  
  196. Temperature-Humidity Index:
  197.  
  198. This module calculates an index number which basically tells you the exact
  199. opposite of Wind Chill;  how uncomfortable it really is due to the effects
  200. of heat and humidity.   THI figures in excess of 92 are considered VERY
  201. DANGEROUS.  The internal interpretation page within the program tells more.
  202.  
  203.  
  204. Heat Index:
  205.  
  206. This calculation is very similiar to the THI except that it calculates a
  207. number that may be more understandable.  Instead of producing just an index
  208. number, it returns the actual temperature which it feels like.  Temperature
  209. readings in the 90's with high humidity actually make it feel like it is
  210. over 150 degrees and extreme caution should while outdoors!
  211.  
  212.  
  213. Dew Point:
  214.  
  215. The Dew Point module calculate the temperature at which, given no change in
  216. barometric pressure, the air will become "saturated" and "dew" or conden-
  217. sation would begin to form.  Watch for a high dew point to indicate whether
  218. or not to attempt observational astronomy (with dew, the lens will frost
  219. over and fog may occur) as well as for a great number of other items.
  220.  
  221. Hint..when the dew point and the temperature are the same, the cloud base
  222. is ground level.  You're in them! And condensation of some form will occur.
  223.  
  224.  
  225.  
  226.                                 ~~~~~~~~~~~~~~~~~~~
  227.  
  228. Using The Modules...
  229.  
  230.  
  231.  ************************************************************************
  232.  **  This section has yet to be completed.  Any amature meteorolgists  **
  233.  **       out there are more than welcome to help in this area.        **
  234.  ************************************************************************
  235.  
  236.  
  237.  
  238.                                 ~~~~~~~~~~~~~~~~~~~
  239.  
  240.  
  241. Future Directions...
  242.  
  243. Given the amout of information which is already available from either the
  244. input required for these modules and as a result of the modules themselves,
  245. there are any number of routines which could now be implemented to better
  246. take advantage of the data.  Programs relating to predicted wind speed,
  247. cloud formation, fog, etc...
  248.  
  249. Additionally, the forecasting module could be revised to take into account
  250. some additional variables such as altitude, prevailing wind presence, the
  251. normal daily cyclical movement of the barometer, etc.  This could become
  252. an additional subroutine which would let those interested in a more pro-
  253. fessional forecast and knowledgable enough to utilize it continue, while
  254. leaving the base program module informative and simple for those who wish
  255. not to go on.
  256.  
  257. More detailed, immediate branching, subroutines could be added to better
  258. explain and advise on the individual subroutines as has been attempted in
  259. the THI and Heat Index modules.
  260.  
  261. A "Testing" routine could be entered to help guide those who would like to
  262. test themselves and their weather knowledge by supplying just some of the
  263. information and prompting for answers.
  264.  
  265. Your ideas and additions are welcome!
  266.  
  267.  
  268.  
  269.                ~~~~~~~~~~~~~~~~End Of Documentation~~~~~~~~~~~~~~~~
  270.  
  271.                Pgm: Weather [ WX ] Ver. 6.0     Author: Phil Baughn
  272.                ****************************************************
  273.  
  274.