Skip to content
Snippets Groups Projects
Commit 1235a888 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

adjust default initial value for noise amplitude

parent fab38cbc
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ MODULE initial
REAL(xp), PUBLIC, PROTECTED :: init_background = 0._xp
REAL(xp), PUBLIC, PROTECTED :: init_amp = 1._xp
! Initial noise amplitude (for noise init)
REAL(xp), PUBLIC, PROTECTED :: init_noiselvl = 1E-6_xp
REAL(xp), PUBLIC, PROTECTED :: init_noiselvl = 1E-5_xp
! Initialization for random number generator
INTEGER, PUBLIC, PROTECTED :: iseed=42
! Multiple mode init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment