Last change
on this file since 2156 was
1918,
checked in by emillour, 7 years ago
|
Mars GCM:
Code cleanup:
- remove "comorbit.h" since it is no longer used.
- turn "datafile.h" into module datafile_mod.F90 (and rename variable
"datafile" as "datadir" since it stores the path to the datafile directory).
EM
|
File size:
355 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | module datafile_mod |
---|
3 | |
---|
4 | implicit none |
---|
5 | |
---|
6 | ! root path to directory containing tables |
---|
7 | ! and datasets needed by the GCM |
---|
8 | character(len=300),save :: datadir="/u/lmdz/WWW/planets/mars/datadir" |
---|
9 | |
---|
10 | end module datafile_mod |
---|
11 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.