source: trunk/LMDZ.GENERIC/libf/phystd/datafile_mod.F90 @ 537

Last change on this file since 537 was 374, checked in by emillour, 13 years ago

Generic GCM: Upgrade: The location of the 'datagcm' directory can now be given in the callphys.def file ( datadir = /absolute/path/to/datagcm ). Changed "datafile.h" into a F90 module "datafile_mod.F90" and spread this change to all routines that used to use "datafile.h".
EM

File size: 490 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 Gnome Idataplex:
7      character(len=300) :: datadir='/san/home/rdword/gcm/datagcm'
8      ! Default for LMD machines:
9!      character(len=300) :: datadir='/u/rwlmd/datagcm'
10
11      end module datafile_mod
12!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.