source: codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/datafile_mod.F90 @ 253

Last change on this file since 253 was 222, checked in by ymipsl, 10 years ago

Creating temporary dynamico/lmdz/saturn branche

YM

File size: 597 bytes
Line 
1!-----------------------------------------------------------------------
2      module datafile_mod
3!  Address of the directory containing tables of data needed by the UCM
4      implicit none
5
6      ! Default for Berserker @ UChicago:
7!      character(len=300) :: datadir='/home/rwordsworth/datagcm'
8      ! Default for Gnome Idataplex:
9!      character(len=300) :: datadir='/san/home/rdword/gcm/datagcm'
10      ! Default for LMD machines:
11      character(len=300) :: datadir='/u/rwlmd/datagcm'
12
13      end module datafile_mod
14!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.