-
Notifications
You must be signed in to change notification settings - Fork 0
/
inlist_DM
26 lines (18 loc) · 944 Bytes
/
inlist_DM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
&controls
use_other_energy_implicit = .TRUE. ! Activates the DM module
!!! These set variables in `src/DM/DM_module.f90`:
X_CTRL(6) = 5.D0 ! mxGeV, DM mass in GeV
X_CTRL(7) = 1.D-37 ! sigmaxp, DM-proton cross section, cm^2, spindep
! X_CTRL(7) = 1.D-40 ! spin ind
X_CTRL(1) = 1.E0 ! cboost,
! Reasonable values range from 0 (no DM captured) to 1E6.
! Sun has cboost == 1.
! If using cboost = 0, recommended to set
! use_other_energy_implicit = .FALSE.
! to avoid calling the module unnecessarily.
X_LOGICAL_CTRL(1) = .TRUE. ! sets spindep in `src/DM/DM_module.f90`
! .true. = spin dependent ! this works
! .false. = ~spin independent~
! THIS DOES NOT CURRENTLY WORK PROPERLY
!!!
/ ! end of controls namelist