DOE/ORNL Heat Pump Design Model
 

Converting Saved Data from Mark V to Mark VI

To convert saved data sets from the Mark V to the Mark VI version of the DOE/ORNL Heat Pump Design Model, edit the saved data file as text and change the bold-underlined text, in the following 5 lines, from:

...
<form method="POST" action="/cgi-bin/cgiwrap?user=wlj&script=hpdm/doehpdm.pl">
...
<input type="hidden" name="home_url" value="/~wlj/hpdm/doehpdm.html">
...
<input type="hidden" name="script_path" value="hpdm/">
<input type="hidden" name="script_url" value="/cgi-bin/cgiwrap?user=wlj&script=hpdm/doehpdm.pl">
...
<a href="/~wlj/hpdm/doehpdm.html">DOE/ORNL Heat Pump Design Model</a> home page.
...

to:

...
<form method="POST" action="/cgi-bin/cgiwrap?user=wlj&script=MarkVI/doehpdm.pl">
...
<input type="hidden" name="home_url" value="/~wlj/hpdm/MarkVI.html">
...
<input type="hidden" name="script_path" value="MarkVI/">
<input type="hidden" name="script_url" value="/cgi-bin/cgiwrap?user=wlj&script=MarkVI/doehpdm.pl">
...
<a href="/~wlj/hpdm/MarkVI.html">DOE/ORNL Heat Pump Design Model</a> home page.
...

Please note that there will be other lines containing the strings, hpdm and doehpdm.html, so be careful to change only the lines shown. The etc. dots (...) may represent dozens or hundreds of lines.

In the next few months, we plan to provide a more convenient way to convert these files by a batch process.

11/14/2002