39 logical :: want_omnuh2
40 logical :: want_hubble
41 logical :: want_helium_fraction
42 logical :: want_massless
44 logical :: want_scalar_amp
45 logical :: want_scalar_spectral_index
46 logical :: want_scalar_nrun
47 logical :: want_tensor_spectral_index
48 logical :: want_initial_ratio
50 logical :: want_re_optical_depth
54 logical :: want_alpha_sn
55 logical :: want_beta_sn
58 #ifdef COSMICFISH_CAMB
59 logical :: want_w0_ppf
60 logical :: want_wa_ppf
61 logical :: want_cs_ppf
72 logical :: fisher_want_cmb_t
73 logical :: fisher_want_cmb_e
74 logical :: fisher_want_cmb_b
75 logical :: fisher_want_cmb_lensing
76 logical :: fisher_want_lss_lensing
77 logical :: fisher_want_lss_counts
78 logical :: fisher_want_xc
81 integer :: cmb_n_channels
82 real(dl) :: cmb_tt_fsky
83 real(dl) :: cmb_ee_fsky
84 real(dl) :: cmb_bb_fsky
90 real(dl),
dimension(:),
allocatable :: cmb_temp_sens
91 real(dl),
dimension(:),
allocatable :: cmb_pol_sens
92 real(dl),
dimension(:),
allocatable :: cmb_fwhm
95 integer :: lss_number_windows
97 real(dl),
dimension(:),
allocatable :: lss_num_galaxies
98 real(dl),
dimension(:),
allocatable :: lss_intrinsic_ellipticity
99 real(dl),
dimension(:),
allocatable :: lss_fsky
100 integer ,
dimension(:),
allocatable :: lss_lmax
103 integer :: window_type
107 real(dl) :: window_alpha
110 real(dl) :: window_beta
113 real(dl) :: redshift_zero
116 real(dl) :: photoz_error
120 real(dl),
dimension(:),
allocatable :: bias
130 integer :: number_sn_windows
131 integer ,
dimension(:),
allocatable :: sn_number
132 real(dl),
dimension(:),
allocatable :: sn_redshift_start
133 real(dl),
dimension(:),
allocatable :: sn_redshift_end
134 integer :: total_sn_number
137 integer :: sn_fisher_mc_samples
145 real(dl) :: color_dispersion
146 real(dl) :: stretch_dispersion
149 real(dl) :: magnitude_sigma
151 real(dl) :: sigma_lens_0
153 real(dl) :: dcolor_offset
154 real(dl) :: dcolor_zcorr
155 real(dl) :: dshape_offset
156 real(dl) :: dshape_zcorr
158 real(dl) :: cov_ms_offset
159 real(dl) :: cov_ms_zcorr
160 real(dl) :: cov_mc_offset
161 real(dl) :: cov_mc_zcorr
162 real(dl) :: cov_sc_offset
163 real(dl) :: cov_sc_zcorr
173 integer :: number_rd_redshifts
174 integer,
dimension(:),
allocatable :: rd_number
175 real(dl),
dimension(:),
allocatable :: rd_redshift
189 logical :: want_omegab
190 logical :: want_omegac
191 logical :: want_omegan
192 logical :: want_omegav
193 logical :: want_omegak
194 logical :: want_omegam
195 logical :: want_theta
201 logical :: want_sigma8
202 logical :: want_loghubble
203 logical :: want_logda
206 integer :: fd_num_redshift
207 real(dl),
dimension(:),
allocatable :: fd_redshift
218 logical :: adaptivity
221 integer :: cosmicfish_feedback
227 logical :: cosmicfish_want_cls
228 logical :: cosmicfish_want_sn
229 logical :: cosmicfish_want_mpk
230 logical :: cosmicfish_want_rd
231 logical :: cosmicfish_want_derived
234 real(dl) :: output_factor
244 character(len=:),
allocatable :: outroot
This derived data type contains all the informations that the cosmicfish code needs to compute the Fi...
This module contains the definitions of derived data types used to store the informations about the f...
This derived data type contains all the informations about the base parameters to run...
This derived data type contains all the informations that the cosmicfish code needs to compute the Fi...
This derived data type contains all the informations that the cosmicfish code needs to compute the Fi...
This derived data type contains all the informations that the cosmicfish code needs to compute the Fi...
This derived data type contains all the informations that the cosmicfish code needs to run...