|
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
|
| Rev | Line | |
|---|
| [38] | 1 | !----------------------------------------------------------------------- |
|---|
| [1918] | 2 | module datafile_mod |
|---|
| [38] | 3 | |
|---|
| [1918] | 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 | |
|---|
| [2605] | 10 | !$OMP THREADPRIVATE(datadir) |
|---|
| 11 | |
|---|
| [1918] | 12 | end module datafile_mod |
|---|
| [38] | 13 | !----------------------------------------------------------------------- |
|---|
Note: See
TracBrowser
for help on using the repository browser.