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
|
Rev | Line | |
---|
[135] | 1 | !----------------------------------------------------------------------- |
---|
[374] | 2 | module datafile_mod |
---|
[135] | 3 | ! Address of the directory containing tables of data needed by the UCM |
---|
[374] | 4 | implicit none |
---|
[135] | 5 | |
---|
[374] | 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 |
---|
[135] | 12 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.