cvparam_mod_h.f90 Source File


Files dependent on this one

sourcefile~~cvparam_mod_h.f90~~AfferentGraph sourcefile~cvparam_mod_h.f90 cvparam_mod_h.f90 sourcefile~cv_routines.f90~2 cv_routines.f90 sourcefile~cv_routines.f90~2->sourcefile~cvparam_mod_h.f90

Contents

Source Code


Source Code

MODULE cvparam_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC noff, minorig, nl, nlp, nlm &
          , elcrit, tlcrit &
          , entp, sigs, sigd &
          , omtrain, omtsnow, coeffr, coeffs &
          , dtmax, cu, betad, alpha, damp, delta

  integer noff, minorig, nl, nlp, nlm
  real elcrit, tlcrit
  real entp
  real sigs, sigd
  real omtrain, omtsnow, coeffr, coeffs
  real dtmax
  real cu
  real betad
  real alpha, damp
  real delta

  !$OMP THREADPRIVATE(noff, minorig, nl, nlp, nlm &
  !$OMP          , elcrit, tlcrit &
  !$OMP          , entp, sigs, sigd &
  !$OMP          , omtrain, omtsnow, coeffr, coeffs &
  !$OMP          , dtmax, cu, betad, alpha, damp, delta)
END MODULE cvparam_mod_h