Skip to content

Commit

Permalink
Fixing params files to use vertical 6th order diffusion as intended. …
Browse files Browse the repository at this point in the history
…Updated canopy tutorial case plots accordingly.
  • Loading branch information
domingom committed Jul 6, 2024
1 parent 8fa9cd3 commit 33b3674
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial/cases/CANOPY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Input parameters
\end{cases}
* Surface heat flux: :math:`0.0` Km/s
* Surface roughness length: :math:`z_0=1e-12` m
* Surface roughness length: :math:`z_0=1.0 \times 10^{-12}` m
* Rayleigh damping layer: uppermost :math:`600` m of the domain
* Initial perturbations: :math:`\pm 0.25` K
* Depth of perturbations: :math:`375` m
Expand Down
Binary file modified docs/Tutorial/images/TURB-PROF-canopy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/Tutorial/images/UVWTHETA-XY-canopy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/Tutorial/images/UVWTHETA-XZ-canopy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tutorials/examples/Example01_NBL.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ diffusionSelector = 0 # diffusivity selector: 0= none, 1= const.
nu_0 = 0.0 # constant diffusivity used when diffusionSelector = 1
##------------: EXPLICIT FILTERS ---
filterSelector = 1 # explicit filter selector: 0=off, 1=on
filter_6thdiff_vert = 1 # vertical 6th-order filter on w selector: 0=off, 1=on
filter_6thdiff_vert_coeff = 0.03 # vertical 6th-order filter factor: 0.0=off, 1.0=full
##----------: RAYLEIGH DAMPING LAYER ---
dampingLayerSelector = 1 # Rayleigh damping layer selector: 0= off, 1= on.
Expand Down
1 change: 1 addition & 0 deletions tutorials/examples/Example02_CBL.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ diffusionSelector = 0 # diffusivity selector: 0= none, 1= const.
nu_0 = 0.0 # constant diffusivity used when diffusionSelector = 1
##------------: EXPLICIT FILTERS ---
filterSelector = 1 # explicit filter selector: 0=off, 1=on
filter_6thdiff_vert = 1 # vertical 6th-order filter on w selector: 0=off, 1=on
filter_6thdiff_vert_coeff = 0.03 # vertical 6th-order filter factor: 0.0=off, 1.0=full
##----------: RAYLEIGH DAMPING LAYER ---
dampingLayerSelector = 1 # Rayleigh damping layer selector: 0= off, 1= on.
Expand Down
1 change: 1 addition & 0 deletions tutorials/examples/Example03_SBL.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ diffusionSelector = 0 # diffusivity selector: 0= none, 1= const.
nu_0 = 0.0 # constant diffusivity used when diffusionSelector = 1
##------------: EXPLICIT FILTERS ---
filterSelector = 0 # explicit filter selector: 0=off, 1=on
filter_6thdiff_vert = 1 # vertical 6th-order filter on w selector: 0=off, 1=on
filter_6thdiff_vert_coeff = 0.03 # vertical 6th-order filter factor: 0.0=off, 1.0=full
##----------: RAYLEIGH DAMPING LAYER ---
dampingLayerSelector = 1 # Rayleigh damping layer selector: 0= off, 1= on.
Expand Down
1 change: 1 addition & 0 deletions tutorials/examples/Example04_BOMEX.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ diffusionSelector = 0 # diffusivity selector: 0= none, 1= const.
nu_0 = 0.0 # constant diffusivity used when diffusionSelector = 1
##------------: EXPLICIT FILTERS ---
filterSelector = 1 # explicit filter selector: 0=off, 1=on
filter_6thdiff_vert = 1 # vertical 6th-order filter on w selector: 0=off, 1=on
filter_6thdiff_vert_coeff = 0.03 # vertical 6th-order filter factor: 0.0=off, 1.0=full
##----------: RAYLEIGH DAMPING LAYER ---
dampingLayerSelector = 1 # Rayleigh damping layer selector: 0= off, 1= on.
Expand Down
1 change: 1 addition & 0 deletions tutorials/examples/Example05_CANOPY.in
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ diffusionSelector = 0 # diffusivity selector: 0= none, 1= const.
nu_0 = 0.0 # constant diffusivity used when diffusionSelector = 1
##------------: EXPLICIT FILTERS ---
filterSelector = 1 # explicit filter selector: 0=off, 1=on
filter_6thdiff_vert = 1 # vertical 6th-order filter on w selector: 0=off, 1=on
filter_6thdiff_vert_coeff = 0.03 # vertical 6th-order filter factor: 0.0=off, 1.0=full
##----------: RAYLEIGH DAMPING LAYER ---
dampingLayerSelector = 1 # Rayleigh damping layer selector: 0= off, 1= on.
Expand Down

0 comments on commit 33b3674

Please sign in to comment.