home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 40 / q40.d81 / t.hurricane < prev    next >
Text File  |  2022-08-28  |  8KB  |  189 lines

  1.  
  2.  
  3.                H U R R I C A N E    T R A C K E R     1 9 9 9
  4.  
  5.                       Program and Text by Dick Heckert
  6.  
  7.  
  8.  FENDER'S PREMUMBLE: It's hurricane season once again on the East and Gulf
  9. Coasts so I've resurrected Dick Heckert's excellent tracking program, last
  10. published on LS 128 #15. I gathered some information about infamous
  11. hurricanes of recent years (from the internet) and entered them into the
  12. program. While doing so I noticed a couple of glitches in the editing and
  13. correcting routines so I tweaked them a little. If you have BASIC 8, the
  14. 80-column bitmap toolbox by WalruSoft, feel free to tweak some more if you
  15. want. Now here's Dick to tell you about his program.
  16.  
  17.  
  18.     In order to be prepared for a hurricane, most of us track the path of
  19. these storms from the time they start out in the Atlantic until they go far
  20. away. These weather patterns usually begin as a tropical disturbance with a
  21. rotary circulation but no strong winds. The next stage is a tropical
  22. depression with sustained wind speed of 39 mph or less. A tropical storm is
  23. named when the low pressure area has a distinct rotary circulation and
  24. sustained winds of 39 to 73 mph. When the wind reaches 74 mph, the storm
  25. has become a hurricane and must be watched carefully.
  26.  
  27.     HURRICANE TRACKER is a BASIC 8 program that helps you maintain data and
  28. plot the path of the storm on hurricane tracking charts. The charts and
  29. data can then be printed and used to predict future storm motion.
  30.  
  31.  NOTE: 64K of video RAM is NOT required by this program. It will work on
  32. any C-128.
  33.                                                                            
  34.  
  35.  EDIT
  36.  ----
  37.  
  38.     If this is the first entry for a storm you would like to track, press E
  39. to enter new storm data. You will be asked for the name and the year of the
  40. storm. The name is needed because the file on the disk will have the storm
  41. name. Next, a series of inputs will collect the latitude, longitude, month,
  42. date, time and status of the storm. The latitude and longitude will be used
  43. to plot positions on the tracking chart. You may enter latitude and
  44. longitude to the nearest tenth of a degree (25.6). Continue entering data
  45. points as they are given on TV or radio. When finished, press X to return
  46. to the menu and S to save the data to your disk.
  47.  
  48.     To add data to an existing file, load the file and then press E for
  49. Edit. The last data line in the file is shown and you can add the new data
  50. as noted above. You are limited to 49 total lines of data.
  51.  
  52.  
  53.  LOAD
  54.  ----
  55.  
  56.     Load an existing storm file by pressing L and entering the name of the
  57. storm. Use the correct upper/lower case and spelling or you will receive a
  58. cheer and be asked to try again. You may use wildcards such as b* for bob.
  59. You do not have to enter the H. file identifier. If you enter $ for the
  60. file name you will be shown a directory of the storm files on the disk. Use
  61. the cursor to highlight the storm name and RETURN to load the file.
  62.  
  63.      To clear the screen for a new storm, just press L for load, press
  64. RETURN and you'll get a "file not found" error, then press E and you're
  65. ready to start entering new data for a new storm.
  66.  
  67.  
  68.  CORRECT
  69.  -------
  70.  
  71.     If you make a mistake entering data, just press C with the file loaded.
  72. The data will be displayed and you can move the cursor to the entry that
  73. needs revision. Press RETURN and the line chosen will be shown. Move the
  74. cursor to the data that needs revision and press RETURN. Then enter the
  75. revised data. The date should be entered in the mm/dd format to keep your
  76. print-out neat. You can then correct more data items by pressing C or
  77. return to the menu by pressing X. You can delete a whole line of data with
  78. the DEL key or insert a blank line with INST. Then choose the blank line
  79. and enter the new data.
  80.  
  81.  
  82.  DATA
  83.  ----
  84.  
  85.     You can look over the data at any time by pressing D. If you want a
  86. print-out press P after the data is shown on the screen. Any other key will
  87. return you to the menu.
  88.  
  89.  
  90.  VIEW
  91.  ----
  92.  
  93.     To view your storm file on the current tracking chart, press V and the
  94. data in the file will be used to plot the storm track. If you want a print-
  95. out of the tracking chart with the storm plotted, press P while the chart
  96. is on the screen. Any other key returns you to the menu. If the data falls
  97. outside the current chart to the east the correct latitude is shown along
  98. the right edge of the screen.
  99.  
  100.  
  101.  NEW CHART
  102.  ---------
  103.  
  104.     Press N to toggle between the two tracking charts. The program begins
  105. with North Atlantic which has the widest field of view. The first time you
  106. press N it changes to Caribbean. The next time you will get the North
  107. Atlantic. Any data that can be shown on the current chart will be plotted
  108. when you press V.
  109.  
  110.  
  111.  MULTIPLE DISPLAY
  112.  ----------------
  113.  
  114.     There may be times when you would like to compare several storms on a
  115. chart at the same time. Press M and you will be prompted for the names of
  116. the storm files. You may use wildcards such as "b*" for "bob". Press X to
  117. exit the entry mode and the program will load and plot the listed files.
  118. This multiple chart can be printed by pressing P after plotting is
  119. complete.
  120.  
  121.     If you get a "file not found" the message will be printed near the top
  122. of the graphic screen. To erase the message, just press M again at the menu
  123. and enter the storm names again.
  124.  
  125.  
  126.  QUIT
  127.  ----
  128.  
  129.     When you are through with HURRICANE TRACKER, press Q to reset your
  130. computer to the default settings. Otherwise, the next program will probably
  131. crash when loaded at the BASIC 8 location. 
  132.  
  133.  FT'S NOTE: Side Two of the 1541 version of LS 128 #40 has the autoboot
  134. sector set up to boot "star" so HURRICANE TRACKER does seem to return to
  135. LOADSTAR. Once you copy all of the HT files to another disk (which you
  136. should definitely do) it will probably just quit to BASIC when you quit the
  137. program.
  138.  
  139.  
  140.  PRINTERS
  141.  --------
  142.  
  143.     The BASIC 8 printer file "p.hc-epson" is loaded by default. If you need
  144. a different printer program, press P for the printer configuration. Cursor
  145. to the line where the printer driver name shown and press RETURN. The
  146. directory of printer drivers on disk will be displayed. Then enter the new
  147. printer file. Density, secondary address, height, and rotation can also be
  148. revised here. When finished, cursor to DONE and press RETURN. If you want
  149. the revised printer information to load as the default each time you run
  150. the program press Y when asked if you want to save the configuration to
  151. disk. Any other key returns you to the menu.
  152.  
  153.  FENDER'S NOTE: I tried the Citizen and Epson drivers with my Star NX-1000C
  154. and they both worked nicely, AFTER I switched the #1 DIP switch to turn
  155. auto linefeed off. The #5 DIP switch was also "on" to switch the printer
  156. into Epson mode. There are four drivers on this issue of LOADSTAR. If you
  157. have BASIC 8, there are many more printer driver files on it.
  158.  
  159.     Check your printer manual for the available density settings for your
  160. printer. A 640 dot wide screen will fill 8 inches at 80 dots per inch. A
  161. height of 2 will give a graphic 5 1/2 inches high. Experiment until you get
  162. the graphic you like and then save that configuration to the disk.
  163.  
  164.  
  165.  STATUS
  166.  ------
  167.  
  168.     Enter notes such as the wind speed in mph or the category at the time.
  169. The categories are as follows:
  170.  
  171.   1 Minimal      - wind  74 to 95 mph 
  172.                  - storm surge 4 to 5 feet 
  173.   2 Moderate     - wind 96 to 110 mph 
  174.                  - storm surge 6 to 8 feet
  175.   3 Extensive    - wind 111 to 130 mph 
  176.                  - storm surge 9 to 12 feet
  177.   4 Extreme      - wind  131 to 155 mph 
  178.                  - storm surge 13 to 18 feet
  179.   5 Catastrophic - wind above 156 mph
  180.                  - storm surge above 18 feet
  181.  
  182.  To make your data line up best, be consistent with your data entry.
  183.  
  184.  FT: For the storms I entered I listed the type of storm (Tropical
  185. Depression, Tropical Storm, Hiurricane, etc.) followed by the wind speed.
  186.  
  187.                     \\\\\ R - Run   RETURN - Menu \\\\\
  188.  
  189.