|
Last change
on this file since 3948 was
2605,
checked in by romain.vande, 4 years ago
|
|
Mars GCM, RV: Test for open_mp update
|
|
File size:
385 bytes
|
| Line | |
|---|
| 1 | !----------------------------------------------------------------------- |
|---|
| 2 | module datafile_mod |
|---|
| 3 | |
|---|
| 4 | implicit none |
|---|
| 5 | |
|---|
| 6 | ! root path to directory containing tables |
|---|
| 7 | ! and datasets needed by the GCM |
|---|
| 8 | character(len=300),save :: datadir="/u/lmdz/WWW/planets/mars/datadir" |
|---|
| 9 | |
|---|
| 10 | !$OMP THREADPRIVATE(datadir) |
|---|
| 11 | |
|---|
| 12 | end module datafile_mod |
|---|
| 13 | !----------------------------------------------------------------------- |
|---|
Note: See
TracBrowser
for help on using the repository browser.