source: trunk/LMDZ.MARS/libf/phymars/datafile_mod.F90 @ 2605

Last change on this file since 2605 was 2605, checked in by romain.vande, 3 years ago

Mars GCM, RV: Test for open_mp update

File size: 385 bytes
Line 
1!-----------------------------------------------------------------------
2module datafile_mod
3
4implicit none
5
6! root path to directory containing tables
7! and datasets needed by the GCM
8character(len=300),save :: datadir="/u/lmdz/WWW/planets/mars/datadir"
9
10!$OMP THREADPRIVATE(datadir)
11
12end module datafile_mod
13!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.