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

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

Mars GCM, RV: Test for open_mp update

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