Last change
on this file since 5319 was
5298,
checked in by abarral, 8 days ago
|
Turn planete.h comsoil.h into module
Remove obsolete message related to /scratch/ common
|
-
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
|
File size:
382 bytes
|
Rev | Line | |
---|
[5298] | 1 | MODULE planete_mod_h |
---|
| 2 | IMPLICIT NONE; PRIVATE |
---|
| 3 | PUBLIC aphelie, periheli, year_day, peri_day, obliquit, timeperi, e_elips, p_elips, unitastr |
---|
[1205] | 4 | |
---|
[5298] | 5 | REAL aphelie, periheli, year_day, peri_day, obliquit, timeperi, e_elips, & |
---|
| 6 | p_elips, unitastr |
---|
[1205] | 7 | |
---|
[5298] | 8 | !$OMP THREADPRIVATE(aphelie, periheli, year_day, peri_day, obliquit, timeperi, e_elips, p_elips, unitastr) |
---|
| 9 | END MODULE planete_mod_h |
---|
Note: See
TracBrowser
for help on using the repository browser.