Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
remark_1_flux [2012/07/07 00:55] – created 134.93.180.188remark_1_flux [2012/07/07 01:03] 134.93.180.188
Line 2: Line 2:
  
 The absorbed longwave radiation is calculated using the following rules: The absorbed longwave radiation is calculated using the following rules:
- 
-  
  
   * The portion of the visible sky is calculated as sky-view factor (SVF, 1= full sky is visible). Only buildings are counted in the SVF.    * The portion of the visible sky is calculated as sky-view factor (SVF, 1= full sky is visible). Only buildings are counted in the SVF. 
Line 9: Line 7:
   * The fraction of obstructed sky (1-SVF) can contain reflected longwave radiation of the surface or longwave radiation emitted from walls. The bigger one of the two is used in the calculation.   * The fraction of obstructed sky (1-SVF) can contain reflected longwave radiation of the surface or longwave radiation emitted from walls. The bigger one of the two is used in the calculation.
    
- 
 One might say, that vegetation can also be found in parts of the obstructed sky. This is true, but normally the vegetation is only effective for the longwave budget if it shelters the sky... One might say, that vegetation can also be found in parts of the obstructed sky. This is true, but normally the vegetation is only effective for the longwave budget if it shelters the sky...
  
- +For the visible sky the fraction that is coming from the sky itself and the part that is coming from the vegetation is calculated using a transmission factor (''trans_plant''). If no plants are present, ''trans_plant'' is 1. Below very dense vegetation, ''trans_plant'' is 0.
  
-For the visible sky the fraction that is coming from the sky itself and the part that is coming from the vegetation is calculated using a transmission factor (trans_plant).  If no plants are present, trans_plant is 1. Below very dense vegetation, trans_plant is 0. 
  
- +So, we get for the longwave radiation from the **free sky (''LW_free'')**: 
 +  LW_free= trans_plant*LW_sky+ (1-trans_plant)*LW_plant 
 +where ''LW_sky'' is the atmospheric counter radiation and ''LW_plant'' is the radiation of the leafs (averaged over a vertical column)
  
-So, we get for the longwave radiation from the free sky (LW_free):+For the **obstructed sky ''(LW_obst)''**, the rule is: 
 +  LW_obst= max(q_lw_envi,q_lwsurf)
  
- +where ''q_LW_envi'' is an averaged value over all facade temperatures in the model  and ''q_lwsurf'' is the longwave radiation of the surface concerned itself. The "max" function ensures that the highest of the values is used (see above).
  
-LW_free= trans_plant*LW_sky+ (1-trans_plant)*LW_plant +Finally, the total incoming longwave radiation is weighted between ''LW_free'' and ''LW_obst'' using the ''SVF''
- +  LW_total= SVF*LW_free+(1-SVF)*LW_obst
-  +
- +
-where LW_sky is the atmospheric counter radiation and LW_plant is the radiation of the leafs (averaged over a vertical column) +
- +
-  +
- +
-For the obstructed sky (LW_obst), the rule is: +
- +
-  +
- +
-LW_obst= max(q_lw_envi,q_lwsurf) +
- +
-  +
- +
-where q_LW_envi is an averaged value over all facade temperatures in the model  and q_lwsurf is the longwave radiation of the surface concerned itself. The "max" function ensures that the highest of the values is used (see above) +
- +
-  +
- +
-Finally, the total incoming longwave radiation is weighted between LW_free and LW_obst using the SVF: +
- +
-  +
- +
-LW_total= SVF*LW_free+(1-SVF)*LW_obst +
- +
- +
  
 The values found in the receptor files for radiation coming from the vegetation, the sky and from the environment are based on this calculation for the selected surface: The values found in the receptor files for radiation coming from the vegetation, the sky and from the environment are based on this calculation for the selected surface:
 +  from vegetation = SVF*(1-trans_plant)*LW_plant
 +  from sky=SVF*trans_plant*LW_sky 
 +  from environment= (1-SVF)*max(q_lw_envi,q_lwsurf)
  
    
- +They are **NOT** the total amount of longwave radiation **emitted** (e.g. from the plants) but the amount of radiation **reaching** the surface of interest! 
-from vegetation = SVF*(1-trans_plant)*LW_plant +
- +
-from sky=SVF*trans_plant*LW_sky  +
- +
-from environment= (1-SVF)*max(q_lw_envi,q_lwsurf) +
- +
-  +
- +
-They are NOT the total amount of longwave radiation emitted (e.g. from the plants) but the amount of radiation reaching the surface of interest ! +