| [5304] | 1 | MODULE yomcst2_mod_h |
|---|
| 2 | IMPLICIT NONE; PRIVATE |
|---|
| 3 | PUBLIC gammas, alphas, betas, Fmax, scut, qqa1, qqa2, qqa3, Qcoef1max, & |
|---|
| 4 | Qcoef2max, Supcrit1, Supcrit2, choice, iflag_mix, coef_clos_ls, iflag_mix_adiab |
|---|
| [879] | 5 | |
|---|
| [5304] | 6 | INTEGER choice, iflag_mix, iflag_mix_adiab |
|---|
| 7 | REAL gammas, alphas, betas, Fmax, qqa1, qqa2, qqa3, scut |
|---|
| 8 | REAL Qcoef1max, Qcoef2max, Supcrit1, Supcrit2 |
|---|
| 9 | REAL coef_clos_ls |
|---|
| [879] | 10 | |
|---|
| [5304] | 11 | !$OMP THREADPRIVATE(gammas, alphas, betas, Fmax, scut, qqa1, qqa2, qqa3, Qcoef1max, & |
|---|
| 12 | !$OMP Qcoef2max, Supcrit1, Supcrit2, choice, iflag_mix, coef_clos_ls, iflag_mix_adiab) |
|---|
| 13 | END MODULE yomcst2_mod_h |
|---|