Last change
on this file since 5319 was
5303,
checked in by abarral, 8 days ago
|
Turn compar1d.h date_cas.h into module
Move fcg_racmo.h to obsolete
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
702 bytes
|
Rev | Line | |
---|
[5303] | 1 | MODULE cvparam_mod_h |
---|
| 2 | IMPLICIT NONE; PRIVATE |
---|
| 3 | PUBLIC noff, minorig, nl, nlp, nlm & |
---|
| 4 | , elcrit, tlcrit & |
---|
| 5 | , entp, sigs, sigd & |
---|
| 6 | , omtrain, omtsnow, coeffr, coeffs & |
---|
| 7 | , dtmax, cu, betad, alpha, damp, delta |
---|
[524] | 8 | |
---|
[5303] | 9 | integer noff, minorig, nl, nlp, nlm |
---|
| 10 | real elcrit, tlcrit |
---|
| 11 | real entp |
---|
| 12 | real sigs, sigd |
---|
| 13 | real omtrain, omtsnow, coeffr, coeffs |
---|
| 14 | real dtmax |
---|
| 15 | real cu |
---|
| 16 | real betad |
---|
| 17 | real alpha, damp |
---|
| 18 | real delta |
---|
[524] | 19 | |
---|
[5303] | 20 | !$OMP THREADPRIVATE(noff, minorig, nl, nlp, nlm & |
---|
| 21 | !$OMP , elcrit, tlcrit & |
---|
| 22 | !$OMP , entp, sigs, sigd & |
---|
| 23 | !$OMP , omtrain, omtsnow, coeffr, coeffs & |
---|
| 24 | !$OMP , dtmax, cu, betad, alpha, damp, delta) |
---|
| 25 | END MODULE cvparam_mod_h |
---|
Note: See
TracBrowser
for help on using the repository browser.