CosmicFish  Reference documentation for version 1.0
Looking into future Cosmology
Modules | Functions/Subroutines
006_cosmicfish_camb_interface.f90 File Reference

This file contains the interface layer between CosmicFish and CAMB. It decide how to handle Fisher parameters and how to call camb appropriately. More...

Go to the source code of this file.

Modules

module  cosmicfish_camb_interface
 This module contains the interface layer between CosmicFish and CAMB.
 

Functions/Subroutines

subroutine, public cosmicfish_camb_interface::num_param_fisher (P, FP, num_param)
 This subroutine returns the number of parameters in the Fisher matrix based on the input parameters. More...
 
subroutine, public cosmicfish_camb_interface::fisher_param_names (P, FP, param_number, param_name, param_name_latex)
 This subroutine returns the name corresponding to a parameter number. More...
 
subroutine, public cosmicfish_camb_interface::camb_params_to_params_array (P, FP, num_param, params_array)
 This subroutine updates the values of the parameters array based on the values of P and FP. More...
 
subroutine, public cosmicfish_camb_interface::params_array_to_camb_param (P, FP, num_param, params_array)
 This subroutine updates the values of the parameters P and FP based on the values contained in the parameter array. More...
 
subroutine, public cosmicfish_camb_interface::save_fisher_to_file (P, FP, fish_dim, fisher_matrix, filename)
 This subroutine saves the Fisher matrix to file taking care of putting into the file all the relevant informations. More...
 
subroutine, public cosmicfish_camb_interface::save_paramnames_to_file (P, FP, fish_dim, filename)
 This subroutine saves a file containing the parameter names for the Fisher matrix run. More...
 

Detailed Description

This file contains the interface layer between CosmicFish and CAMB. It decide how to handle Fisher parameters and how to call camb appropriately.

Definition in file 006_cosmicfish_camb_interface.f90.