Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:nesting [2018/07/29 20:44] – [The Role of Nesting Grids] enviadminkb:nesting [2018/07/29 20:59] (current) enviadmin
Line 4: Line 4:
  
 Practically you don't need them. You can restrict your simulation to the main (core) area without adding any grids as nesting area. \\ Practically you don't need them. You can restrict your simulation to the main (core) area without adding any grids as nesting area. \\
-The problem isthat every numerical model, especially 3D models such as ENVI-met are not working reliably at their model borders and at the grids very close to them. So the best you can do is to move these borders as far as possible away from your area of interest in the core area. \\+ 
 +**In times of large computation power, we recommend to not use Nesting Grids anymore but to include more grid cells at the borders within the "normal" domain.**  
 + 
 +However, there a still situations where the Nesting Grids can help you to improve the model results (or make the model stable) 
 + 
 +The reason why Nesting Cells are an option in ENVI-met is that every numerical model, especially 3D models such as ENVI-met are not working reliably at their model borders and at the grids very close to them. So the best you can do is to move these borders as far as possible away from your area of interest in the core area. \\
 The reason for these problems is resulting from the fact, that the model cannot calculate real values for grid points along the borders (and especially not for grid points that are the border). As these points are missing at least one neighbour grid, only simple assumptions can be used here to obtain values that can be used in the model. This simple assumption can be that the values are constant at these grid points (so called //closed boundary conditions// or //forced bc//) or that values from inner grid points are copied to the grids on the border (//open boundary conditions//). A third method also offered in ENVI-met is to copy the values from the outflow boundary back to the inflow boundary (//cyclic boundary conditions//). For more information please refer to [[kb:lbc|Lateral Boundary Conditions]].  The reason for these problems is resulting from the fact, that the model cannot calculate real values for grid points along the borders (and especially not for grid points that are the border). As these points are missing at least one neighbour grid, only simple assumptions can be used here to obtain values that can be used in the model. This simple assumption can be that the values are constant at these grid points (so called //closed boundary conditions// or //forced bc//) or that values from inner grid points are copied to the grids on the border (//open boundary conditions//). A third method also offered in ENVI-met is to copy the values from the outflow boundary back to the inflow boundary (//cyclic boundary conditions//). For more information please refer to [[kb:lbc|Lateral Boundary Conditions]]. 
  
Line 26: Line 31:
 The only difference between example A and B is that in (A) we have used only 3 nesting grid cells around the core domain whereas in (B) 5 of them are used. As the grid size of the nesting grids is increasing with each grid, the area is extending very fast with each extra Nesting Grid. The grid points inside the nesting area have an increasing horizontal resolution with  The only difference between example A and B is that in (A) we have used only 3 nesting grid cells around the core domain whereas in (B) 5 of them are used. As the grid size of the nesting grids is increasing with each grid, the area is extending very fast with each extra Nesting Grid. The grid points inside the nesting area have an increasing horizontal resolution with 
  
-<fs x-large>''dxy(n 1)=dxy(n) dxy(Main)''</fs> +$$ \Delta xy (n)= \Delta xy(Main) * $$
- +
-where //dxy(Main)// is the resolution of the main model and //n// is the first grid of the nesting zone.+
  
-The more Nesting Grids you use, the lower is the chance that you will get numerical problems because one or more of your model boder are interfering with internal model dynamics.+where $\Delta xy(Main)$ is the resolution of the main model and $n$ is the index of the nesting grid starting with 1 at the model borders. 
 +The more Nesting Grids you use, the lower is the chance that you will get numerical problems because one or more of your model boders are interfering with internal model dynamics.
  
 ENVI-met will warn you, if the flow field is not stable after 10 sec of integration time and suggest to increase the number of Nesting Grids. If you are not sure what causes your problems, you should always try to increase the number of Nesting Grids to be sure that this is not the point of trouble. ENVI-met will warn you, if the flow field is not stable after 10 sec of integration time and suggest to increase the number of Nesting Grids. If you are not sure what causes your problems, you should always try to increase the number of Nesting Grids to be sure that this is not the point of trouble.
Line 44: Line 48:
  
 ===== Handling of Radiation in the Nesting Area ===== ===== Handling of Radiation in the Nesting Area =====
-As no buildings are present in the nesting area, the sun radiation can reach the surface without reduction. This might result in an unrealistic overestimation of the surface temperature in the nesting area, especially when only sealed surfaces are used as soil profiles. To overcome this problem, ENVI-met can use radiative values averaged over the main model area instead of the normal radiative fluxes in the nesting area. To enable this function, use the [[[NESTINGAREA]]] section in the Configuration File.+As no buildings are present in the nesting area, the sun radiation can reach the surface without reduction. This might result in an unrealistic overestimation of the surface temperature in the nesting area, especially when only sealed surfaces are used as soil profiles. To overcome this problem, ENVI-met can use radiative values averaged over the main model area instead of the normal radiative fluxes in the nesting area. This function is enabled by defaultnut can be disabled (not recommended) in the Project Wizard.
  
 ---- ----