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

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
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
10end module datafile_mod
[38]11!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.