yomcst2_mod_h.f90 Source File


Files dependent on this one

sourcefile~~yomcst2_mod_h.f90~~AfferentGraph sourcefile~yomcst2_mod_h.f90 yomcst2_mod_h.f90 sourcefile~conf_phys_m.f90 conf_phys_m.f90 sourcefile~conf_phys_m.f90->sourcefile~yomcst2_mod_h.f90 sourcefile~concvl.f90 concvl.F90 sourcefile~concvl.f90->sourcefile~yomcst2_mod_h.f90 sourcefile~cva_driver.f90 cva_driver.F90 sourcefile~concvl.f90->sourcefile~cva_driver.f90 sourcefile~cv3p2_closure.f90 cv3p2_closure.f90 sourcefile~cv3p2_closure.f90->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3_buoy.f90 cv3_buoy.f90 sourcefile~cv3p2_closure.f90->sourcefile~cv3_buoy.f90 sourcefile~cv3_buoy.f90->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3p1_closure.f90 cv3p1_closure.f90 sourcefile~cv3p1_closure.f90->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3p1_closure.f90->sourcefile~cv3_buoy.f90 sourcefile~cv3p_mixing.f90 cv3p_mixing.F90 sourcefile~cv3p_mixing.f90->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3p2_closure.f90~2 cv3p2_closure.f90 sourcefile~cv3p2_closure.f90~2->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3p2_closure.f90~2->sourcefile~cv3_buoy.f90 sourcefile~cv3p1_closure.f90~2 cv3p1_closure.f90 sourcefile~cv3p1_closure.f90~2->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3p1_closure.f90~2->sourcefile~cv3_buoy.f90 sourcefile~cv3_inicp.f90~2 cv3_inicp.f90 sourcefile~cv3_inicp.f90~2->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3_inicp.f90 cv3_inicp.f90 sourcefile~cv3_inicp.f90->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3_inip.f90~2 cv3_inip.f90 sourcefile~cv3_inip.f90~2->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3_inip.f90 cv3_inip.f90 sourcefile~cv3_inip.f90->sourcefile~yomcst2_mod_h.f90 sourcefile~conf_phys_m.f90~2 conf_phys_m.f90 sourcefile~conf_phys_m.f90~2->sourcefile~yomcst2_mod_h.f90 sourcefile~cv3_buoy.f90~2 cv3_buoy.f90 sourcefile~cv3_buoy.f90~2->sourcefile~yomcst2_mod_h.f90 sourcefile~physiq_mod.f90~2 physiq_mod.F90 sourcefile~physiq_mod.f90~2->sourcefile~conf_phys_m.f90 sourcefile~physiq_mod.f90 physiq_mod.F90 sourcefile~physiq_mod.f90->sourcefile~conf_phys_m.f90 sourcefile~cva_driver.f90->sourcefile~cv3p2_closure.f90 sourcefile~cva_driver.f90->sourcefile~cv3p1_closure.f90 sourcefile~cva_driver.f90->sourcefile~cv3p_mixing.f90 sourcefile~etat0phys_netcdf.f90 etat0phys_netcdf.f90 sourcefile~etat0phys_netcdf.f90->sourcefile~conf_phys_m.f90 sourcefile~old_lmdz1d.f90 old_lmdz1d.f90 sourcefile~old_lmdz1d.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~callphysiq_mod.f90~2 callphysiq_mod.f90 sourcefile~callphysiq_mod.f90~2->sourcefile~physiq_mod.f90 sourcefile~scm.f90 scm.f90 sourcefile~scm.f90->sourcefile~physiq_mod.f90 sourcefile~calfis.f90 calfis.f90 sourcefile~calfis.f90->sourcefile~callphysiq_mod.f90

Contents

Source Code


Source Code

MODULE yomcst2_mod_h
  IMPLICIT NONE; PRIVATE
  PUBLIC gammas, alphas, betas, Fmax, scut, qqa1, qqa2, qqa3, Qcoef1max, &
          Qcoef2max, Supcrit1, Supcrit2, choice, iflag_mix, coef_clos_ls, iflag_mix_adiab

  INTEGER choice, iflag_mix, iflag_mix_adiab
  REAL  gammas, alphas, betas, Fmax, qqa1, qqa2, qqa3, scut
  REAL  Qcoef1max, Qcoef2max, Supcrit1, Supcrit2
  REAL coef_clos_ls

  !$OMP THREADPRIVATE(gammas, alphas, betas, Fmax, scut, qqa1, qqa2, qqa3, Qcoef1max, &
  !$OMP     Qcoef2max, Supcrit1, Supcrit2, choice, iflag_mix, coef_clos_ls, iflag_mix_adiab)
END MODULE yomcst2_mod_h