Contents Links Search
 

RPN Scripts

RPN Documentation

Submit Script

Conversion
   Conversions
   Convert
   Euro
   Euro_Calculator
   Soundex
Engineering
   Feet_&_Inch
   Units
   Water
Entertainment
   Master_Mind
   Sticks!
Finance
   Annuity
   Euro_Calculator
   TVM_Financial_Functions
Math
   3D_Vectors_v1.2
   Base
   Base_Conversions
   Complex_Arithmetic
   Complex_Math
   Discrete_Math
   EBBases
   Fractions
   Fractions
   Least
   Logs_&_Powers
   Misc
   Regressions
   Scientific
   Scientific_Functions
   Scientific_Programmable
   Simple_Complex_Math
   Standard_Normal_Distribution
   Trig
Misc
   Health
   Husband's_Calculator
Physics
   Angle_of_View
   Depth_of_Field
   Physics_Functions
Time
   Clock
   Julian
   Multiple_Timer
   Stop5Watch
   Stopwatch
   Timer
Utility
   Board_Foot_Calculator
   Calendar_Functions
   Checkbook_II
   MiniG
   Stack_Handling_and_Saving
   WindChill

WindChill
N. K. Larkin - email


summary
Wind chill calculator

instructions
Put in the temperature and wind speed in y and x
respectively. Can take either (Farenheit, Miles/Hour) or (Celsius,
Kilometers/Hour).

It uses the Siple formula used by the US National Weather Service (see
http://www.srh.noaa.gov/ffc/html/wci.htm).

Note that the formula is only approximate (there is no exact formula) and
that it is only good at low temperatures.

code
RPN.2.b+3 \ WindChill
[f]#'1.8'*#'32'+Cs;
[c]#'32'-#'1.8'/Cs;
[m]#'1.609344'/Cs;
[k]#'1.609344'*Cs;]
[w]#'91.4'k3g1s#'0.303107'*#'0.474677'+r2#'0.020425'*-r2g3-*+Cs;
[s];
"WindChill"
"WindChill"D'by NKL 18 jan 00\   Siple formula used by NWS|display 
formula|back|'c(D'chill=91.4-(0.474677-\0.020425*mph+0.303107*\sqrt(mph))*(91.4-f)'Cs:)Cs;

~
"ェ(F,mph):Wind chill in ェ\    from ェ in y\    miles/hour in 
x"CwCs;
"イ(C,kph):Wind chill in イ\    from イ in y\    
kilometers/hour in x"r2Cfr2CmCwCcCs;
~
"_[F"CfCs;
"_C]"CcCs;
"_[mph"CmCs;
"_kph]"CkCs;

top
Nth Lab
©1996 - 2001 all rights reserved
August 03, 2001
contact