Skip to content
Snippets Groups Projects
Commit 19b55ed3 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

increased Gaussian init size

parent ff4a338a
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ SUBROUTINE init_moments ...@@ -68,7 +68,7 @@ SUBROUTINE init_moments
END DO END DO
ELSE ELSE
sigma = 2._dp sigma = 5._dp
gain = 0.5_dp gain = 0.5_dp
!**** Gaussian initialization (Hakim 2017) !**** Gaussian initialization (Hakim 2017)
moments_i = 0; moments_e = 0; moments_i = 0; moments_e = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment