cosp_math_constants.f90 Source File


This file depends on

sourcefile~~cosp_math_constants.f90~~EfferentGraph sourcefile~cosp_math_constants.f90 cosp_math_constants.f90 sourcefile~cosp_kinds.f90 cosp_kinds.f90 sourcefile~cosp_math_constants.f90->sourcefile~cosp_kinds.f90

Files dependent on this one

sourcefile~~cosp_math_constants.f90~~AfferentGraph sourcefile~cosp_math_constants.f90 cosp_math_constants.f90 sourcefile~quickbeam_optics.f90 quickbeam_optics.f90 sourcefile~quickbeam_optics.f90->sourcefile~cosp_math_constants.f90 sourcefile~cosp_optics.f90~2 cosp_optics.f90 sourcefile~cosp_optics.f90~2->sourcefile~cosp_math_constants.f90 sourcefile~cosp_optics.f90 cosp_optics.f90 sourcefile~cosp_optics.f90->sourcefile~cosp_math_constants.f90 sourcefile~quickbeam_optics.f90~2 quickbeam_optics.f90 sourcefile~quickbeam_optics.f90~2->sourcefile~cosp_math_constants.f90 sourcefile~parasol.f90 parasol.f90 sourcefile~parasol.f90->sourcefile~cosp_math_constants.f90 sourcefile~parasol.f90~2 parasol.f90 sourcefile~parasol.f90~2->sourcefile~cosp_math_constants.f90 sourcefile~lmdz_cosp_subsample_and_optics_mod.f90~2 lmdz_cosp_subsample_and_optics_mod.f90 sourcefile~lmdz_cosp_subsample_and_optics_mod.f90~2->sourcefile~quickbeam_optics.f90 sourcefile~lmdz_cosp_subsample_and_optics_mod.f90~2->sourcefile~cosp_optics.f90 sourcefile~cosp.f90 cosp.f90 sourcefile~lmdz_cosp_subsample_and_optics_mod.f90~2->sourcefile~cosp.f90 sourcefile~cosp.f90->sourcefile~parasol.f90 sourcefile~lmdz_cosp_interface.f90~2 lmdz_cosp_interface.f90 sourcefile~lmdz_cosp_interface.f90~2->sourcefile~quickbeam_optics.f90 sourcefile~lmdz_cosp_interface.f90~2->sourcefile~cosp.f90 sourcefile~lmdz_cosp_subsample_and_optics_mod.f90 lmdz_cosp_subsample_and_optics_mod.f90 sourcefile~lmdz_cosp_interface.f90~2->sourcefile~lmdz_cosp_subsample_and_optics_mod.f90 sourcefile~lmdz_cosp_construct_destroy_mod.f90 lmdz_cosp_construct_destroy_mod.f90 sourcefile~lmdz_cosp_interface.f90~2->sourcefile~lmdz_cosp_construct_destroy_mod.f90 sourcefile~lmdz_cosp_output_write_mod.f90 lmdz_cosp_output_write_mod.f90 sourcefile~lmdz_cosp_interface.f90~2->sourcefile~lmdz_cosp_output_write_mod.f90 sourcefile~lmdz_cosp_interface.f90 lmdz_cosp_interface.f90 sourcefile~lmdz_cosp_interface.f90->sourcefile~quickbeam_optics.f90 sourcefile~lmdz_cosp_interface.f90->sourcefile~cosp.f90 sourcefile~lmdz_cosp_interface.f90->sourcefile~lmdz_cosp_subsample_and_optics_mod.f90 sourcefile~lmdz_cosp_interface.f90->sourcefile~lmdz_cosp_construct_destroy_mod.f90 sourcefile~lmdz_cosp_interface.f90->sourcefile~lmdz_cosp_output_write_mod.f90 sourcefile~lmdz_cosp_subsample_and_optics_mod.f90->sourcefile~quickbeam_optics.f90 sourcefile~lmdz_cosp_subsample_and_optics_mod.f90->sourcefile~cosp_optics.f90 sourcefile~lmdz_cosp_subsample_and_optics_mod.f90->sourcefile~cosp.f90 sourcefile~cosp.f90~2 cosp.f90 sourcefile~cosp.f90~2->sourcefile~parasol.f90 sourcefile~lmdz_cosp_construct_destroy_mod.f90~2 lmdz_cosp_construct_destroy_mod.f90 sourcefile~lmdz_cosp_construct_destroy_mod.f90~2->sourcefile~cosp.f90 sourcefile~lmdz_cosp_construct_destroy_mod.f90->sourcefile~cosp.f90 sourcefile~lmdz_cosp_output_write_mod.f90~2 lmdz_cosp_output_write_mod.f90 sourcefile~lmdz_cosp_output_write_mod.f90~2->sourcefile~cosp.f90 sourcefile~lmdz_cosp_output_write_mod.f90->sourcefile~cosp.f90

Contents


Source Code

MODULE cosp_math_constants
  USE cosp_kinds, only: wp
  IMPLICIT NONE
  REAL(wp), PARAMETER :: pi =  acos(-1.0_wp)

END MODULE cosp_math_constants