NRCan-IETS-CE-O-HBC / HTAP

NRCan's Ruby scripts for batch analysis and optimization with HOT2000
http://www.nrcan.gc.ca/energy/efficiency/housing/home-improvements/17725
GNU Lesser General Public License v3.0
14 stars 7 forks source link

substitute-h2k.rb: add data to indicate presence of permafrost by climate location, allow below grade insulation configurations to be picked based on permafrost data #4

Closed fergusoa closed 6 years ago

fergusoa commented 6 years ago

Jeff confirms that permafrost calculations have a huge impact on results.

julia-purdy commented 6 years ago

need to add/modify data in HOT2000 xml file `

Perma-frost soil Pergélisol

`

The attached files show the impact in heating energy based on 4 archetypes for several locations

julia-purdy commented 6 years ago

my plan is to add a check for HDD and add permafrost if the location is within the area of continuous permafrost. searching Geological Survey of Canada for that information

julia-purdy commented 6 years ago

heating energy and hdd difference in heating energy for permafrost

julia-purdy commented 6 years ago

thinking of something along these lines: `

Setting Hash for permafrost locations

$PermafrostHash = { "YELLOWKNIFE" => "discontinuous" , "INUVIK" => "continuous", "CHURCHILL" => "continuous", "KUUJJUAQ" => "continuous" , "DAWSONCITY" => "discontinuous" , "NORMANWELLS" => "discontinuous" , "BAKERLAKE" => "continuous", "IQALUIT" => "continuous", "RESOLUTE" => "continuous" , "CORALHARBOUR" => "continuous", "HALLBEACH" => "continuous" } `

julia-purdy commented 6 years ago

https://github.com/NRCan-IETS-CE-O-HBC/HTAP/commit/cbd9240ab9db04114b793d673fe8d4cf62d2b319

julia-purdy commented 6 years ago

to do: add a comment to HTAP output to indicate permafrost soil condition