conema3_mod_h.f90 Source File


Files dependent on this one

sourcefile~~conema3_mod_h.f90~~AfferentGraph sourcefile~conema3_mod_h.f90 conema3_mod_h.f90 sourcefile~cvltr_spl.f90 cvltr_spl.f90 sourcefile~cvltr_spl.f90->sourcefile~conema3_mod_h.f90 sourcefile~cv3p1_closure.f90~2 cv3p1_closure.f90 sourcefile~cv3p1_closure.f90~2->sourcefile~conema3_mod_h.f90 sourcefile~cvltr.f90~2 cvltr.f90 sourcefile~cvltr.f90~2->sourcefile~conema3_mod_h.f90 sourcefile~cvltr.f90 cvltr.f90 sourcefile~cvltr.f90->sourcefile~conema3_mod_h.f90 sourcefile~conf_phys_m.f90~2 conf_phys_m.f90 sourcefile~conf_phys_m.f90~2->sourcefile~conema3_mod_h.f90 sourcefile~conf_phys_m.f90 conf_phys_m.f90 sourcefile~conf_phys_m.f90->sourcefile~conema3_mod_h.f90 sourcefile~concvl.f90 concvl.F90 sourcefile~concvl.f90->sourcefile~conema3_mod_h.f90 sourcefile~cva_driver.f90 cva_driver.f90 sourcefile~concvl.f90->sourcefile~cva_driver.f90 sourcefile~conema3.f90 conema3.f90 sourcefile~conema3.f90->sourcefile~conema3_mod_h.f90 sourcefile~cv30_routines_mod.f90 cv30_routines_mod.f90 sourcefile~cv30_routines_mod.f90->sourcefile~conema3_mod_h.f90 sourcefile~cvltr_spl.f90~2 cvltr_spl.f90 sourcefile~cvltr_spl.f90~2->sourcefile~conema3_mod_h.f90 sourcefile~physiq_mod.f90 physiq_mod.F90 sourcefile~physiq_mod.f90->sourcefile~conema3_mod_h.f90 sourcefile~physiq_mod.f90->sourcefile~conf_phys_m.f90 sourcefile~cv3p2_closure.f90 cv3p2_closure.f90 sourcefile~cv3p2_closure.f90->sourcefile~conema3_mod_h.f90 sourcefile~cv3p1_closure.f90 cv3p1_closure.f90 sourcefile~cv3p1_closure.f90->sourcefile~conema3_mod_h.f90 sourcefile~conema3.f90~2 conema3.f90 sourcefile~conema3.f90~2->sourcefile~conema3_mod_h.f90 sourcefile~physiq_mod.f90~2 physiq_mod.F90 sourcefile~physiq_mod.f90~2->sourcefile~conema3_mod_h.f90 sourcefile~physiq_mod.f90~2->sourcefile~conf_phys_m.f90 sourcefile~cvltr_scav.f90~2 cvltr_scav.f90 sourcefile~cvltr_scav.f90~2->sourcefile~conema3_mod_h.f90 sourcefile~cvltr_scav.f90 cvltr_scav.f90 sourcefile~cvltr_scav.f90->sourcefile~conema3_mod_h.f90 sourcefile~cv3p2_closure.f90~2 cv3p2_closure.f90 sourcefile~cv3p2_closure.f90~2->sourcefile~conema3_mod_h.f90 sourcefile~old_lmdz1d.f90 old_lmdz1d.f90 sourcefile~old_lmdz1d.f90->sourcefile~physiq_mod.f90 sourcefile~cva_driver.f90->sourcefile~cv3p2_closure.f90 sourcefile~cva_driver.f90->sourcefile~cv3p1_closure.f90 sourcefile~cv_driver.f90 cv_driver.F90 sourcefile~cv_driver.f90->sourcefile~cv30_routines_mod.f90 sourcefile~cv_driver.f90~2 cv_driver.F90 sourcefile~cv_driver.f90~2->sourcefile~cv30_routines_mod.f90 sourcefile~callphysiq_mod.f90~2 callphysiq_mod.f90 sourcefile~callphysiq_mod.f90~2->sourcefile~physiq_mod.f90 sourcefile~etat0phys_netcdf.f90 etat0phys_netcdf.f90 sourcefile~etat0phys_netcdf.f90->sourcefile~conf_phys_m.f90 sourcefile~scm.f90 scm.f90 sourcefile~scm.f90->sourcefile~physiq_mod.f90 sourcefile~callphysiq_mod.f90 callphysiq_mod.f90 sourcefile~callphysiq_mod.f90->sourcefile~physiq_mod.f90 sourcefile~ce0l.f90 ce0l.F90 sourcefile~ce0l.f90->sourcefile~etat0phys_netcdf.f90 sourcefile~calfis.f90 calfis.f90 sourcefile~calfis.f90->sourcefile~callphysiq_mod.f90

Contents

Source Code


Source Code

MODULE conema3_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC epmax, coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed
  PUBLIC iflag_cvl_sigd, iflag_clw, ok_adj_ema

  REAL epmax             ! 0.993
  REAL coef_epmax_cape             ! 0.993
  REAL  cvl_comp_threshold     ! 0.
  LOGICAL ok_adj_ema      ! F
  INTEGER iflag_clw      ! 0
  INTEGER iflag_cvl_sigd
  REAL cvl_sig2feed      ! 0.97

  !$OMP THREADPRIVATE(epmax,coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed)
  !$OMP THREADPRIVATE(iflag_cvl_sigd, iflag_clw, ok_adj_ema)
END MODULE conema3_mod_h