Skip to content

Commit

Permalink
FDS Source: make FLUX_LIMITER_MW_CORRECTION=T default for LES
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdermo committed Dec 13, 2024
1 parent b459070 commit feb7fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/read.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,7 @@ SUBROUTINE READ_MISC
VN_MAX = 0.8
VN_MIN = 0.6
I_FLUX_LIMITER = CHARM_LIMITER
FLUX_LIMITER_MW_CORRECTION = .TRUE.
TURBULENCE_MODEL = 'DEARDORFF'
ELSEIF (SIMULATION_MODE=='VLES') THEN
SIM_MODE = VLES_MODE
Expand Down

0 comments on commit feb7fdc

Please sign in to comment.